/* @override http://www.lainternational.ca/style/style.css */

/*Core Html*/
* {
	outline: none;	
}
HTML {
  font-size: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height:100%;
}
body {
  height: 100%;
  color: #444;
  font-family: 'Gudea';
  margin: 0;
  background-image: url('../images/background.jpg');
  background-attachment: fixed;
  background-position: center;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #5fb729;
  font-family: 'Actor', cursive;

  font-weight: 400;
}
.noshadow {
  text-shadow: none;
  filter: none;
}
form {
  margin: 0;
}
input[type="text"], input[type="password"] {
  border: 1px solid #e5e5e5;
  padding: 5px;
}
a {
  
  color: #326ba6;
  
}
/*Core Divs*/

.addtocart {
    display:none;
}

#page {
  margin: 0 auto;
  height:auto !important;
  min-height:100%;
  text-align: left;
  width: 964px;
  position:relative;
  clear:both;
}
#header {
}
#header h1 {
  padding: 10px 0 0 20px;
  font-size: 3.5em;
}
#main h1 {
  padding: 2px;
  /*font-size: 2em;*/
  margin-bottom: 20px;
   font-size: 24px; letter-spacing: -1px; 
   
}
#content {
  /*margin: 10px 0 10px 0;
  padding: 10px 0 10px 0;*/
  height:inherit;
}

#main, #side {
	margin-top:10px;
}

#main {
  width: 735px;
  padding: 0px 0px 40px 0px;
  min-height: 400px;
  float: right;
  padding-left: 0px;
  line-height: 2em;
}
#side {
  width: 190px;
  min-height: 310px;
  padding: 0px 10px 10px 10px;
  float: left;
  font-size: 14px;
  line-height: 1em;
}
#main img, div#side img {
  max-width: 100%;
}
#footer {
  width: 960px;
  height: 38px;
  text-align: left;
  margin-bottom: 10px;
  clear: both;
  color: #AAA;
  font-family: 'Actor', sans-serif;
  background-image: url('../images/footer_bg.png');
 
  bottom:0px;
  position: relative;
  /*overflow: auto;*/
}
#footer a {
  font-size: 15px;
  text-decoration: none;
  color: #333;
}
#footer span {
  float: right;
  padding-top: 10px;
  color: #ffffff;
  font-size: 12px;
  margin-right: 10px;
}
#footer .hours {
	/*display: none;*/
	clear: both;
	position: absolute;
	top: 50px;
	padding: 10px 0 20px 0;
	width: 100%;
	border-top: 1px solid #ccc;
}
#footer .hours h3 {
	/*color: #444;*/
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin: 0 30px 5px 0;
	float: left;
	line-height: 22px;
	color: #3f8b24;
}
#footer .hours ul {
	margin: 0;
	padding: 0;
}
#footer .hours ul li {
	list-style: none;
	font-size: 16px;
	color: #444;
	float: left;
	margin-right: 20px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}
#footer .hours ul li strong {
	display: inline-block;
	font-size: 15px;
	margin-right: 10px;
	/*width: 180px;*/
}
/*Nav*/

ul#nav {
  margin: 0 20px 0 20px;
    padding: 0;
    list-style: none;
    padding-top: 1px;
}
ul#nav li {
  padding: 0px 15px 0px;
  height: 39px;
  min-width: 70px;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
ul#nav li a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.0em;
  text-decoration: none;
  font-family: 'Gudea', sans-serif;
  font-weight: 300;
  vertical-align: sub;
  padding: 10px 0;
  display:block;
}

ul#nav li a:hover {
	color:#DCDCEF;
}

#nav .current-page{
	background:url('../images/nav-gradient.png') repeat-x top left;
	
}

ul#nav li#nav-my-account{
	float:right;
}
#foot_nav {
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 6px;
}
#foot_nav li {
  display: inline-block; *display: inline; zoom:1;
  margin-left: 20px;
  margin-top: 2px;
}
#foot_nav li a {
  color: #FFFFFF;
  text-decoration: none;
}
#nav_bg {
  margin: 0 auto;
  background-image: url('../images/nav_bg.png');
  width: 964px;
  height: 45px;
}
#login {
  padding: 5px;
  background-image: url('../images/login_bg.png');
  width: auto;
  float: right;
  font-family: 'Actor', sans-serif;
  font-size: 0.75em;
  border-radius: 0px 0px 7px 7px;
}
#login * {
  float: right;
}
#login .loginbutton {
  margin-right: 10px;
}
#login .logintext {
  font-family: 'Actor', sans-serif;
  font-size: 0.9em;
  margin: 3px 10px;
}
#login .logintext img, #login .logintext a {
  float: left;
  margin-right: 3px;
}
span.cart {
  display: block;
  font-family: 'Actor', sans-serif;
  font-size: 13px;
  margin-right: 10px;
}
span.cart img {
  float: left !important;
  vertical-align: bottom;
}
div.category, div.tags {
  margin: 20px 0 20px 0;
  background-color: #fdde00;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #fdde00;
  padding: 15px;
  font-family: 'Gudea';
}
ul.category {
  margin: 0;
  padding: 0;
}
ul.category li {
  list-style-type: none;
  padding: 8px;
}
div.category h3, div.tags h3 {
  font-family: 'Gudea' !important;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #D1B90B;
  padding-bottom: 8px;
  text-shadow: none;
  filter: 0;
}
h2.headline_title, h2 {
  padding: 20px 0 10px 0;
}
input[name='search'] {
  background-image: url('../images/searchbox_bg.png');
  background-repeat: no-repeat;
  border: 0;
  height: 30px;
  width:118px;
  padding-left: 10px;
  padding: 0 0px 0 10px;
  background-color: transparent;
}
.quick-search input[name='search'] {
	background-image: url('../images/searchbox_bg-long.png');
	
	width: 146px;
}
input[value='Search'] {
  background-image: url('../images/searchbutton_bg.png');
  background-color:transparent;
  background-repeat: no-repeat;
  border: 0;
  height: 30px;
  color: transparent;
  width: 61px;
  padding: 0;
  vertical-align: bottom;
}
/*
 * METHODS
 *
 */

.product_details .column1 {
  width: 40%;
  float: left;
  padding-right: 20px;
}
.product_details .column2 {
  width: 55%;
  float: left;
}
div.product_details div.image {


}
div.product_details div.image:after {
	content: "";	
}
div.product_details .title {
  font-family: 'Gudea', sans-serif;
  font-size: 1.5em;
  padding-bottom: 20px;
}
.product_details .prod_desc span {
  clear: both;
  display: block;
  font-family: 'Gudea', sans-serif;
  font-size: 1.2em;
  color: #2361a0;
  margin-bottom: 10px;
}
table.options {
  width: 100%;
  margin-bottom: 30px;
}
table.options td.price {
  width: 10%;
}
input.quantity {
  padding: 5px;
  width: 10px;

}

.quantity input.quantity {
	
}

table.options td.addToCart {
	width: 35%;	
}

table.options td.quantity span { float: right; }

input.quantity {float: left; }
a.addtocart {
float: left;
}

.options .quantity { float: right; }
.options input.quantity { width: 10px !important; } 
a.addtocart img {
  vertical-align: bottom;
  margin-left: 10px;

}
div.product_details .viewcart, div.product_details .favorite {
  float: left;
  padding: 10px;
  padding-left: 0;
}
.listView {
	width: 100%;	
	
}
.listView td {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.listView td a.addtocart img {
	width: auto;
}
.listView td a img {
  vertical-align: middle;
  width: 24px;
  margin-right: 5px;
}
.product-details-method img {
  border: 1px #e6e6e6 solid;
}
.product-details-method {
  font-size: 0.8em;
  width: 20%;
  float: left;
  background-color: #eeeeee;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-details-method .price {
  font-size: 1.5em !important;
  float: left;
}
.product-details-method .add-to-cart-link {
  float: right;
}
/* Product Specials*/

.special .old-price {
	text-decoration:line-through;
	font-size: 14px;
}

div#main div.product-special {
	margin-bottom:15px;
}
div#main  div.product-special-item, .product-kit-list ul li {
  width: 18%;
  margin: 0.5%;
  padding: 0.5%;
  float: left;
  border-radius: 5px;
  background-color: #EEEEEE;
}
div#main  div.product-special-item {
	max-width: 134px;
	
	height: 175px;
}


div#main div.product-special-item div.product-special-details {
  line-height: 1.5em !important;
  font-size: 13px;
}
div#main div.product-special-item div.product-special-details a {
  height: 2em;
  white-space: nowrap;
  width:inherit;
  overflow:hidden;
  text-overflow: ellipsis;
  display:block;
}
div#main div.product-special-item div.product-special-details div img{
	float:right;
	vertical-align:bottom;
	height:23px;
}
div#main div.product-special-item div.product-special-image {
  text-align: center;
  max-width: 132px;
  max-height: 100px;
}
div#main div.product-special-item div.product-special-image img {
  border: 1px solid #D9D9D9;
  margin: 0 auto;
  max-height: 100px;
  width:173px;
}
div#main div.product-special-item div.product-special-details div.addToCart span{
	float:left;
}

/*SHOPPING CART STYLES*/

div.shoppingfull table td.image img{
	max-height:30px;
	max-width:30px !important;
}

/*login box*/

.login-form-wrapper {
  position: relative;
}
.login-form {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #DDDDDD;
  background: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 10px 20px;
}
.login-form h2 { padding: 0; padding-bottom: 10px; }
.logout-link{
	text-decoration:none;
	font-weight:normal;
	
}

/*renew pass form*/
.renew-password-form {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #DDDDDD;
  background: #fff;
  margin: 0 auto;
  padding: 10px 40px;
}
.renew-password-form .text {
  width: 300px;
}
.renew-password-form .submit, .orange-button {
  border: 1px solid #D97C04;
  cursor: pointer;
  background: #fcac44; /* Old browsers */
  background: -moz-linear-gradient(top,  #fcac44 0%, #d97c04 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcac44), color-stop(100%,#d97c04)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fcac44 0%,#d97c04 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fcac44 0%,#d97c04 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fcac44 0%,#d97c04 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fcac44 0%,#d97c04 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcac44', endColorstr='#d97c04',GradientType=0 ); /* IE6-9 */

  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  
  
}

.green-button {
	border: 1px solid #5FB729;
	background: #74c244; /* Old browsers */
	background: -moz-linear-gradient(top, #74c244 0%, #56ad27 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74c244), color-stop(100%,#56ad27)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #74c244 0%,#56ad27 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #74c244 0%,#56ad27 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #74c244 0%,#56ad27 100%); /* IE10+ */
	background: linear-gradient(to bottom, #74c244 0%,#56ad27 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74c244', endColorstr='#56ad27',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
	-webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  
}


/*product kit list*/
.product-kit-list img {
  width: 128px;
 max-height: 128px;
 height: 128px;
  margin-bottom: 5px;
  display: block;
}
.product-kit-list ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.product-kit-list ul li {
  float: left;
  font-size: 13px;
  line-height: 1.3em;
  margin: 5px 0 0 5px;
  
  
}
.product-kit-list .kit-link {
  width: auto;
margin: 0 auto;

}
\\SHOPPING CART
.shoppingfull table tbody { display: block;  }
.shoppingfull table { width: 100%; margin-bottom: 20px; }
.shoppingfull table th { text-align: left; }
.shoppingfull table .image img{
width:128px;
}

.shoppingfull tr.option td, .shoppingfull tr.product td {}
.shoppingfull tr.linked_item { font-size: 14px; }
.shoppingfull tr.linked_item td { background-color: #eeeeee; }
.shoppingfull tr.linked_item td.name { padding-left: 20px; color: #009900; }
#shoppingcartfull_totals { width: 200px;  }

.product-list-link-method h3, .product-list-method h3 { font-family: 'Gudea', sans-serif; color: #000000; font-weight: 500; }
.product-list-wrapper, .product-list { list-style: none; }

.news-information {
font-size: 0.9em;
font-weight: 600;
}

.news-item { padding: 10px; border-bottom: 1px solid #000000; }
.news-item a { }
.news-item a img { width: 18px; vertical-align: middle; margin-right: 5px; }

.captionlargemedia { background-color: #FFFFFF; border: 1px solid #e5e5e5; padding: 10px; margin-bottom: 20px; }
.captionlargemedia .caption { font-weight: bold; }

#side .linking-original-aspect-thumb { width: 175px; }
.linking-original-aspect-thumb { width: 175px; float: left; padding: 0 10px 10px 0;  }

#side .original-aspect-thumb { width: 175px; }
.original-aspect-thumb { width: 175px; float: left; padding: 0 10px 10px 0;  }

#side .section-method h3 {  margin-bottom:10px; }

.simplefile img { width: 18px; vertical-align: middle }

.tree a { color: #000 }

.error {
	color:#A80000;
}

.notice-box {
	-webkit-border-radius: 5px;
	  border-radius: 5px;
	  -moz-background-clip: padding;
	  -webkit-background-clip: padding-box;
	  background-clip: padding-box;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 20px auto 20px auto;
    padding: 5px 10px;
    text-align: center;
    width: 90%;
}

.notice-box .icon {
	float:left;
	margin: 5px;
	width: 24px;
}

.notice-box .message {
	float:left;
 line-height: 23px;
    text-align: left;
    width: 90%;
}

/**SAVE STATES FOR CARTS*/
.ss-dialog{
	position: fixed;
    top: 25%;
	padding:13px;
	z-index:50;
	background: none repeat scroll 0 0 #FFFFFF;
	border:2px solid black;
	margin:10px;
	display:none;
}

.ss-lists {
	
}

.ss-lists ul {
	padding:0;
	margin:0;
	list-style:none;
}
.ss-lists ul li {
 }
.ss-lists ul li .ss-name, .ss-lists ul li .ss-date, .ss-lists ul li .ss-options{
	float:left;
	
	margin-right:15px;
}

.ss-lists ul li .ss-name {
	width:150px;
}

.ss-lists ul li .ss-date {
	width:210px;
}

.ss-lists ul li .ss-options {
	width:210px;
}

.ss-options ul li {
	float:left;
	min-width:80px;
	padding-left:20px;
}

#overlay {
	background:url('../images/small-bg/dark-11.png') repeat;
	 position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
}

/******ORDER SUMMARY******/

.order-summary-wrapper {}

.summary-header {}

.summary-header .order-title{}

.summary-content {
	padding:20px 0;
}

.summary-content .item {
	margin:10px 0;
}

.summary-content .item .item-image {
	float:left;
}

.summary-content .item .item-image img {
	width:210px;
}

.summary-content .item .item-details {
	float:left;
	margin:0 0 0 20px;
}

.summary-footer {
	background:#FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
}

.summary-footer form {
	float: right;
    padding: 0 25px;
    text-align: right;
    width: 192px;
    margin:10px 0;
    
}

.summary-footer .account-info {
	float: left;
	padding:0 20px;
}

.total-summary {
	
}

.total-summary .row{}

.total-summary .row .label, .total-summary .row .data{
	float:left;
}

.total-summary .row .label {
	text-align:right;
	width: 125px;
	margin-right:10px;
}

/*CSS Hacks*/

/*Clearfix*/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; height:0; }
.clearfix { *zoom: 1; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* hides from ie-mac \*/

* html .clearfix {
height: 1%;
}

/* End hide from IE-mac */

.address p {
	margin:0;
}


.half-box { width: 50%; float: left; line-height: 1.3em;  }
.blue-title { color: #2361a0; font-size: 18px; display: block; margin-bottom: 10px; font-size: 17px; font-weight: bold; }

.half-box .parent-wrapper { margin: 0; padding: 0; }
.half-box .parent-wrapper li { 
	float: left; 
	display: inline-block; 
	font-size: 14px; 
	margin: 0 3px; 
	height: auto; 
	line-height: 20px; 
	font-weight:normal;  
}
.half-box .parent-wrapper li a {  }
.half-box .parent-wrapper li .expand { display: none; }

.banner-method { position: relative; }
.banner-method .quick-search { 
	position: absolute; z-index: 2; top: 198px; left: 159px; /*width: 300px;*/ font-family: 'Actor'; font-style: italic; color: #FFF; text-shadow: 0px 0px 2px #000000;
        filter: dropshadow(color=#000000, offx=0, offy=0); 
        }
.banner-method .quick-search #search { float: right; margin-left:20px; }
.method_news_display { clear: both; }
.listView { margin: 0; padding: 0; }
.display-past-orders { width: 100%; border: 0; }
.display-past-orders tr.subtotal td { border-top: 1px solid #ccc; }
.display-past-orders tr.total td { border-bottom: 1px solid #ccc; }
.display-past-orders tr.order-info td {  background-color: #ccc; }
.display-past-orders td { padding: 5px; }
.display-past-orders tr.th { font-weight: bold; }

#smallcart { margin-bottom: 20px; line-height: 1em; }
#smallcart th.image, #smallcart td.image, #smallcart .product_info, #smallcart .placeorder, #smallcart a[href="javascript: history.back()"], #smallcart #shoppingcartfull_totals, #smallcart th.quantity, #smallcart td.quantity, #smallcart .buttons {display: none}
#smallcart table {  margin-left: 0px; }
#smallcart form[action='https://www.sandbox.paypal.com/cgi-bin/webscr'] { display: none; }
#smallcart .buttons { margin-left: -8px; }

.innerbox {
	float: left;
    width: 230px;
}
.map-box {
	margin:33px 0 0 11px;
	
}

.browse-by { border-radius: 5px; background-color: #eee; padding: 0 5px; font-size: 12px; float: right; }
.browse-by img { margin-left: 10px; margin-right: 3px; }
.sub-categories { clear: both;  }
.paginate { clear: both; }

.row label { float: left; width: 25%; }
.row .item { float: left; width: 75%; }
.row { display: inline-block; width: 100%; }
.request-access, .forgot-bandwidth { clear: both; float: left; }

.productoption { width: 100%; }

.favorite-accordian h3 img { vertical-align: middle; }
.addoptions {clear: both;}
.addoptions img { width: auto !important; margin-left: 43px; clear: both; }


.favorites td.name { width: 50% }
.favorites td.price { width: 10%; }
.favorites td.addToCart { width: 30%; }
.favorites td.addToCart * { float: right; }
.favorites td.delete { width: 10%; }


.shoppingfull table td.name, .shoppingfull table th.name { width: 40% }
.shoppingfull table td.amount, .shoppingfull table th.amount { width: 10%; }
.shoppingfull table td.quantity, .shoppingfull table th.quantity { width: 30%; }
.shoppingfull table td.image, .shoppingfull table th.image { width: 10%; }





form .hidden {
    display: none !important;
    visibility: hidden;
}