/**   Styles for "Screen" Media
*     File: store.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2009-06-26
* --------------------------------------------------------------
**/

.VertMenuItems, #minicart, .menu_container li, small { color: #0265a7; }

.buynow_box,
.new_cust_column,
.progress_container {
   border: 1px solid #0265a7;
   background-color: #ECECEC;
}

#authform { padding: 0 8px; }

/*#product_header .SubBG {
   background-color: #ECECEC;
   border: 1px solid #0265a7;
}
*/
#tablist { border-color: #4A87DF; }


#tablist li a,
a.buttons:link, 
a.buttons:visited {
   border-color: #C54443;
	background-color: #0265a7;
	color: #FFF;
}
.nav_selected {
   color: #0265a7;
   border-color: #0265a7;
}
   a.buttons:link, 
   a.buttons:visited {
      background-color: #0265a7;
      border-color: #4A87DF;
   }
   #tablist li a:hover,
   a.buttons:hover {
      background-color: #0265a7;
      border-right-color: #4A87DF;
      border-top-color: #4A87DF;
      border-left-color: #4A87DF;
      color: #FFF;
	}
	   a.buttons:hover { 
	      background-color: #333;
	      border-color: #666;
	   }
	#tablist li a.current {
      background-color: #4A87DF;
		border-top-color: #4A87DF;
   	border-left-color: #4A87DF;
   	border-right-color: #4A87DF;
   	color: #FFF;
	}
		#tablist li a.current:hover { color: #FFF; }

#product_price,
.ProductPrice span { color: #454545; }

.dialog_title h3, #layout h3 { color: #0265a7; border: 0; }

.product_thumb { width: 250px; }
   .product_thumb #enlarged_link {
      display: block;
      padding-bottom: 4px;
   }

#layout h3.dialog_title { margin: 0; font-size: 1.2em; }

.store h1 { margin-top: 0; }

.black,.SubHeaderGrey { color: #454545; }

.checkout .SubHeaderGrey { color: #0265a7; }
.SubHeaderGreyLine { background-color: #0265a7; }

.white { color: #FFF; }

.subcat_title {
	float: left;
	font-weight: bold;
	margin: 0em 0.6em;
}

.subcat_count {
	float: right;
}


/** @group store */
.store #content { padding: 5px 0 0 20px; }
/*.store #content #product {
   padding-left: 27px;
   padding-top: 27px;
}*/
/*.store #content .dialog_title {
   color: #829F1F;
   width: 403px;
   padding: 10px 0;
}
   .store #content h2.dialog_title { font-size: 3.2em; width: 100%; }
   .store #content h3.dialog_title { font-size: 1.6em; width: 100%; }*/

.store #product_leftCol { 
   width: 266px;
   float: left;
   overflow: hidden;
}
.store #product_list { padding: 30px 0 0 0; }
   .store .product_thumb {
      border: 0;
      float: none;
      margin: 0;
      padding: 0 8px;
   }
   .store .product_thumb_title {
      border-bottom: 1px dashed #BEBEBE;
      color: #333; 
      border-top: 1px dashed #BEBEBE;
      width: 250px; 
      margin: 15px 0; 
      padding: 3px 0;
      font-size: 1em;
   }
   .store #enlarged_link { display: block; }
   .store #PListImgBox img { border: 0; }

.store #product_rightCol {
   width: 380px;/*368*/
   float: right;
}

.store #options { padding-top: 25px; }

.store .title_cartProgress {
   width: 230px; 
   margin: 10px auto; 
   margin-bottom: 0;
   font-size: 1.2em;
}

.store #buyNowContainer {
   padding: 3px; 
   background-color: #FFF; 
   line-height: 1.5em;
   width: 204px;
   height: 38px;
}

.store .SubBG {
   background-color: #EAEBEB;
   border: 1px solid #CCC;
   padding: 10px;
   margin-bottom: 15px;
}

.store .buynow_box { line-height: 2.5em; }

.store .SubBG label,
.store .buynow_box label { 
   display: block;
   width: 100px;
   float: left;
   clear: left;
}
   .store .SubBG #buyBtns { 
      margin: 0;
      padding: 0;
      width: auto;
   }
   .store .SubBG label, .store #product_price { font-size: 1.3em; }
   .store .SubBG select { border: 1px solid #000; }

.store .outlined div {
   background: transparent;
   float: none;
   padding: 0;
}
.store #nav_container {
   padding-top: 15px;
   clear: none; 
}
   .store #nav_container .nav ul li { 
      display: inline;
      float: left;
   }
   .store #nav_container a.buttons,
   .store #nav_container .nav ul li.nav_selected {
   	min-width: 10px;
   	height:auto;
      margin-top:2px;
      padding:2px 5px;
   	display: block;
   	float: left;
   	margin-right: 5px;
   	text-align: center;
   }
.store #this_pg_url {
   float:right;
   clear:both;
   margin: 4px 10px 0 0;
   text-align: center;
   width: 70px;
/*   *width: 60px;
   *margin-top: -10px;*/
}
/*   * html .store #this_pg_url { 
      width: 55px; 
      margin-top: -10px; 
      white-space: nowrap; 
      margin-right: 8px; 
   }
*/
.store #nav_result_pages {
   float:right;
   width: 85px;
   text-align: center;
   padding-top: 10px;
}

.store .checkout table td { padding: 0.3em 0.4em; }
   .store .checkout table.SubHeader td,
   .store .checkout table.SubHeaderGrey td { padding: 0.3em 0; }
   .store .checkout table td.SubHeaderGreyLine { padding: 0; }
.store .checkout table tr.TableSubHead td { background-color: #ECECEC; }

.store #nav_form { float: none; width: auto; }
/*.store a.buttons, .store a.buttons:visited, .store a.buttons:hover,
.store div.button_title a:hover { 
   color: #FFF;
   background-color: transparent;
   border: 0;
}*/
/*.store #content h3.dialog_title,
.store #content #options h3.active {
   background-color: #829F1F;
   color: #FFF;
   border: 1px solid #667D18;
   padding: 5px;
   width: 695px;
}*/
   .store #options #refer { margin-top: 30px; }
   .store #options .dialog_title { padding: 0; }
      .store #options .dialog_content { padding: 10px; }
/*      * html .store #options .dialog_content { padding: 10px 0; }*/

   .dialog_content form.upload {
      /*width: 440px;*/
      padding: 20px 40px;
      background-color: #EAEBEB;
      border: 1px solid #CCCCCC;
      margin: 0 10px 0 0;
      text-align: left;
   }
   .dialog_content input.button {
      background-color: #0265A7;
      border: 1px solid #4A87DF;
      color: #FFFFFF;
   }

   .store #options h3.dialog_title {
      font-size: 1.1em;
      color: #829F1F;
      background-color: #FFF;
      border: 1px solid #829F1F;
      border-bottom: 0;
      font-weight: normal;
      letter-spacing: 0.1em;
      margin-top: 0;
      cursor: pointer;
      cursor: hand;
   }
/*   * html .store #options h3.dialog_title { margin-top: 0; }*/
/*   .store #content #options h3.last { border-bottom: 1px solid #829F1F; }*/
   .store #options h3.dialog_title,
   /*.store #content #options h3.active {
         width: 675px;
         padding: 5px 10px;
      }*/
/** @group related_products */
#related_products div.product,
#accessories div.product {
   width: 106px;
   float: left;
   margin-left: 2px;
   margin-right: 10px;
   margin-bottom: 10px;
   line-height: normal;
   text-align: center;
}
   #related_products div.product, #related_products div.product a,
   #accessories div.product, #accessories div.product a { color: #829F1F; }
   #related_products div.prodcut_img, #accessories div.prodcut_img { margin-bottom: 5px; }
   #related_products div.product_img img, #accessories div.product_img img { border: 1px solid #829F1F; }
   #related_products div.product .ProductPrice, #accessories div.product .ProductPrice { color: #B85C00; font-size: 1.0em; }
   #related_products div.product a, #related_products div.product a:visited,
   #accessories div.product a, #accessories div.product a:visited { text-decoration: none; }
      #related_products div.product a:hover,
      #accessories div.product a:hover { color: #000; }
/* @end related_products **/
/** @group form */
.store form input[type="text"],
.store form input[type="password"],
.store textarea.customer_notes,
#formContent input.input,
#formContent textarea.textarea {
   border: 1px solid #CCC;
   background-color: #EAEBEB;
   padding: 2px 5px;
   color: #000;
   /*width: 367px;*/
}
   #formContent input.submit {
      border: 2px solid #B85C00;
      border-left-color: #7B3D00;
      border-top-color: #7B3D00;
      background-color: #CC6601;
      color: #FFF;
      padding: 5px;
      cursor: pointer;
      cursor: hand;
   }
   /*.store td.login_column input[type="text"],
      .store form input[type="password"] { width: auto; }
   .store form .ProductPriceConverting input[type="text"] { width: auto; }*/

#sendToFriend {
   width: 400px;
   margin: 0 auto;
}
/** @group subcat */
.store .subcat_wrapper {
   float: left;
   padding-left: 7px; 
   padding-right: 8px;
   text-align: center;
   line-height: normal;
}
   .store .subcat_wrapper,
   .store .subcat_wrapper .products_thumbnail {
      width: 150px;
      overflow: hidden;
   }
/*.store .subcat_wrapper a img { border: 1px solid #333; } */
.store .subcat_wrapper .products_t_thumbnail, .store .subcat_wrapper .products_thumbnail { margin-right: 0; }
.store .subcat_title {
   float: none;
   font-weight:bold;
   margin:0em 0.6em;
}
.store .subcat_count {
   float:none;
   font-size: 9px;
   color: #666;
}
.store #subcat_descr {
/*   border: 1px solid #667D18;*/
   border: 1px solid #666;
/*   background-color: #E9EADA;*/
   border-top: 0;
/*   border-right: 0;*/
   padding: 10px;
   padding-top: 0;
   margin-top: 10px;
   margin-left: -3px;
   margin-bottom: 15px;
/*   width: 685px;*/
}
/* @end subcat **/
/* @end form **/
/** @group banner_codes */
#banner_codes #banner_img { 
   float: left;
   padding-right: 15px;
}
#banner_codes #banner_btn { padding-top: 8px; }

#banner_codes div.input { padding: 0.8em 0; }
#banner_codes div.input label {
   display: block;
   font-weight: bold;
   padding-bottom: 0.4em;
}
/* @end banner_codes **/
/* @end store **/
