/* CSS Reset */

*{margin:0;padding:0}
iframe,a img,fieldset,form,table{border:0}
h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}
dd,dt,dl,ol,ul{list-style:none}
legend{color:#000}
button,select,textarea,input{font-size:100%}
table{border-collapse:collapse}
caption,th,td{text-align:left}
a{outline:none;}

/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background-color: #272727;
  font: normal 62.5% Tahoma, Helvetica, Arial, sans-serif;
  color: #000;
}

a {
  color: #fff;
  text-decoration: none;
  font: normal 11px Tahoma, Helvetica, Arial, sans-serif;
  outline: none;
}

a.edit {
  color: #00A8E4;
  text-decoration: none;
  font: normal 11px Tahoma, Helvetica, Arial, sans-serif;
}

p {
  color: #fff;
  font: normal 11px/15px Tahoma, Helvetica, Arial, sans-serif;
}

label {
  font-weight: bold;
  line-height:20px;
}

input {
  vertical-align:middle;
  padding:1px 0 0 3px;
}

select {
}

legend {
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #00A8E4;
  color:#00A8E4;
  font-size:1.1em;
  font-weight:bold;
  padding:0 8px;
  width: auto;
}


/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/


#container {
  width: 1010px;
  margin: 0 auto;
}

#container h1 {
  font: bold 15px Tahoma, Helvetica, Arial, sans-serif;
  color: #00bfdf;
  margin:0 0 12px 0;
  letter-spacing:0;
  padding:0;
  float:none;
}

h1 {
  font: normal 28px Tahoma, Helvetica, Arial, sans-serif;
  color: #b7e700;
  padding-bottom: 2px;
  text-align: left;
  float:left;
}

#container h3 {
  margin: 10px 0;
  color: #fff;
  font: normal 14px Tahoma, Helvetica, Arial, sans-serif;}

#container h4 {
  border-bottom: #cccccc 1px solid;
  width: 236px;
  margin-top: 13px;
}

#container h4.nowidth {
  border-bottom: #cccccc 1px solid;
  width: auto;
  margin-top: 13px;
  margin-bottom: 5px;
}

#container h4.discount {
  border-bottom: #cccccc 1px solid;
  width: 345px;
  margin-top: 10px;
  color:#00A8E4;
  font-size:13px;
}

#container h4.login {
  border-bottom: #cccccc 1px solid;
  width: 275px;
  margin-top: 10px;
  color:#00A8E4;
  font-size:13px;
}

#container h4.friend {
  border-bottom: #cccccc 1px solid;
  margin-top: 10px;
  color:#00A8E4;
  font-size:13px;
  width:602px;
}

#container h4.dashboard {
  width: auto;
  margin-top: 5px;
  border-bottom: none;
  color:#00A8E4;
  font-weight:bold; 
  font-size: 15px; 
}

#container h4.title {
  padding:0; 
  margin:0; 
  font-size:12px; 
  color:#00A8E4; 
  font-weight: bold; 
  width:100%; 
  overflow:hidden; 
  margin:10px 0 10px 5px;
  border-bottom: none;
}  

#container ol li h4 {
  width: 218px;
  border-bottom:1px solid #CCCCCC;
  color:#00A8E4;
  font-size:12px;
  margin-top:10px;
  margin-bottom: 3px;
}

#container h4.complete {
  border-bottom: 1px solid #A3AEB3;
  margin-top: 0px;
  padding-top: 10px;
}

#container h5 {
  font: bold 15px Tahoma, Helvetica, Arial, sans-serif;
  color:#00A8E4;
  margin-bottom:12px;
}

#container h5.dashboard {
  font: bold 13px Tahoma, Helvetica, Arial, sans-serif;
  color:#0a6f90;
  margin-bottom:2px;
  float:left;
}

#container h5.checkout {
  font: bold 13px Tahoma, Helvetica, Arial, sans-serif;
  color:#0a6f90;
  margin-bottom:2px;
}

#container h5.lastOrdered {
  font: normal 14px Tahoma, Helvetica, Arial, sans-serif;
  color:#00A8E4;
  margin-bottom:5px;
  margin-left: 10px;
}

#container h6 {
  margin: 13px 0 3px 0;
  font-size: 13px;
  font-weight: bold;
}

a.footer {
  color: #666666;
  font: normal 10px Tahoma, Helvetica, Arial, sans-serif;
}

a.footer:hover {
  color: #fff;
}

p.callout {
  width: 145px;
}

#header {
  width: 1010px;
  height: 131px;
  background: url(../images/bg_header.jpg) top center no-repeat;
}  

#logo {  
  width: 222px;
  height: 76px; 
  text-indent: -999em;
  display:block;
  float: left;
  margin: 42px 0 0 20px;
}

#topNav1 {
  background: url(../images/bg_topNav.jpg) no-repeat scroll right top;
  float: right;
  height: 29px;
}

#topNav1 ul {
}

#topNav1 li {
  float: left;
  height: 22px;
  color: #000;
  line-height: 22px;
  font-weight: bold;
  margin-right:31px;  
}

#topNav1 li a {
  display:block;
  color: #000;
  line-height: 22px;
  font-weight: bold;  
  font-size: 10px;
  padding-left:17px;  
}

#topNav1 li a:hover {
  color: #222222;
}

#topNav1 li.more {
  margin-right: 41px; 
  padding-left:17px;    
}

#topNav1 li.even {
  padding-left:0px;   
  margin-right:25px;
}

#topNav1 li.less {
  margin-right:37px;
} 

#topNav1 li a.more {
  margin-right: 15px;
  padding: 0 0 0 17px;  
}

#topNav1 li a.less {
  margin-right: 0px;
  padding: 0 20px 0 0;
}

#topNav2 {
  float: right;
  margin-top:15px;

  height: 38px;
}

#topNav2 ul {
}

#topNav2 li {
  float: left;
  height: 30px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
  margin-right:21px;  
}

#topNav2 li a {
  display:block;
  color: #fff;
  line-height: 27px;
  font-size: 11px;
  padding-left:26px;  
}

#topNav2 li a:hover {
  color: #e2fb01;
}

#topNav3 {
  float: right;
  margin-top:5px;
  height: 30px;
}

#topNav3 li {
  float: left;
  height: 30px;
  margin-right:35px;  
}

#topNav3 li.last {
  margin-right:25px;
} 


#topNav3 li a {
  display:block;
  color: #fff;
  line-height: 27px;
  font-size: 12px;
  padding-right:15px;  
}

#topNav3 li a:hover {
  color: #e2fb01;
}

#nav {
  clear: both;
  width: 1010px;
  height: 40px;
  margin: 0 0 8px 1px;   
}

#nav li {
  display:block;
  float:left;
}

#nav li a {
  display:block;
  text-indent: -999em;    
}

#nav li a:hover {
  display:block;
}

#six_room_solutions {
  background:transparent url(../images/nav/six_room_solutions.gif) no-repeat scroll left top;
  width: 202px;
  height: 40px;
}

#six_room_solutions:hover {
  background:transparent url(../images/nav/six_room_solutions.gif) no-repeat scroll right top;
  width: 202px;
  height: 40px;
}

#twelve_room_solutions {
  background:transparent url(../images/nav/twelve_room_solutions.gif) no-repeat scroll left top;
  width: 210px;
  height: 40px;
} 

#twelve_room_solutions:hover {
  background:transparent url(../images/nav/twelve_room_solutions.gif) no-repeat scroll right top;
  width: 210px;
  height: 40px; 
} 

#products {
  background:transparent url(../images/nav/products.gif) no-repeat scroll left top;
  width: 143px;
  height: 40px;
} 

#products:hover {
  background:transparent url(../images/nav/products.gif) no-repeat scroll right top;
  width: 143px;
  height: 40px;
} 

#accessories {
  background:transparent url(../images/nav/accessories.gif) no-repeat scroll left top;
  width: 163px;
  height: 40px;
} 

#accessories:hover {
  background:transparent url(../images/nav/accessories.gif) no-repeat scroll right top;
  width: 163px;
  height: 40px; 
} 

#keypads {
  background:transparent url(../images/nav/keypads.gif) no-repeat scroll left top;
  width: 136px;
  height: 40px;
} 

#keypads:hover {
  background:transparent url(../images/nav/keypads.gif) no-repeat scroll right top;
  width: 136px;
  height: 40px;
} 

#software {
  background:transparent url(../images/nav/software.gif) no-repeat scroll left top;
  width: 154px;
  height: 40px;
}   

#software:hover {
  background:transparent url(../images/nav/software.gif) no-repeat scroll right top;
  width: 154px;
  height: 40px;
} 

#search {
  float: right;
  margin-top:20px;
  width:155px;
}

#searchBox {
  background-color: #fff;
  float:left;
  color: #212815;
  height: 16px;
  padding: 1px 0 0 2px;
  width: 110px;
  border: none;
  font: normal 11px Tahoma, Helvetica, Arial, sans-serif;
}

#searchBtn {
  background: url(../images/btn_search.gif) no-repeat scroll left top;
  float:left;
  height: 17px;
  width: 20px;
  border: none;
  cursor: pointer; 
  text-indent: -999em; 
}

#homeImg {
  background: url(../images/bg_home_img.jpg) no-repeat scroll left top;
  width: 1007px;
  height: 437px;
  margin-left: 1px; 
}

#imgTextLrg {
  background: url(../images/bg_txt_home_lrg.gif) no-repeat scroll right center;
  width: 504px;
  height: 46px; 
  margin:110px 16px 0 0;
  float: right;
}

#imgTextSml {
  background: url(../images/bg_txt_home_sml.gif) no-repeat scroll right center;
  width: 245px;
  height: 31px; 
  margin:1px 16px 0 0;
  float: right;
}

#imgTextSml li {
  height:33px;
  list-style-type:none;
  float: left;
  width:100%;
}

#imgTextSml li a {
  color: #fff;
  font-size: 14px;
  line-height:30px;
  display: block;
  padding:0 14px;
}

#imgTextSml li a:hover {
  color: #e2fb01;
}

#callout1 {
  background: url(../images/callout_home_lrg2.jpg) no-repeat scroll left top;
  width: 751px;
  height:173px;
  float: left;
  position:relative;
}

#callout1 p {
	font-size:11px;
	color:white;
	}

#callout1_sub1 {
  width:280px; height:140px;
  overflow:hidden;
  position:absolute;
  left:21px; top:26px;
}

#callout1_sub1 span {
  font-weight:bold;
  color:#e2fb01;
}

#callout1_sub2 {
  width:200px; height:140px;
  overflow:hidden;
  position:absolute;
  left:543px; top:26px;
  color:white;
  font-size:11px;
}

#callout1_sub2 li {
  background: url(../images/bullet.jpg) no-repeat 0 3px;
  padding-left:15px;}

#xcallout1 li {
  height:15px;
  list-style-type:none;
  float: left;
  margin-top:8px;
}

#callout1 a {
  color: #fff;
  line-height:12px;
  /*display: block;*/
  padding:0 0 0 15px;
  float:right;
  margin-right:20px;
}

#callout1 a:hover {
  color: #e2fb01;
}

.callout2 p {
  color: #fff;
  font: normal 11px/15px Tahoma, Helvetica, Arial, sans-serif;
}

#container .callout2 h1 a {
  color:#00BFDF;
  font:bold 15px FreeSans,Tahoma,Helvetica,Arial,sans-serif;
}

.callout0 p {
  color: #fff;
  font: normal 11px/15px Tahoma, Helvetica, Arial, sans-serif;
}

.callout2 {
  background: url(../images/callout_home_sml_app.jpg) no-repeat scroll left top;
  width: 208px;
  height: 147px;
  margin-top: 10px;
  float: left;
  padding:15px 20px 0 27px;
}

.callout2 li {
  height:15px;
  list-style-type:none;
  float: left;
  margin-top:8px;
}

.callout2 li a {
  color: #fff;
  line-height:12px;
  display: block;
  padding:0 0 0 15px;
}

.callout2 li a:hover {
  color: #e2fb01;
}

.callout0 {
  background: url(../images/callout_home_sml_img.jpg) no-repeat scroll left top;
  width: 208px;
  height: 147px;
  margin-top: 10px; 
  float: left;
  padding:15px 20px 0 27px;
}

.callout0 li {
  height:15px;
  list-style-type:none;
  float: left;
  margin-top:8px;
}

.callout0 li a {
  color: #fff;
  line-height:12px;
  display: block;
  padding:0 0 0 15px;
}

.callout0 li a:hover {
  color: #e2fb01;
}

#calloutHomeImg {
  background: url(../images/callout_home_img.jpg) no-repeat scroll right center;
  width: 78px;
  height: 147px;
  margin-top: 10px; 
  float: right;
}

#footer {
  width:1010px;
  padding:5px 0 25px;
  margin: 15px 0;
}

#footerLeftHome {
  width: 710px;
  float: left;
}

#footerLeft {
  width: 710px;
  float: left;
  position:absolute;
}

#footerRight {
  width: 250px;
  float: right;
}

#footer p {
  color: #666666;
  font-size: 10px;
}

#footerNav1 {
  height: 25px;
}

#footerNav1 li {
  float: left;
  margin-right: 20px;
}

#footerNav1 li a {
  line-height:12px;
  display: block;
  font-size: 12px;
}

#footerNav1 li a:hover {
  color: #e2fb01;
}

#footerNav2 {
  height: 25px;  
}

#footerNav2 li {
  float: left;
  height:15px;
}

#footerNav2 li a {
  line-height:12px;
  display: block;
  padding:0 0 0 20px;
  font-size: 12px;  
  margin-right: 20px;
}

#footerNav2 li a.less {
  margin-right: 0px;
}

#footerNav2 li a:hover {
  color: #e2fb01;
}

#footerNav3 {
  float: left;
  width: 255px;
  clear:right;
}

#footerNav3 li {
  float: left;
  color: #01abc7;
}

#footerNav3 li a {
  color: #666666;
  font-size: 10px;
  display: block;
  float: left;
}

#footerNav3 li a:hover {
  color: #fff;
}

#breadcrumbs {
  padding: 5px 0 0 10px;
}

#container #breadcrumbs a {
  font-size: 9px;
}

#container #breadcrumbs p {
  font-size: 9px;
}

/*----End Home----*/
/*---------------------------------------------------------------------*/
/*----Sub Page A----*/

#subHeader {
  width: 1010px;
  height: 131px;
  background: url(../images/sub_bg_header.jpg) top center no-repeat;
} 

#subContainer {
  width: 755px;
  float:left;  
  background: #fff url(../images/sub_bg_repeat.gif) repeat-y center top;
}

#subContainerOne {
  width: 755px;
  background: url(../images/sub_bg_header.gif) no-repeat left top;
}

#subContainerTwo {
  padding:27px 20px 40px;
  width:715px;
  background: url(../images/sub_bg_footer.gif) no-repeat left bottom;
  font: normal 12px/18px Tahoma, Helvetica, Arial, sans-serif;
  color: #000;
}

#subContainer a.green {
  font: normal 12px/18px Tahoma, Helvetica, Arial, sans-serif;
  color: #738b15;
  border-bottom: 1px #cccccc dashed;
}

#subContainer a.green:hover {
  text-decoration: none;
}

#subContainer p {
  font: normal 12px/18px Tahoma, Helvetica, Arial, sans-serif;
  color: #000;
}

#subContainer p.infoHeaderTxt {
  font: bold 12px/18px Tahoma, Helvetica, Arial, sans-serif;
  color: #0A6F90;
}

#subContainer p.discount {
  font: normal 12px/18px Tahoma, Helvetica, Arial, sans-serif;
  color: #000;
  margin: 10px 0 15px;
}

#subContainer p.add-to {
  margin-left: 5px;
}

#subContainer h1 {
  font: normal 28px Tahoma, Helvetica, Arial, sans-serif;
  color: #b7e700;
  margin-bottom:12px;
  border-bottom: #cccccc 1px solid;
  padding-bottom: 2px;
  float: none;
}

#subContainer h1.order {
  font: normal 28px Tahoma, Helvetica, Arial, sans-serif;
  color: #b7e700;
  margin-bottom:12px;
  border-bottom: none;
  padding-bottom: 2px;
  float: left;
  width: 55%;  
}

#subContainer h2 {
  font: bold 13px Tahoma, Helvetica, Arial, sans-serif;
  color: #000;
}

#subContainer h3 {
  font: normal 16px Tahoma, Helvetica, Arial, sans-serif;
  color: #fff;
  padding-bottom: 17px;
}

#contentLeft {
  float: left;
  width:200px;
}

#contentRight {
  float: right;
  width:510px;
}

#callout3 {
  width: 191px;
  margin-top:8px;
  background: url(../images/sub_callout3_bg.gif) repeat-y center top;
}

#callout3Header {
  width: 191px;
  background: url(../images/sub_callout3_header.gif) no-repeat left top;
}

#callout3Footer {
  padding: 8px 10px;
  width: 171px;
  background: url(../images/sub_callout3_footer.gif) no-repeat left bottom;
}

#callout3 li {
  height:20px;
  list-style-type:none;
  border-bottom: #cccccc 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#callout3 li.noline {
  border-bottom: none;
}

#callout3 li a {
  color: #9fc900;
  line-height:20px;
  display: block;
  padding:0 0 0 15px;
  font-size: 14px;
  text-decoration: underline;
}

#callout3 li a:hover {
  color: #00a8e4;
}

#callout4 {
  width: 224px;
  height: 206px;
  float: right;
  margin-right: 1px;
  padding: 8px 10px;
  background: #a5a5a5 url(../images/sub_callout1.jpg) no-repeat center top;
}

#callout4 p {
  font: normal 13px/16px Tahoma, Helvetica, Arial, sans-serif;
  color: #000;
  text-align: center;
  padding:0 5px;
}

#callout4 h1 {
  font: bold 20px Tahoma, Helvetica, Arial, sans-serif;
  color: #000;
  padding:10px 5px 2px 0;
  text-align: center;
  margin: 0;
}

#callout4 h2 {
  font: bold 18px Tahoma, Helvetica, Arial, sans-serif;
  color:#00BFDF;
  text-align: center;
  padding-right: 5px;
}

#callout4 h3 {
  font: bold 20px Tahoma, Helvetica, Arial, sans-serif;
  color: #000;
  padding:20px 5px 2px 0;
  text-align: center;
  margin: 0;
}

#subSearch {
  margin: 5px auto 0;
  width:190px;
}

#subSearchBox {
  background-color: #fff;
  float:left;
  color: #212815;
  height: 19px;
  padding:3px 0 0 3px;
  width:159px;
  border: none;
  font: normal 11px Tahoma, Helvetica, Arial, sans-serif;
}

#subSearchBtn {
  background: url(../images/btn_go.gif) no-repeat scroll left top;
  float:left;
  height: 22px;
  width: 26px;
  border: none;
  cursor: pointer;  
}

#subFooter {
  width:1010px;
  padding:15px 0 90px 5px;
  margin: 15px 0;
  clear:both;
}

#subFooter_home {
  width:610px;
  padding:5px 0 25px 5px;
  margin: 15px 0;
  clear:both;
  position:absolute;
  z-index:1;
}

#subFooter p, #subFooter_home p {
  color: #666666;
  font-size: 10px;
}

#subFooterRight {
  float:right;
  width:1000px;
  margin:20px 0 0;
  padding-bottom:25px;
}

#subFooterRight_home {
  /*float:right;*/
  width:550px;
  margin:20px 0 0 450px;
  padding-bottom:25px;
  position:absolute;
  z-index:99;
}

#footerNav4 {
  height: 25px;  
}

#footerNav4 li {
  float: right;
  height:15px;
}

#footerNav4 li a {
  line-height:12px;
  display: block;
  padding:0 0 0 20px;
  font-size: 12px;  
  margin-right: 15px;
}

#footerNav4 li a.less {
  margin-right: 0px;
}

#footerNav4 li a:hover {
  color: #e2fb01;
}

/*----End Sub Page A----*/
/*---------------------------------------------------------------------*/
/*----Sub Page B----*/

#subContent {
  padding:0 30px 0 15px;
}

#subContent .iconLinks li {
  height:20px;
  list-style-type:none;
}

#subContent .iconLinks li .ratings a {
  float: left;
  line-height: normal;
  padding: 0 2px 0 2px;
  
}

#subContent .iconLinks li a {
  color: #00a8e4;
  line-height:19px;
  display: block;
  padding:0 0 0 20px;
  font-size: 13px;
}

#subContent .iconLinks li a.nopad {
  color: #00a8e4;
  line-height:19px;
  display: block;
  padding:0;
  font-size: 13px;
}

#subContent .iconLinks li a:hover {
  text-decoration: underline;  
}

#subContent a {
  color:#00A8E4;
  font-size:12px;  
}

#subContent a.smaller {
  color:#00A8E4;
  font-size:11px;  
}

#subContent a:hover {
  text-decoration:underline;
}

#subContent a.productTitle {
  font-size:12px;  
  padding: 0 0 5px 0;
}

#subContent a.title {
  font-size:13px;  
  padding: 0;
  font-weight: bold;
}

#subContent a.forgot {
  color:#00A8E4;
  font-size:11px; 
  line-height:28px; 
  float: left;
}

#subContentRight {
  float: right;
  width: 295px;
}

#productImg {
  background: url(../images/products_xle.jpg) no-repeat center top;
  width: 264px;
  height: 131px;
  margin: 10px 0 0 5px;
}

#morePhotos {
  padding-left:10px;
  width: 295px;
}

#addtocartBtn {
  background: url(../images/btn_addtocart.gif) no-repeat scroll left top;
  float:right;
  height: 33px;
  width: 95px;
  border: none;
  cursor: pointer;  
  text-indent: -999em;
  margin-left: -3px;
}

#addtocartBtn2 {
  background: url(../images/btn_addtocart.gif) no-repeat scroll left top;
  float:left;
  height: 33px;
  width: 95px;
  border: none;
  cursor: pointer;  
  text-indent: -999em;
  margin-left: -3px;
}

#addtocartBtn1 {
  background: url(../images/btn_addtocart1.gif) no-repeat scroll left top;
  float:right;
  height: 28px;
  width: 95px;
  border: none;
  cursor: pointer;  
  text-indent: -999em;
}

#addtocartBtn3 {
  background: url(../images/btn_addtocart1.gif) no-repeat scroll left top;
  float:none;
  height: 28px;
  width: 95px;
  border: none;
  cursor: pointer;  
  text-indent: -999em;
  margin-top: 5px;
}

#dealerBtn {
  background: url(../images/btn_dealer.gif) no-repeat scroll left top;
  float:right;
  height: 33px;
  width: 95px;
  border: none;
  cursor: pointer;  
  text-indent: -999em;
  margin-right:10px;
}

#compareBtn {
  background: url(../images/btn_compare.gif) no-repeat scroll left top;
  height: 28px;
  width: 103px;
  border: none;
  cursor: pointer;  
  margin-left: 5px;
  text-indent: -999em;
}

#checkoutBtn {
  background: url(../images/btn_checkout.gif) no-repeat scroll left top;
  height: 28px;
  width: 69px;
  border: none;
  cursor: pointer;  
  margin-left: 5px;
  text-indent: -999em;
}

#continueBtn {
  background: url(../images/btn_continue.gif) no-repeat scroll left top;
  height: 32px;
  width: 138px;
  border: none;
  cursor: pointer;  
  float: left;
  text-indent: -999em;
}

#continue1Btn {
  background: url(../images/btn_continue1.gif) no-repeat scroll left top;
  height: 34px;
  width: 89px;
  border: none;
  cursor: pointer;  
  text-indent: -999em;
}

#continue2Btn {
  background: url(../images/btn_continue1.gif) no-repeat scroll left top;
  height: 34px;
  width: 89px;
  border: none;
  cursor: pointer;  
  text-indent: -999em;
  margin-right: 25px;
}

#continue3Btn {
  background: url(../images/btn_continue_shopping.gif) no-repeat scroll left top;
  height: 33px;
  width: 138px;
  border: none;
  cursor: pointer;  
  text-indent: -999em;
}

#couponBtn {
  background: url(../images/btn_coupon.gif) no-repeat scroll left top;
  height: 31px;
  width: 112px;
  border: none;
  cursor: pointer;  
  margin-left: 5px;
  text-indent: -999em;
}

#updateBtn {
  background: url(../images/btn_update.gif) no-repeat scroll left top;
  height: 32px;
  width: 151px;
  border: none;
  cursor: pointer;  
  margin-left: 5px;
  text-indent: -999em;
}

#loginBtn {
  background: url(../images/btn_login.gif) no-repeat scroll left top;
  height: 30px;
  width: 65px;
  border: none;
  cursor: pointer;  
  float: right;
  text-indent: -999em;
}

#login1Btn {
  background: url(../images/btn_login1.gif) no-repeat scroll left top;
  height: 29px;
  width: 67px;
  border: none;
  cursor: pointer;  
  float: right;
  text-indent: -999em;
}

#createBtn {
  background: url(../images/btn_create.gif) no-repeat scroll left top;
  height: 30px;
  width: 125px;
  border: none;
  cursor: pointer;  
  float: right;
  text-indent: -999em;
}

#submitBtn {
  background: url(../images/btn_submit.gif) no-repeat scroll left top;
  height: 27px;
  width: 64px;
  border: none;
  cursor: pointer;  
  float: right;
  text-indent: -999em;
}

#saveBtn {
  background: url(../images/btn_save.gif) no-repeat scroll left top;
  height: 27px;
  width: 64px;
  border: none;
  cursor: pointer;  
  text-indent: -999em;
}

#addressBtn {
  background: url(../images/btn_address.gif) no-repeat scroll left top;
  height: 33px;
  width: 121px;
  border: none;
  cursor: pointer;  
  text-indent: -999em;
}

#emailBtn {
  background: url(../images/btn_email.gif) no-repeat scroll left top;
  height: 33px;
  width: 95px;
  border: none;
  cursor: pointer;  
  text-indent: -999em;
}

#reciprientBtn {
  background: url(../images/btn_reciprient.gif) no-repeat scroll left top;
  height: 33px;
  width: 103px;
  border: none;
  cursor: pointer;  
  text-indent: -999em;
}

#infoBox {
  width: 681px;
  margin-top: 20px;
  background: url(../images/infoBox_bg.gif) repeat-y center top;
}

#infoBoxHeader {
  width: 681px;
  background: url(../images/infoBox_header.gif) no-repeat left top;
}

#infoBoxFooter {
  padding: 6px 10px;
  width: 661px;
  background: url(../images/infoBox_footer.gif) no-repeat left bottom;
}

#infoBoxLeft {
  /*width:400px;*/
  padding: 15px;
  /*border-right: #cccccc 1px solid;*/
}

#infoBoxLeft li {
  line-height:15px;
  list-style-type:none;
  margin-top:10px;
  padding:0 0 5px 15px;
}

#infoBoxLeft li ul li {
  list-style-type:disc;
  margin-left: 15px;
  padding-left:0;
  color:#0A6F90;
}

#infoBoxLeft li ul li span{
  color:#000;
  font-size:10px;
}

#infoBoxLeft li a {
  color: #000;
  line-height:17px;
  display: block;
  padding:0 0 0 15px;
  display: block;  
  font-size: 13px;
}

#infoBoxLeft li a:hover {
  color: #00a8e4;
}

#infoBoxRight {
  height: 155px;
  width: 190px;
  float: right;
  padding: 10px;
}

#infoBoxRight a {
  color: #00a8e4;
  display: block;
  font-size: 14px; 
}

#infoBoxRight a:hover {
  text-decoration: underline; 
}

#infoBoxRight li {
  height:12px;
  list-style-type:disc;
  margin:7px 21px;
  color: #00a8e4;  
}

#infoBoxRight li a {
  color: #00a8e4;
  display: block;
  font-size: 12px;
}

#infoBoxRight li a:hover {
  text-decoration: underline; 
}

.tabs  li {
  float:left;
  display: block;
}

.tabs  li a {
  display: block;
}

#infoBoxBtn1 {
  background: url(../images/btn_tab1.gif) no-repeat scroll left top;
  height: 34px;
  padding:8px 0 0 13px;
  width:92px;
  margin:0 5px;
}

#infoBoxBtn1:hover {
  background: url(../images/btn_tab1_over.gif) no-repeat scroll left top;
  height: 34px;
  width: 92px;
}

#infoBoxBtn1.active {
  background: url(../images/btn_tab1_over.gif) no-repeat scroll left top;
  height: 34px;
  width: 92px;
}

#infoBoxBtn2 {
  background: url(../images/btn_tab1.gif) no-repeat scroll left top;
  height: 34px;
  width: 85px;
  padding:8px 0 0 20px;
  margin:0 5px;
}

#infoBoxBtn2:hover {
  background: url(../images/btn_tab1_over.gif) no-repeat scroll left top;
  height: 34px;
  width: 85px;
}

#infoBoxBtn2.active{
  background: url(../images/btn_tab1_over.gif) no-repeat scroll left top;
  height: 34px;
  width: 85px;
}

#infoBoxBtn3 {
  background: url(../images/btn_tab3.gif) no-repeat scroll left top;
  height: 34px;
  padding: 8px 0 0 24px;
  width: 120px;
  margin-left: 5px;
}

#infoBoxBtn3:hover {
  background: url(../images/btn_tab3_over.gif) no-repeat scroll left top;
  height: 34px;
  width: 120px;
}

#infoBoxBtn3.active {
  background: url(../images/btn_tab3_over.gif) no-repeat scroll left top;
  height: 34px;
  width: 120px;
}

.login-box .button-set { margin:0; border:none; background:url(../images/login_box_form_buttons_bg.gif) repeat-x !important; padding:4px 13px; }

#callout5 {
  width: 244px;
  margin:10px 1px 0 0;
  background: url(../images/sub_callout2_bg.gif) repeat-y center top;
}

#callout5Header {
  width: 244px;
  background: url(../images/sub_callout2_header.gif) no-repeat left top;
}

#callout5Footer {
  padding:11px 4px 1px;
  width:236px;
  background: url(../images/sub_callout2_footer.gif) no-repeat left bottom;
}

.callout5Btn {
  background: url(../images/btn_view.gif) no-repeat scroll left top;
  height: 28px;
  width: 67px;
  border: none;
  cursor: pointer;
  float: right;
  margin:3px 0 0 15px;
}

#container #callout5 h2 {
  font: normal 17px Tahoma, Helvetica, Arial, sans-serif;
  color: #fff;
  margin: 0 0 12px 13px;
}

#container #callout5 h3 {
  font: normal 14px Tahoma, Helvetica, Arial, sans-serif;
  color: #000;
  margin-left: 13px;
}

#container #callout5 h3.left {
  float: left;
  margin: 10px 0 0 13px;  
}

#container #callout5 p {
  font: normal 11px Tahoma, Helvetica, Arial, sans-serif;
  color: #000;
  margin-left: 13px;
}

#container #callout5 a {
  color:#00A8E4;
  font-size:11px;  
}

#container #callout5 a.view {
  color:#00A8E4;
  font-size:11px;
  margin:5px 0 0 10px;  
  float:left;
  text-decoration: none;
}

#container #callout5 a.extra {
  color:#00A8E4;
  font-size:11px;
  margin: 5px 0 0 1px;  
  text-decoration: none;
}

#container #callout5 a.title {
  font-size:11px;
  font-weight: bold;
  margin: 0;
}

#container #callout5 a.titleRelated {
  font-size:11px;
  font-weight: bold;
}

.side-col {
  float: right;
  width: 241px;
}

.relatedProductImg {
  background: url(../images/sub_callout2_img.jpg) no-repeat scroll left top;
  height: 94px;
  width: 158px;
  margin: 20px auto 10px;
}

/*----End Sub Page B----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

.clear {
  clear: both;
}

.submit {
  background: url(../images/buttonBg.gif) no-repeat left center;
  height: 21px;
  width: 75px;
  border: none;
  cursor: pointer;
  margin: 3px 0 0 48px;
  color: #fff;
  line-height: 21px;
}

.icon1 {
  background: url(../images/icon_newsletter.gif) no-repeat scroll left center;
}

.icon2 {
  background: url(../images/icon_phone.gif) no-repeat scroll left center;
}

.icon3 {
  background: url(../images/icon_home.gif) no-repeat scroll left center;
}

.icon4 {
  background: url(../images/icon_dealer.gif) no-repeat scroll right center;
}

.icon5 {
  background: url(../images/icon_cart.gif) no-repeat scroll left center;
}

.icon6 {
  background: url(../images/icon_account.gif) no-repeat scroll left center;
}

.icon7 {
  background: url(../images/icon_service.gif) no-repeat scroll left center;
}

.icon8 {
  background: url(../images/icon_arrow.gif) no-repeat scroll 230px 11px;
}

.icon9 {
  background: url(../images/icon_arrow.gif) no-repeat scroll left center;
}

.icon9a {
  background: url(../images/icon_arrow.gif) no-repeat 0 3px;
  padding-left:15px;
}

.icon10 {
  background: url(../images/icon_quotation.gif) no-repeat scroll left top;
  float: left;
  height: 29px;
  width: 29px;
  margin-right:8px;
}

.icon11 {
  background: url(../images/icon_share.gif) no-repeat scroll left center;
}

.icon12 {
  background: url(../images/icon_bookmark.gif) no-repeat scroll left center;
}

.icon13 {
  background: url(../images/icon_cedia.gif) no-repeat scroll right bottom;
  float: left;
  height: 44px;
  width: 44px;
  margin-right:8px;
  float: right;
}

.icon13sub {
  background: url(../images/icon_cedia.gif) no-repeat scroll right bottom;
  float: left;
  height: 44px;
  width: 44px;
  margin:0 8px 0 0;
  float: right;
  clear:right;
}

.icon14 {
  background: url(../images/sub_icon_arrow.gif) no-repeat scroll left 4px;
}

.icon15 {
  background: url(../images/sub_icon_friend.gif) no-repeat scroll left center;
}

.icon16 {
  background: url(../images/sub_icon_reviews.gif) no-repeat scroll left center;
}

.icon17 {
  background: url(../images/sub_icon_forum.gif) no-repeat scroll left center;
}

.icon18 {
  background: url(../images/sub_icon_videos.gif) no-repeat scroll left center;
}

.icon19 {
  background: url(../images/icon_arrow.gif) no-repeat scroll right center;
}

.icon100 {
  background: url(../images/icon_App_Store_sml.jpg) no-repeat scroll right bottom;
  height: 44px;
  width: 128px;
  margin-right:20px;
  float: right;
  position:relative; z-index:99;
}

.icon101 {
  background: url(../images/icon_radiotime.jpg) no-repeat scroll right bottom;
  height: 44px;
  width: 69px;
  margin-right:20px;
  float: right;
  position:relative; z-index:99;
}

.icon102 {
  background: url(../images/icon_shoutcast.jpg) no-repeat scroll right bottom;
  height: 44px;
  width: 69px;
  margin-right:20px;
  float: right;
  position:relative; z-index:99;
}

.icon103 {
  background: url(../images/icon_sirius.jpg) no-repeat scroll right bottom;
  height: 44px;
  width: 65px;
  margin-right:20px;
  float: right;
  position:relative; z-index:99;
}

.icon104 {
  background: url(../images/icon_xm.jpg) no-repeat scroll right bottom;
  height: 44px;
  width: 62px;
  margin-right:20px;
  float: right;
  position:relative; z-index:99;
}

.icon100sub {
  background: url(../images/icon_App_Store_sml.jpg) no-repeat scroll right bottom;
  height: 44px;
  width: 128px;
  margin: 3px 8px 0 0;
  float: right;
}

.calloutLeftImg {
  background: url(../images/calloutLeftImg.jpg) no-repeat scroll left top;
}

.calloutRightImg {
  background: url(../images/calloutRightImg.gif) no-repeat scroll left top;
}

.morePhotos {
  background-color: #e5e5e5;
  width: 48px;
  height: 48px;
  float: left;
  margin: 10px 10px 0 0;
}

.no-display {
  display: none;
}

.category-head {
  margin-bottom:7px;
}

.hidden { display: none; }

.unhidden { display: block; }

.required {
  color: #c80000;
}

#subContainer p.required {
  color: #c80000;
  font-size: 10px;
  margin-top:25px;
  text-align:right;
}

#subContainer p.required1 {
  color: #c80000;
  font-size: 10px;
  margin-top:25px;
  text-align:right;
  margin-right:10px;
}

#subContent li a.no-padding {
  padding:10px 0 0 5px;
  font-size: 11px;
  display: inline;
  float: left;
}

#subContent a.no-padding {
  padding:0;
  font-size: 11px;
  display: inline;
}

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by { text-align:right; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
    background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;
    font-size:.95em;
    }
table.pager td {
    width:32%;
    padding:4px 8px;
    vertical-align:middle;
    }
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
    border-top:1px solid #e2e2e2;
    padding:4px 8px;
    vertical-align:middle;
    }
#subContent table.pager a {
  font-size: 10px;
}    
    
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto; }

/* Link highlights */
#subContent a.link-cart { color:#9FC900; font-weight:bold !important; padding: 0 5px; font-size:11px; display: inline; }
.link-remove { color:#646464 !important; }
.link-print { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-feed { background:url(../images/icon_feed.png) no-repeat left center; padding-left:18px; line-height:1.15; }

/* Base Mini */
.base-mini {   }
.base-mini .head { margin:0 1px; border-bottom:1px solid #ddd; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; padding:2px 8px; }
.base-mini .head h4 { min-height:16px; color:#e26703; background-repeat:no-repeat; background-position:0 0; padding:1px 0 1px 21px; text-transform:uppercase; }
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { font-size:1em; }
.base-mini ol li { padding:7px 4px 7px 8px; border-bottom:1px dotted #CCCCCC; width: }
.base-mini ol li:last-child { padding:7px 4px 7px 8px; border-bottom:none; }
.base-mini ol li.even { background:#fafafa; }
.base-mini .actions {}
.base-mini .product-images { float:left; height:52px; margin-right: 7px; }
.base-mini .product-images a img { vertical-align:top; }
.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:25px; }
.base-mini .regular-price { font-size:12px; }
.base-mini .regular-price .price { color:#00A8E4; line-height:35px;}
.base-mini .special-price { font-size:12px; }
.base-mini .minimal-price { font-size:12px; }
.base-mini .price-box { margin:1px 0; }

/* Sidebar Blocks */
.mini-product-tags .head h4 { background-image:url(../images/icon_tag_green.gif); }
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after { display:inline!important; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-newsletter h4 { background-image:url(../images/icon_newspaper.gif); }
.mini-newsletter input.input-text { display:block; margin:3px 0; width:167px; }

.mini-cart .head h4 { background-image:url(../images/icon_basket.gif); }
.mini-cart .subtotal { background:#fbebd9; margin-top:5px; padding:2px 0; text-align:center; }
.mini-cart h5 { margin:0; background:#F4F3F3; padding:6px 8px 2px 8px; }
.mini-cart .actions { padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.mini-wishlist .head h4 { background-image:url(../images/icon_bell.gif); }
.mini-wishlist .link-cart { display:block; }

.mini-compare-products .head h4 { background-image:url(../images/icon_table.gif); }

.mini-poll .head h4 { background-image:url(../images/icon_group.gif); }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }

.mini-product-view .head h4 { background-image:url(../images/icon_tag_green.gif); }

/************************** Prices */
.price { white-space:nowrap !important; }

.price-box { 
  float:left;
  padding:5px 0 5px 5px; 
}

.price-box1 { 
  float:left;
  padding:5px 0 0 0; 
}

.price-box .price { font-weight:bold; color:#00A8E4; }

/* Regular price */
.regular-price { color:#00A8E4; }
.regular-price .price { font-weight:bold; font-size:13px; color:#00A8E4; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#00A8E4; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#00A8E4; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { 
	color:#00A8E4;
	font-weight:bold;
	}

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#00A8E4; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#00A8E4; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }

.product-pricing-grouped li { padding:2px 0; color:#e26703; }
.product-pricing-grouped li .price { font-weight:bold; }


/* Shop Pages */
#track1 { display:none; }
ul.more-views { margin-bottom:10px; }
ul.more-views * { display:inline !important; }
.product-info { float:none !important;  width:auto !important;}
.add-to-box { display:none; }
.checkout-progress { padding:0; margin:10px 0 !important;}
.checkout-progress * { display:inline !important; padding:0 !important; padding-right:10px !important; }
.listing-type-list .listing-item { padding:2px 0 2px 0; border-top:1px dashed #ddd;}
.one-page-checkout .active .step-count { color:#2f2f2f; }
.login-box td { border-bottom:0; }
.shipment-count { color:#2f2f2f; }
.grand-total { background:none !important; color:#2f2f2f; }
p.grand-total { padding-right:0; }
.account-side{ border:0; width:auto !important;}
.account-side .box { display:block !important; }
.account-box .head h4 { background:none; padding-left:0; }
.account-box .product-images { width:auto; }
.account-box .product-details { margin:0; }
table.data-table {width:100% !important; float:left;}
body.page-popup .data-table td, body.page-popup .data-table th { border-right:1px solid #D9DDE3 !important; border-bottom:1px solid #D9DDE3 !important; }
body.page-popup .data-table th.last, body.page-popup .data-table td.last { border-right:0 !important; }
body.page-popup .data-table tfoot td { border-bottom:none !important; }
body.page-popup .data-table td, body.page-popup .data-table th { border-color:#bbb; color: #000;}
.page-popup h1#logo {  display:block; margin-bottom:10px; }
.a-right {text-align: right !important;}

/* Grid Type */
#subContent li.item { float:left; width:195px; padding:5px 10px 5px 15px; height:100%; border-right:1px dotted #CCCCCC;}
#subContent li.item:hover { background:url(../images/product_over_bg.jpg) repeat-y center top; width:195px; }
#subContent li.item:last-child { float:left; width:200px; padding:5px 10px 5px 15px; height: auto; border-right:none;}

/* List Type */
.listing-type-list .listing-item { border-top:1px dotted #D9DDE3; padding:12px 10px; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:285px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left; text-align:left; white-space:nowrap; margin:3px 13px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }

.product-shop { float:left; width: 350px;}
.product-shop-view { float:left; margin-left:50px; width:285px; margin-bottom: 20px; }
.product-shop-view1 { float:left; margin-left:50px; width:460px; margin-bottom: 20px; }
.out-of-stock { height:18px; padding-top:3px;color:#D83820; font-weight:bold; text-align: right; margin-right: 10px;}
.product-shop .short-description { width:100%; overflow:hidden; margin-bottom:10px; }

/* Product Images */
.product-img-box { float:right; width:267px; }
.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:265px; height:265px; z-index:9; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.image-zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
.image-zoom #track { position:relative; height:18px; }
.image-zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:2px; top:1px; }
.image-zoom .btn-zoom-in { position:absolute; right:2px; top:1px; }
.product-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.product-img-box .more-views ul { margin-left:-9px; }
.product-img-box .more-views li { float:left; margin:0 0 9px 9px; }
.product-img-box .more-views li a { float:left; width:56px; height:56px; overflow:hidden; }

.product-info-box { margin-top:0; }
.product-info-box .product-name { margin-bottom:.3em; color:#0a263c; font-size:1.2em; }
.product-info-box .price-box { margin:10px 0; }
.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .availability { margin:10px 0; padding:0; font-size:0.92em; }

.add-to-cart-box { float:right; }
.add-to-cart-box .qty-box { float:left; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box { float:left; margin:6px 5px 0 0; }
.add-to-cart-box .form-button { float:left; }
.qty { float:left; margin:0 5px; width: 27px; clear: right; }

.add-to-box { text-align:right; }
.add-to-box li { display:inline; }

.add-to-holder { margin:0; }
.add-to-holder .add-to-cart-box { float:left; width: 275px; }
.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; }
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left; }
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }

.pipe { padding:0 4px; font-size:.95em; float: left; line-height: 17px;}
.pipe1 { padding:0 4px; font-size:.95em; line-height: 17px;}

.product-pricing { margin:0; }
.product-pricing li { line-height:1.4; background:url(../images/bg_tierico1.gif) no-repeat 0 3px; color:#00A8E4; font-size: 14px; }
.product-pricing .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.product-pricing .price { font-weight:bold; color:#00A8E4; }

.product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { color:#2f2f2f; }
.product-options dt label span { font-weight: normal; font-size: 11px;}
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; padding-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom { padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom .price-box { float:none; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }

/* Product Options */
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px; }

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px #1e7ec8 dotted; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }

/* Product Collateral */
.product-collateral { }
.product-collateral .head { }
.product-collateral .collateral-box { margin-bottom:2em;  }
.product-collateral .collateral-box h4{ color:#e26703; }
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background:#f6f2e7; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { float:left; width:302px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:300px;  }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(../images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { background:url(../images/icon_tag_add.gif) no-repeat 0 2px; padding-left:23px; }
.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; }

/* Product Detail sidebar */
.mini-related-items .head h4 { background-image:url(../images/icon_clip.gif); }
.mini-related-items .product-images a { display:block;}
.mini-related-items .product-images input { float:left; /*margin-right:4px; margin-left:-6px;*/ }
.mini-related-items .product-images .checkbox-container { float:left; width:15px; margin: 10px 0 0 5px; }
.mini-related-items .product-details { margin-left:0px; padding-left:5px; }
.mini-related-items ol li { padding: 10px 0; height: auto;}
.mini-related-items ol li:last-child { padding: 10px 0; border-bottom: none; }

.divider { margin:10px 0; height:1px; background:url(../images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; }

/********************** Sidebars */
.side-col .box { margin-bottom:1.3em; margin-right: 5px; }
.side-col .content { width:215px; margin: 0 auto;}
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4 { color:#e65505; text-transform:uppercase; }
.side-col .actions {
    padding:7px 7px 0 12px;
    font-size:.95em;
    text-align:right;
    border-top: #cccccc 1px solid;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 10px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }
.widget-btn1 {
float:right;
font-size:11px;
margin:10px 10px 1px 5px;
}

/* Page heading */
.page-head { margin:0 0 15px 0; }
.page-head-alt { margin:0 0 12px 0; }
.page-head, .page-head-alt { text-align:right;}
.page-head1 { text-align:right; border-bottom:1px solid #CCCCCC; margin-bottom: 10px;}
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-size:1.7em !important;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
    }
.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }

/* Category list heading */
.category-head {
    margin-bottom:7px;
    }
.category-head h2 {
    max-width:100%;
    margin:0;
    padding:3px 0;
    color:#0a263c;
    font-size:1.6em;
    line-height:1.3em;
    font-weight:normal;
    overflow:hidden;
    }

.box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:bold; padding:2px 8px; margin:10px 0; }
.category-head .link-feed {float:right; margin-top:10px; position:relative; }

/********************* Tables */
td.label        { font-weight:bold; }

/* Data Table */
.data-table { border:1px solid #bebcb7; width:100%; }
.data-table tr { background:#fff; }
.data-table .odd  {  }
.data-table .even { }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { padding:3px 8px; }
.data-table thead tr th { background:url(../images/data_table_th_bg.gif) repeat-x 0 100% #d9e5ee; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first { background:url(../images/base_mini_actions_bg.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#DEE5E8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.box-table td { padding:10px; }
.box-table tfoot td { padding-top:5px; padding-bottom:3px; }
.box-table select { width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }
#shipment_tracking_info p {
  color: #fff;
}

/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }


/********************** Checkout */
select.address-select { width:630px; margin: 5px 0;}

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }
.payment-methods select.month { width:146px !important; margin-right:10px; }
.payment-methods select.year { width:100px !important; }
.payment-methods input.cvv { width:3em !important; }

/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td { padding-left:13px; padding-right:13px; }
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float:left; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dt { margin-top:.5em; }
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title a { font-weight:bold; }

.shopping-cart-totals {
    width:248px;
    float:right;
    margin-top:25px;
    border:1px solid #cccccc;
    text-align:right;
    background:url(../images/base_mini_head_bg.gif) repeat-x #fff;
    }
.shopping-cart-totals table { width:100%; margin:7px 0; }
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    padding-top:10px;
    font-size:1.3em;
    border:none!important;
    }
.shopping-cart-totals .checkout-types { padding:8px 10px 15px; }
.shopping-cart-totals .checkout-types li { clear:both;  margin:10px 0; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info, .cart-price {  }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


.shopping-cart-collaterals {
    float:left;
    width:405px;
    padding:25px 0;
    }
.shopping-cart-collaterals .box {
    padding:12px 15px;
    height:111px;
    border:1px solid #cccccc;
    background:url(../images/base_mini_head_bg.gif) repeat-x #fff;
    }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#e26703;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
    }
.shopping-cart-collaterals .discount-codes h4 { background-image:url(../images/icon_asterick.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(../images/icon_lorry.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #cec3b6;
    padding:12px 15px;
    background:#fafaec;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }


/* One-Page checkout */

.one-page-checkout .group-select { margin-right:0; }
.one-page-checkout .box { border:1px solid #bbb6a5; border-top:0; padding:15px 20px; background:#faf7ee; }
.one-page-checkout .head { margin-bottom:0; padding:4px 8px 6px 8px; background:url(../images/opc_off_head_bg.gif) repeat-x 0 100% #eee; border-width:0 1px 0 1px; border-color:#D9DDE3; border-style:solid; border-top:1px solid #fff; }
.one-page-checkout .tool-tip { right:8px; }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { background:#fff; font-size:.9em; padding:0 4px; line-height:1em; }
.one-page-checkout .content { padding:10px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#d0dce1; border-color:#a3aeb3; border-width:1px 1px 0 1px; cursor:pointer; }
.one-page-checkout .active .head { margin-bottom:0; border:1px solid #999999; background:#DBE6EB; padding-bottom:5px; cursor:default; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#a4b3b9; }
.one-page-checkout .active h3 { color:#F18200; }
.one-page-checkout .allow .step-count { background:#dbe6eb; }
.one-page-checkout .active .step-count { color:#fff; border:1px solid #0A6F90; background:#00A8E4; }
.one-page-checkout .active .box { display:block; border-color:#cccccc; background:#FBFAF6 url(../images/multi_address_box_bg.gif) 0 0 repeat-x; }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { border:1px solid #A3AEB3; background:#eee; margin-bottom:6px; }
.one-page-checkout-progress h4 { margin:0; color:#999; padding:2px 8px; background:#eee; text-transform:none;  }
.one-page-checkout-progress h4.complete { border-bottom:1px solid #A3AEB3; background:#D0DCE1; color:#0A6F90; }
.one-page-checkout-progress h4 a { text-transform:none; }
.one-page-checkout-progress .content { padding:8px 13px; }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; }
#opc-review .data-table { border-top:0; }
.opc-please-wait { margin-right: 10px; }
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; }


.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .tool-tip { left:-23px; }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }

/* Login */
.login-box .col-1, .login-box .col-2 { border:1px solid #cccccc; background:#dee5e8; }
.login-box .content { background-color: #fff; padding:14px 21px; }
.login-box h4 {
    min-height:16px;
    border-bottom:1px solid #ddd;
    margin-bottom:1.2em;
    padding-bottom:5px;
    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1.05em;
    color:#e76200;
    text-transform:uppercase;
    }
.login-box .new-users h4 { background-image:url(../images/icon_page_white.gif); }
.login-box .registered-users h4 { background-image:url(../images/icon_page_white_text.gif); }
.login-box .button-set { margin:0; border:none; background:url(../images/login_box_form_buttons_bg.gif) repeat-x; padding:4px 13px; }
.login-box .content { min-height:234px; }

/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set, .col2-set .col-2 { width:100%; }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:left; }
.col-1 {width: 320px;}
.col-3 {width: 310px; float: right;}
.col-4 {width: 310px; float: left;}
.col-5 {float: left;}

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left;}
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }

.button-set { /* Container for form buttons*/
    clear:both;
    margin-top:1em;
    border-top:1px solid #e4e4e4;
    padding-top:8px;
    text-align:right;
    }
    
/* Form lists */
#checkoutSteps.form-list li { padding:5px 0; clear: both; }
.form-list li { padding-top: 6px; clear: both; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; width: 95%; clear:both;}

.group-select {
    margin:28px 0;
    border:1px solid #cadce2;
    padding:22px 25px 12px 25px;
    background:#eef4f6;
    }
.contact {
    height: 295px;
    }    
#container .group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #00A8E4;
    background:#ffffff;
    padding:0 8px;
    color:#00A8E4;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select li { padding:4px 8px; }
.group-select li .input-box { float:left; width:275px; height: 50px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:525px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:250px; }
.group-select li .input-box select { width:256px; }


/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px; font-size:.95em; font-weight:normal; line-height:1.25em; }
.validation-failed { }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required { font-size:.95em; text-align:right; }


/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 6px 8px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.3em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    }
.success-msg {
	background-color:#DEE5E8;
	border-color:#00A8E4;
	color:#00A8E4;
	}
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    }

/* Dashboard */.account-box {
    margin-bottom:20px;
    border:1px solid #ccc;
    border-right-color:#999;
    border-bottom-color:#999;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:15px;
    }
.account-box .head { margin-bottom:10px; border-bottom:1px solid #d9dde3; }
.account-box h4 { color:#E65505; font-size:1.1em; text-transform:uppercase; }
.account-box .inner-head { margin-bottom:8px; background:url(../images/dotted_divider.gif) repeat-x 0 100%; padding-bottom:2px; text-align:right; }
.account-box h5 { font-size:1.1em;   }
.account-box h5 a { font-weight:normal; }
.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome { margin-right:8em; margin-bottom:1.5em; font-size:1.1em; }
.account-box .head h4 { min-height:17px; background-repeat:no-repeat; background-position:0 0; }


/* Account Addressbook */
.primary-address-list h4, .address-list h4 {font-size:1.1em; color:#E26703; text-transform:uppercase; }
.primary-address-list li {
    margin-bottom:10px;
    border:1px solid #ccc;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:10px 13px 8px 13px;
    float: left;
    width: 275px;
    }
.primary-address-list li.right {
    margin-bottom:10px;
    border:1px solid #ccc;
    background:url(../images/account_box_bg.gif) repeat-x #fff;
    padding:10px 13px 8px 13px;
    float: right;
    width: 275px;    
    margin-left:25px;
    }    
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products td { vertical-align:top;
width:500px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #9eb8cb;
    border-left:1px solid #BEBCB7;
    text-align:left;
    }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }
.compare-products tr.last td {border-bottom:1px solid #ccc!important; }

/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:538px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.5; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }

.one-page-checkout .box-no-padding {
  border-color:-moz-use-text-color #BBB6A5 #BBB6A5;
  border-style:none solid solid;
  border-width:0 1px 1px;
  padding:15px 0;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}

dt {
  color:#666666;
  display:block;
  font-size:13px;
  font-weight:bold;
}

.shipment-methods dd {
  margin:13px 0;
}

.one-page-checkout .active .box {
  background:#FBFAF6 url(../images/multi_address_box_bg.gif) repeat-x scroll 0 0;
  border-color:#BBAFA0;
  display:block;
}

#opc-review .box {
border:0 none;
padding:0;
}

#opc-review .data-table {
border-top:0 none;
}

.data-table tr.last th, .data-table tr.last td {
border-bottom:0 none !important;
}

.data-table thead tr th {
background:#D9E5EE url(../images/data_table_th_bg.gif) repeat-x scroll 0 100%;
}

.data-table th {
border-right:1px solid #C2D3E0;
color:#0A263C;
padding:2px 8px;
white-space:nowrap;
}

th {
padding:0;
text-align:left;
vertical-align:top;
}

.a-center {
text-align:center;
}

.data-table tr.last th, .data-table tr.last td {
border-bottom:0 none !important;
}

/********************** Generic Box */
.generic-box { margin-bottom:15px; padding:12px 15px; border:1px solid #cccccc; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; }
.generic-product-list li { margin:12px 0; }

.order-access {padding-bottom:8px; }
.order-info {border:solid 1px #cccccc; background:#DEE5E8; padding:4px 8px; }
.order-info span { display:block; float:left; }
.order-info ul { display:inline; }
.order-info li { display:inline; padding-right:7px; padding-left:3px; }
.order-info li.selected {font-weight:bold; background:url(../images/point-con.gif) no-repeat fixed center bottom; }

/* Grid Type */
.listing-type-grid { background:url(../images/bkg_products-grid3.gif) 0 0 repeat; }
.listing-type-grid .grid-row { border-bottom:1px solid #d9dde3; margin-bottom:7px;
padding-bottom:15px; height:260px;}
.listing-type-grid li.item { float:left; width:138px; padding:12px 10px; line-height:1.6em; overflow:hidden; }
.listing-type-grid .last { border-bottom:0; }
.listing-type-grid .product-image { text-align:center; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }

.page-popup a {
  color: #00A8E4;
}

.page-popup h1#logo { display:none; }

.page-popup {
  width: 1000px;
  margin: 0 auto;
}

.box-header {
  color: #000;
}

.page-popup td {
  color: #fff;
}

.page-popup p {
  color: #0A6F90;
  font-size: 12px;
  font-weight: bold;
}

.page-popup li {
  list-style-type: none;
  padding-left: 12px;
  margin-bottom: 5px;
}

.page-popup p.infoHeaderTxt {
  margin-bottom: 10px;
}

.page-popup h5 {
  margin: 7px 0;
}

.page-popup .price-box {
  float: none;
  padding: 0;
}
