html {
	background-color:#fff;
	background-image:url(../images/bg_stripes.jpg);
	background-repeat:repeat;

	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	color:#333;
    margin:0;
	padding:0;
		
}
h1 {
	font-size:22px;
	color:#000;
	margin:5px 0;
	line-height:1.3em;
	text-transform:uppercase;
}
h2 {
	font-size:18px;
	color:#000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	text-transform:uppercase;
	font-size:16px;
	color:#000;
	margin:0;
	padding:0;
}

h4 {
   font-family: 'Lobster', cursive;
   font-size: 25px;
   color: #333;
	
}
h5 {
	font-size:14px;
	font-weight: bold;
	
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
li {
/*
	background-image:url(../images/arrow_black.jpg);
*/
	background-repeat:no-repeat;
	background-position:0px 3px;
}
a {
	text-decoration:none;
	color:#fbb805;
}
a:hover {
	
}
a:focus {
	outline:none;
}
img {
	display:inline-block;
	border:none;
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
}

/* Required */

.required {
	color:#eb008b;
}

/* Overflow */
.overflow {
	overflow:hidden;
	width:100%;
}
.clear {
	clear:both;
}

/* Float */
.float_left {
	float:left;
}
.float_right {
	float:right;
}

/* Yellow Button */
#add_to_cart_button a{
	margin-top: 15px;
	margin-bottom: 10px;	
	width:100px;
	height:35px;
	float:right;
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	text-align: center;
	margin-left: 10px;
	
	/*gradient for button*/
	background: #cacccf; /* Old browsers */
	background: -moz-linear-gradient(top, #cacccf 0%, #9d9fa4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacccf), color-stop(100%,#9d9fa4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* IE10+ */
	background: linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacccf', endColorstr='#9d9fa4',GradientType=0 ); /* IE6-9*/
	
	/*rounded corners*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*text shadow*/
	text-shadow: 1px 1px 1px #999999;
	filter: dropshadow(color=#999999, offx=0, offy=0);
	/*drop shadows*/
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
	border: none;
	vertical-align: middle;
}
#add_to_cart_button a.add_to_cart_button{
	padding-top: 10px;
}
.yellow_btn {
	padding:4px 10px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	/*gradient for button*/
	background: #cacccf; /* Old browsers */
	background: -moz-linear-gradient(top, #cacccf 0%, #9d9fa4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacccf), color-stop(100%,#9d9fa4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* IE10+ */
	background: linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacccf', endColorstr='#9d9fa4',GradientType=0 ); /* IE6-9*/
	
	/*rounded corners*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*text shadow*/
	text-shadow: 1px 1px 1px #999999;
	filter: dropshadow(color=#999999, offx=0, offy=0);
	/*drop shadows*/
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
	border: none;
	vertical-align: middle;
}
.yellow_btn:hover {
	background: #aeb0b2; /* Old browsers */
    background: -moz-linear-gradient(top,  #aeb0b2 0%, #98999b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeb0b2), color-stop(100%,#98999b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #aeb0b2 0%,#98999b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #aeb0b2 0%,#98999b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #aeb0b2 0%,#98999b 100%); /* IE10+ */
    background: linear-gradient(top,  #aeb0b2 0%,#98999b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeb0b2', endColorstr='#98999b',GradientType=0 ); /* IE6-9 */

}

     /***********************************************************
	                    START HEADER WRAPPER
	************************************************************/

/*Header Wrapper*/

#header_wrapper {
    width:100%;
	
}


/* Header Container */
#header_container {
	width:986px;
	margin:0 auto;
}
#header_col_01 {
	padding-top:20px;
	float:left;
}
#header_col_02 {
	float:right;
	width:700px;
}



/* Checkout Container */
#checkout_container {
	float: right;
	height: 50px;
	width: 193px;
	background-color: #333;
	color: #ededed;
	
	/* Rounded Corners for Checkout */
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
	
	
	text-align:right;
	margin-bottom:24px;
	margin-top: 50px;
	margin-right: 0px;
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


#checkout_container a {
	padding-top:10px;
	color: #ededed;
}
#checkout_container a:hover {
	color:#ffd35d;
}
#checkout_container span {
    float: left;	
	padding-top: 10px;
	padding-bottom: 5px;
}

#checkout_container a:nth-child(3){
	color:#ffd35d;
	padding-left: 18px;
	padding-right: 5px;
}
#checkout_container a:hover:nth-child(3){
	color: #ededed;
}

.white_text {
	font-size: 20px;
}
.text {
	font-size: 13px;
}

#shopping_cart_items{
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin-left: 15px;
	word-spacing: .5em;	

	
}

  /**** START CONTACT CONTAINER FOR HEADER***/
  
#contact_container {
	float: right;
	margin-top: 42px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: normal;	
}
        /* Phone Number */

.phone_number {
	font-weight:bold;
	font-size:27px;
	letter-spacing:-2px
}


          /**********************************************
		                 START MAIN WRAPPER
		  **********************************************/
  
/*MAIN WRAPPER*/

#main_content_wrapper {
    width:100%;	
	margin-bottom: 20px;
	clear:both;
	min-height: 350px;
}


/* Main Container */
#main_container {
	line-height:1.8em;
	width:986px;
	margin:0 auto;
}




/* Status Message */
#status_message {
	background-color:#fbb805;
	padding:10px;
	border:1px solid #d8d8d8;
	width:100%;
	font-size:22px;
	color:#fff;
	/*text shadow*/
	text-shadow: 1px 1px 1px #555;
    filter: dropshadow(color=#555, offx=0, offy=0); 
	margin-bottom: 20px;
}
#status_message a {
	font-size: 18px;
	font-weight:bold;
	color:#ededed;
	text-decoration:none;
}
#status_message a:hover {
	text-decoration:underline;
}	

/* Shipping Container */
#shipping_container {
	margin-top:15px;
	color:#f68e35;
	font-size:13px;
}
#shipping_container a {
	color:#f68e35;
	text-decoration:underline;
}
#shipping_container a:hover {
	text-decoration:none;
}

      /**********************************************
		            START NEWSLETTER WRAPPER
	  **********************************************/

/*Newsletter Wrapper*/
#newsletter_wrapper {
    width: 100%;	
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #fbb805;
}


/* Newsletter Container */
#newsletter_container {
	border:1px solid #dcdcdc;
	background-color:#f5f5f5;
	margin: 0 auto;
	width: 986px;
	height: 60px;
	
	/*rounded corners*/
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; 
	
	/*gradient background*/
	
	background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top, #efefef 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	
	/*drop shadows*/
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3); 
}
	

.newsletter_text {
    margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	
	/*text shadow*/
	text-shadow: 1px 1px 1px #555;
    filter: dropshadow(color=#555, offx=0, offy=0); 
}
.newsletter_text_highlite {
    color:	#fbb805;
}

#newsletter_container a {
	margin-right:20px;
	color:#333;
}
#newsletter_container a:hover {
	text-decoration:none;
	color:#999;
}
#newsletter_container .float_left {
}
#newsletter_signup {
	margin-top: 10px;
	margin-bottom: 8px;
	width:430px;
	float:right;
	padding-right: 0px;
	padding-bottom: 0px;
}
#newsletter_signup .bold_text {
	margin-top:10px;
	display:block;
	font-weight: bolder;
	font-size: 13px;
}
#newsletter_fld_container {
	width:174px;
	height:35px;
	float:left;
    margin-left:10px;

	
	/*rounded corners*/
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;  
	
}

.newsletter_signup_field {
	color:#999;
	border:none;
	width:160px;
	height:35px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 5px;
	
	-webkit-border-radius: 8px;
   -moz-border-radius: 8px;
    border-radius: 8px; 
	
	/*drop shadow inside*/
	-webkit-box-shadow: inset 1px 2px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 1px 2px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 1px 2px 2px rgba(0, 0, 0, .3); 



}
.newsletter_btn {
	/*gradient for button*/
	background: #cacccf; /* Old browsers */
    background: -moz-linear-gradient(top, #cacccf 0%, #9d9fa4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacccf), color-stop(100%,#9d9fa4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* IE10+ */
    background: linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacccf', endColorstr='#9d9fa4',GradientType=0 ); /* IE6-9*/
	
	width:60px;
	height:30px;
	float:right;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	
	margin-top: 7px;
	margin-right: 5px;
	
	/*rounded corners*/
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; 
	
	/*text shadow*/
	text-shadow: 1px 1px 1px #999999;
    filter: dropshadow(color=#999999, offx=0, offy=0); 
	
	/*drop shadows*/
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3); 
	
	border: none;
}
.newsletter_btn:hover {
	
}

 /*********************************
      BREADCRUMB NAVIGATION
 *********************************/
 
/*BreadCrumb Wrapper*/
#breadcrumb_wrapper {
    width: 100%;	
	height: 60px;
	background-color: #fbb805;
	margin-bottom: 20px;
}
/*BreadCrumb Container*/
#breadcrumb_container {
	width: 986px;
	margin: 0 auto;
	
}
#breadcrumb_container ul {
	
	
	
}
#breadcrumb_container ul li {
	color: #fbb805;
	list-style-type: none;    	
}   


#breadcrumbs li {
	background-image:url(../images/breadcrumb_arrow.png);
	background-color: #fff;
	background-position: right center;
	height:25px;
	float:left;
	padding-left:5px;
	padding-right: 20px;
	margin-top: 15px;
	padding-top: 5px;
}
#breadcrumb_container ul li#breadcrumb_current{
	background-image: url(../images/breadcrumb_arrow_current.jpg);
	background-position: right center;
	margin-right: 20px;
	
}


          /***************************************
		         START HOME PAGE MAIN CONTENT 
		  ***************************************/		 

#main_content {
	width:986px;
	margin: 0 auto;
	clear: both;
}


#home_container {
        width:986px;
	margin-top: 10px;
	border: 2px solid black;
}
#home_container th, #home_container td{
	border: 2px solid black;
}

#featured_items {
/*
	height: 280px;
	margin-top: 20px;
	margin-bottom: 20px;
*/
}
#featured_text {
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#featured_text h1 {
	float: left;
	margin-right: 10px;
}

#featured_text p {
	padding-top: 14px;
	font-style: italic;
}

/*Start Featured Boxes*/

#featured_boxes {
/*
	overflow: hidden;
	border:none;
	*/
}

#featured_boxes ul{
	float: left;
	overflow: hidden;
	width: 100%;
	height: 188px;
}
#home_news{
	float: right;
	width: 461px;
}

#featured_boxes li{
    display: inline;
    float: left;
    list-style-type: none;
    width: 244px;
    padding-left: 5px;
}

#featured_boxes li h5{
	margin:0;
	padding: 0;
	float: left;
}
#featured_boxes li a{
	color: #333;
}

.add_to_cart {
	float: left;
	margin-top: 5px;
	height: 30px;
	width: 180px;
}
.add_to_cart h5{
	margin-right: 5px;
}
.add_to_cart a{
	float: left;
	color: #fbb805;
	padding-left: 5px;
	padding-top: 0;
	margin:0;
    	
}
.add_to_cart span{
    padding-left: 3px;
	margin:0;
}

.featured_link {
    color: #fbb805;	
}
  /*******END FEATURED ITEMS*******/
  
  
  /*******START HOME ADVERTISING BOXES********/

#home_adv {
}
#home_adv_box1 {
}
#home_adv_box2 {
}





/* Recently Viewed Items */
#recently_viewed_items {
	padding:10px;
}
#recently_viewed_items a {
	font-size:12px;
	display:block;
	padding:0px;
	margin-top:7px;
}
#recently_viewed_items a:hover {
	text-decoration:underline;
}
.viewed_product {
	clear:left;
	padding:10px 0 0 0;
	line-height:1.2em;
}
.viewed_product img {
	clear:both;
	float:left;
	margin:0 10px 0 0;
	width:60px;
}

/* Social Media */
.social_media_icon {
	margin-right:10px;
}
.bold_text {
	font-weight:bold;
}

/* Tell A Friend */
.tell_a_friend {
	width:550px;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
}
.tell_a_friend .row {
	padding-top:5px;
}
.tell_a_friend .section {
	padding:5px 0 10px 0;
}
.tell_a_friend .heading {
	padding-bottom:5px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.tell_a_friend .name {
	float:left;
	padding-bottom:5px;
	width:50%;
}
.tell_a_friend .email {
	float:right;
	padding-bottom:5px;
	width:50%;
}
.tell_a_friend .message {
	padding-bottom:5px;
}
.tell_a_friend textarea {
	height:60px;
	width:98%;
}
.tell_a_friend input {
	width:200px;
}
.tell_a_friend .qwikcha {
	float:left;
	padding-right:10px;
}
.tell_a_friend .button {
	width:100px;
}

  /***********************************************
               START FOOTER CONTAINER
   **********************************************/

#footer_wrapper {
    width: 100%;
	clear:both;
	margin-top: 30px;
    background-image: url(../images/footer_bg.png);
	background-repeat: repeat;
	background-color: #222;
	float:right;
}


/* Footer Container */
#footer {
	width:986px;
	margin:0 auto;
	padding-top:10px;
	
}
#footer a{
	font-weight: normal;
	text-decoration: none;	
}

/*Footer Columns*/

 /*column 1*/
#col_1 {
	width: 220px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #717171;	
	padding-right: 15px;
	color: #ededed;
}
#col_1 h1{
	width: 100%;
	float:left;
	font-size:20px;
	color: #ededed;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #717171;	
}
#col_1 p{
	color: #ededed;
	float:left;
	
}
.col_1_readmore {
	float: right;
}
.facebook {
	font-family: 'Lobster', cursive;
	color: #ededed;
	float:left;
	padding-top: 20px;
	padding-bottom:5px;
	font-size: 18px;
}
.twitter {
	font-family: 'Lobster', cursive;
	font-size: 18px;
	color: #ededed;
	float:left;
    padding-top: 10px;
	padding-bottom:15px;
	
	
}
/*column 2*/
#col_2 {
	width: 220px;
	height: 277px;
	float:left;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #717171;
	padding-right: 15px;
}
#col_2 h1{
	width: 100%;
	float:left;
	font-size:20px;
	color: #ededed;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #717171;	
}
#col_2 a {
	font-size:16px;
}

#col_2 ul {
	float:left;
	padding-top:10px;
	margin: 0;
}
#col_2 ul li{
	padding-bottom: 12px;
}

/*column 3*/
#col_3 {
	width: 220px;
	height: 297px;
	float:left;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #717171;	
	padding-right: 15px;
}
#col_3 h1{
	width: 100%;
	float:left;
	font-size:20px;
	color: #ededed;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #717171;	
}
#col_3 a {
	font-size:16px;
}

#col_3 ul {
	float:left;
	padding-top:10px;
	margin: 0;
	
}
#col_3 ul li{
	padding-bottom: 12px;
}

/*column 4*/
#col_4 {
	width: 220px;
	height: 277px;
	float:left;
	padding-left: 15px;
}
#col_4 h1{
	width: 100%;
	float:left;
	font-size:20px;
	color: #ededed;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #717171;	
}
#col_4 h2 {
	float: left;
	color: #ededed;
	padding-right: 5px;
	font-size: 16px;
}
#col_4 a {
	font-size:16px;
}

#col_4 ul {
	float:left;
	padding-top:10px;
	margin: 0;
	
}
#col_4 ul li{
	padding-bottom: 12px;
}
#col_4 ul li a{
	padding-top: 4px;
}
#credit_cards {
	float: left;
	margin-top: 20px;
}
              /*****END FOOTER COLUMNS****/


/****FOOTER COPYRIGHT****/

#footer_copyright{
	width: 986px;
	height: 30px;
	padding-top: 10px;

	overflow: hidden;
	border-top-width: 1px;
	border-top-style: inset;
	border-top-color: #858585;
	float: right;
	color: #ededed;
	
}
#footer_copyright p#copyright {
		font-size: 12px; 
		float: left; 
		
}
#footer_copyright p#powered_by {
		font-size: 12px; 
		float: right; 
}

/****END COPYRIGHT****/

/* Qwik Link */
.qwik {
	font-family:'Bookman Old Style';
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}
.qwik a {
	text-transform:none;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

.qwik a:hover {
	color:#fbb805;
	text-decoration:none;
}

/* Media Slide Show */
#slide_show_container {
	position:relative;
	margin-bottom:5px;
}
#jtcMSS {
	width:946px;
	height:auto;
	position:relative;
	/*
	top:18px;
	left:21px;
	*/
}
._main {
	height:371px;
	width:946px;
	text-align:center;
	background:url(/qs/images/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
._main img, ._main object {
	max-width:946px;
	width:946px;
}
._main div.jtcMSS_fade {
	position:absolute;
	top:0;
	left:0;
	height:371px;
	overflow:hidden;
}
._links {
	padding:0px;
	margin:0px;
	overflow:hidden;
	position:absolute;
	right:20px;
	bottom:20px;
}
._links div {
	margin:0px 8px 0px 0px;
	float:left;
	/*margin-left:1px;*/
}
._links div.jtcMSS_highlight a {
    background-image:url(../images/slideshow_thumb_hover.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:11px;
}
._links img {
	width:11px;
	height:11px;
	vertical-align:middle;
}
._links a {
	background-image:url(../images/slideshow_thumb.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:11px;
}
._links a:hover {
	background-image:url(../images/slideshow_thumb_hover.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:11px;
}
._descriptions {
	position:relative;
	color:#333;
	/*margin:6px 5px 5px 5px;*/
	margin:11px 0px 0px 0px;
	padding:6px;
	display:none;
}
._descriptions div.jtcMSS_fade {
	position:absolute;
}


/**********************************************************
                     NAVIGATION STYLE
**********************************************************/

  /* LOGIN START */
  
#login {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #333; 	
	margin-right: 25px;
	
	
}

#login a{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #fbb805;	
	padding-left: 5px;
	padding-right: 5px;
}



/* Header Nav */
#header_nav_container {
	position:relative;
	z-index:100;
	padding:0px;
	margin-top:10px;
}
#header_nav {
	
}
#header_nav, #header_nav ul {
	float: right;
	position:relative;
	z-index:100;
	list-style:none;
	padding:0;
	margin-right: 5px;
}
#header_nav li {
	float:left;
	position:relative;
	margin:0;
	padding:0;
	height:40px;
}

#header_nav li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	display:block;
	float:left;
	color:#333;
	text-decoration:none;
	
	margin-top: 13px;
	/* Padding Between header nav links */

	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;

}

#header_nav li a.border{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	
}
#header_nav li a:hover, #header_nav li a.current {
	color:#fbb805;
	text-decoration:none;
}
#header_nav li ul li.Sale a, #side_nav ul li.Sale a {
	color:#A60012;
}
#header_nav li ul {
	border:1px solid #ddd;
	border-bottom:2px solid #ddd;
	background-color:#fff;
	position:absolute;
	margin:35px 0 0 0;
	left:-1px;
	padding:0;
	display:none;
}
#header_nav li ul li {
	margin:0;
	padding:0;
	float:left;
	height:100%;
}
#header_nav li li a {
	background-color:#fff;
	color:#454444;
	font-size:12px;
	text-align:left;
	display:block;
	margin:0;
	padding:5px 4px 5px 22px;
	width:200px;
}
#header_nav li li a:hover {
	text-decoration:underline;
	border:none;
	color:#fff;
}
#header_nav li li a.current {
	border:none;
	color:#898888;
}
#header_nav li li a.current:hover {
	text-decoration:underline;
	border:none;
	color:#fff;
}
#header_nav li ul li {
	clear:left;
}
#header_nav li ul.nav_list_title li {
	border-right:1px dashed #ccc;
}
#header_nav li:hover ul, #header_nav li.over ul {
	display:block;
}
#header_nav li:hover ul ul, #header_nav li.over ul ul {
	display:none;
}
#header_nav ul li:hover ul, #header_nav ul li.over ul {
	display:block;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float:left;
	height:1%;
}
* html ul li a {
	height:1%;
}


/* Top Nav */
#top_nav_container {
	background-color: #e1e1e1;
	padding:0px;
	height:40px;
	
	
	
	border-bottom-width:1px;
 	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	
	/*Gradient for Top Nav*/
	
	background: #e1e1e1; /* Old browsers */
    background: -moz-linear-gradient(top, #e1e1e1 0%, #c0c0c0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e1e1e1 0%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e1e1e1 0%,#c0c0c0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e1e1e1 0%,#c0c0c0 100%); /* IE10+ */
    background: linear-gradient(top, #e1e1e1 0%,#c0c0c0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */
}

#top_nav {
    width: 986px;
	margin: 0 auto;

}
#top_nav ul {
	list-style:none;
}
#top_nav li {
	float:left;
	position:relative;
	height:40px;
	
}
#top_nav li.no_border {
	background-image:none;
}
#top_nav li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	display:block;
	float:left;
	color:#333;
	margin:0;
	text-decoration:none;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
#top_nav li:last-child a {
	/* don't border the last menu item */
	border-right: none;
}
#top_nav li a:hover, #top_nav li a.current {
	color:#ededed;
	text-decoration:none;
	background-color: #333;
}
#top_nav li ul li.Sale a, #side_nav ul li.Sale a {
	color:#A60012;
}
#top_nav li ul {
	background-color:#333;
	position:absolute;
	margin:40px 0 0 0;
	top:0;
	left:0;
	padding:3px 0px;
	display:none;
}
#top_nav li ul li {
	float:left;
	height:100%;
}
#top_nav li li a {
	background-color:#333;
	color:#ededed;
	border-bottom:solid;
	border-bottom-color: #000;
	border-bottom-width: 1px;
	font-size:12px;
	text-align:left;
	display:block;
	margin:0;
	width:200px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 12px;
}
#top_nav li li a:hover {
	color:#fbb805;
}
#top_nav li li a.current {
	color:#fff;
}
#top_nav li li a.current:hover {
	color:#fbb805;
}
#top_nav li ul li {
	clear:left;
}
#top_nav li ul.nav_list_title li {
	border-right:1px dashed #ccc;
}
#top_nav li:hover ul, #top_nav li.over ul {
	display:block;
}
#top_nav li:hover ul ul, #top_nav li.over ul ul {
	display:none;
}
#top_nav ul li:hover ul, #top_nav ul li.over ul {
	display:block;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float:left;
	height:1%;
}
* html ul li a {
	height:1%;
}
#top_nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#top_nav {
	display: inline-block;
} 
html[xmlns] #top_nav {
	display: block;
}
* html #nav {
	height: 1%;
}
                         /* End */


                     /* Search Container */
#search_container {
	background-color: #fff;
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
	
	-webkit-box-shadow: inset 0px 2px 2px 1px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0px 2px 2px 1px rgba(0, 0, 0, .5);
    box-shadow: inset 0px 2px 2px 1px rgba(0, 0, 0, .5); 
	
	float: right;
	margin-top: 5px;
	margin-left:2px;
}

#search {
	width:150px;
}
#search_fld_container {
	padding:4px;
	width:90px;
	height:20px;
	float:left;
}
.search_fld {
	color:#999;
	border:none;
}
#search_btn{
	float:right;
	padding-top: 5px;
	padding-right: 5px;
	
}
.search_btn:hover {
	background-color:#ffd35d;
}
/*Search Results*/
.search_results_amount {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;	
	padding-bottom: 5px;
	
}
.search_results {
	margin-bottom: 15px;
}
.search_results a{
	color: #333333;

	
}

                /**********************************************************
                                       SIDE BAR STYLE
                **********************************************************/
#sidebar {
	width: 220px;
	float: left;
	
}
#sidebar h2 {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #fbb805;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #959595;	
}
#sidebar p {
	
    color: #333;
	font-size: 12px;
		
}

/*sidebar advertising box1*/
#sidebar_adv1 {
	height: 218px;
	margin-bottom: 15px;
}
#sidebar_nav {
	width:220px;
	margin-top:10px;
	margin-bottom: 10px;
	
	/*gradient-background*/
	background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9),   color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	
	/*rounded corners*/
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	
	/*drop-shadow*/
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .5); 
}
#sidebar_nav ul {
	list-style-type:none;
	float: left;
	margin-top:5px;
	padding:0;
}
#sidebar_nav li {
	margin:0;
	padding:0;

}
#sidebar_nav li a.current{
	padding-top: 5px;
	padding-bottom: 10px;
	width: 193px;
	color: #fff;
	background-color: #fbb805;
	/*Box Shadow*/
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .4);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .4);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar_nav li a.current:hover{
    color: #fff;
}
#sidebar_nav li a {
	font-size:13px;
	color:#333;
	display:block;
	margin:0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#sidebar_nav li a:hover {
	color:#fbb805;
}

#sidebar_nav li ul {
	display:none;
	padding: 0;
}
#sidebar_nav li.current ul {
	display:block;
	margin-left: 18px;
	width: 100%;
	margin-bottom: 5px;
}

#sidebar_nav li li {
	list-style:disc;
	color: #fbb805;
	width: 185px;
	clear:both;

}
#sidebar_nav li li a {
	color: #fbb805;
	padding-bottom: 5px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin:0;
}
#sidebar_nav li li a:hover, #sidebar_nav li li a.current {
	color:#DF7D02;
	background-image: none;
	background-color:transparent;
	padding-bottom: 5px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin:0;
	/*Box Shadow*/
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .0);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .0);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .0);
	
}
#sidebar_nav li li a.current:hover {
	color: #DF7D02;
}
#sidebar_nav li li li a {
	color: #fbb805;
	padding-bottom: 5px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin:0;
	width: 175px;
}
/***END SIDE BAR NAV***/

/***START SIDEBAR TWITTER FEED***/
#sidebar_twitter_feed {
	width: 220px;
	margin-top: 20px;
	clear: both;
	
	
	/*rounded corners*/
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	
	/*drop-shadow*/
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .5);
	
	/*gradient-background*/
	background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(top, #f9f9f9 0%,#f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	
	
}

#sidebar_twitter_feed p {
	font-weight: normal;
	width: 200px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #858585;
	margin-bottom: 4px;
	
	
}
#sidebar_twitter_feed .bold {
	font-weight: bolder;
}
#sidebar_twitter_feed .twitter_time_added {
	color: #999999;
}
#sidebar_twitter_feed .twitter_feed_image {
	padding-left:20px;
	padding-top: 5px;
	
}


#sidebar_adv2 {
	width: 220px;
	height:220px;
	margin-bottom: 20px;
	background-color: #fbbb0f;
	margin-top: 20px;
	
	/*rounded corners*/
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	
	/*drop-shadow*/
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .5); 
}
#sidebar_adv2 h3 {
	font-family: 'Lobster', cursive;
	text-transform:none;
	padding:5px;
	font-size: 40px;
	color: #fff;
}
#sidebar_adv2 .sidebar_adv2_link{
	font-size: 16px;
	float: left;
	width: 174px;
	height: 36px;
	background-color: #df7d02;
	
	/*box-shadow*/
	-webkit-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, .5);
    box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, .5); 
}
#sidebar_adv2 a span{
	float: left;
	padding-left: 10px;
	color:#fff;
	margin-top: 10px;
	/*text shadow*/
	text-shadow: 0px 0px 1px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0); 
	
}



/**********************************************************
                  PRODUCT CATAGORY STYLE
**********************************************************/

/* Cat Sub/Prods */

#product_wrapper {
	width:986px;
	margin: 0 auto;
}
#products_container {
	width:746px;
	float: right;
	
}
#catProd_topNavigation {
	float: left;
	clear: both;
}
#product_featured_deals {
	display: none; /*Set to Display None until We decide what to do with it*/
	width: 746px;
	height: 217px;
	margin-bottom: 20px;
	background-color: #fbb805;
	
	/*rounded corners*/
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	
}
#product_featured_deals h4 {
	margin: 0;
	font-size: 35px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	
}

/*START PRODUCT LIST*/
#product_items {
    height: 222px;
	margin-top: 20px;
	margin-bottom: 20px;
	
	
}
#product_title{
	
}
#product_title .product_title_main {
	width: 100%;
	float: left;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

#product_titke p {
	float: left;
	margin-top: 14px;

	font-style: italic;
	
}

/*Start Product Boxes*/

#product_boxes {
	height: 185px;
	width:746px;
	clear:both;
	margin-top: 20px;
}

#product_boxes ul{
	margin-left: 10px;
	
}

#product_boxes li{
	display: inline;
	float: left;
	height: 180px;
	list-style-type: none;
	margin-bottom: 30px;
	margin-top:20px;
	width: 33.3%;
	text-align: center;
}
#product_boxes li .prod_image{
	height: 180px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
	

}


#product_boxes li h5{
	width: 100%;
	margin:0;
	padding: 0;
	float: left;
}
#product_boxes li a{
	color: #333;
}
#product_boxes li a.product_link {
	color:#fbb805;
}
#product_boxes li a:hover {
	color: #fbb805;
}

/*product Boxes links*/



#more_products_list {
	margin-top: 5px;
	height: 50px;
	
	
}
#more_products_list h5{
	margin-right: 5px;
}
#more_products_list a{
	color: #fbb805;
	float: right;
	padding-left: 5px;
	margin:0; 	
}

#more_products_list span{
    padding-left: 3px;
	margin:0;
}

#more_links_col_1 {
	float: left;
	padding-top:10px;
}
#more_links_col_1 a{
	float: left;
	background-image:url(../images/product_category_bullet.png);
	background-position: left center;
	background-repeat: no-repeat;	
	padding-left: 10px;
}
#more_links_col_1 a.second_link {
    margin-left: 30px;
	
}

#more_links_col_2 {
	float: left;
	margin-top: 5px;
}
#more_links_col_2 a{
	float: left;
	background-image:url(../images/product_category_bullet.png);
	background-position: left center;
	background-repeat: no-repeat;	
	padding-left: 10px;
}
#more_links_col_2 a.second_link {
    margin-left: 30px;
	
}

.product_link {
    color: #fbb805;	
}

       /**********************************************************
                  END PRODUCT CATAGORY STYLE
       **********************************************************/


       /**********************************************************
                  RELATED PRODUCTS STYLE
       **********************************************************/
#related_products {
	float: left;
	width: 746px;
	
}


#related_products_title{
	height: 40px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#related_products_title h1 {
	float: left;
	margin-right: 10px;
	
}

#related_products_title p {
	float: left;
	margin-top: 14px;
	font-style: italic;
	
}
/*Start Related Boxes*/

#related_products_boxes {
	height: 155px;
	margin-top: 20px;
	overflow: none;
}
#related_products_boxes a.related_arrow_left{
    margin-right: 5px;
	float: left;
	padding-top: 50px;

}
#related_products_boxes a.related_arrow_right{
    margin-left: 5px;
	float: right;
	padding-top: 50px;

}


#related_products_boxes ul{
	overflow: hidden;
	
}
#related_products_boxes ul li {
}




#related_products_boxes li h5{
	margin:0;
	padding: 0;
	float: left;
	
}
#related_products_boxes li a{
	color: #333;
}

#related_add_to_cart {
	float: left;
	margin-top: 5px;
	height: 15px;
	
	
}
#related_add_to_cart h5{
	margin-right: 5px;
}
#related_add_to_cart a.related_link{
	color: #fbb805;
	float: right;
	padding-left: 5px;
	margin:0;
    	
}
#related_add_to_cart span{
    padding-left: 3px;
	margin:0;
}

.related_link {
    color: #fbb805;	
}

/**********************************************************
                 RECOMMENDED ITEMS STYLE
**********************************************************/

#recommended_items {
	width:670px;
	float: left;
	overflow: hidden;
}

#recommended_items div {
	
}

/* container for label introducing recommended items */
#recommended_items_label {
	display:none;
	border:1px solid #dedede;
	background-color:#f2f2f2;
	margin:0px 0px 0px 0px;
	padding:5px 15px;
	text-transform:capitalize;
	font-size:16px;
	font-weight:bold;
}


/* container for product detail of a recommended items (img, name, description, buy) */
#recommended_items_detail {
	border:none;
	width: 10000px;
	overflow:hidden;
	float:left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


/*  */
.recommended_items_item {
    width: 160px;
    float: left;
}


/* stylize product details */
.recommended_items_img {
	text-align:center;
}
.recommended_items_img img {
	border:none;
	width:150px;
	height:150px;
}
.recommended_items_name {
	margin:0px;
	width:150px;
	color:#333;
	font-weight:bold;
	clear:both;
	text-align:center;
	margin-bottom:10px;
}
.recommended_items_name a {
	color:#000;
	font-weight:bold;
}
.recommended_items_description {
	display:none;

}
.recommended_items_buy {
	display:none;

}
.recommended_items_buy select {
	display:none;
	width:150px
}
.recommended_items_buy select option {
	display:none;
	width:auto;
}



/**********************************************************
                     PRODUCT DETAILS STYLE
**********************************************************/

#product_details {
	width:746px;
	float: left;
	margin-bottom:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
/*Product Details Title*/
#product_details_title{
	height:50px;
	width:100%;
	float: left;
	margin-bottom: 20px;
	background-color: #e2e2e2;
	
	/*gradient*/
	background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%,#e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%,#e1e1e1 100%); /* IE10+ */
    background: linear-gradient(top, #efefef 0%,#e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	
	/*box drop shadow*/
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
	
	/*text shadow*/
	text-shadow: 1px 1px 1px #999999;
	filter: dropshadow(color=#999999, offx=0, offy=0);
}
#product_details_title h1{
	color:#333;
	padding-top:5px;
	margin-left: 10px;
	text-transform: uppercase;
}

#product_details_images {
	width: 380px;
	height: 350px;
	float: left;
}
#product_details_images ul{
	width: 380px;
	
}
#product_details ul ul{
	margin:0;
	padding:0;
}
#product_details_main_pic {
	text-align: center;
	
}
/*View Larger Image Style*/
.magnify {
	padding-left: 20px;
	padding-top: 20px;
    padding-bottom: 10px;
}
#product_details_images li{
	display: inline;
	float: left;
	height: 86px;
	list-style-type: none;
	margin-bottom: 10px;
	margin-top:10px;
	margin-left:4px;
	margin-right:4px;
	border: 1px solid #d0d0d0;
}
#product_details_description {
	width: 340px;
	margin-bottom: 10px;
	float: right;

}
#product_details_description h2 {
	float: left;
	width: 100%;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #fbb805;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #333;
	
}
#product_details_description p {
	float: left;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
#product_rating {
	width: 100%;
	height: 60px;
	float: left;
	clear: both;
	margin-top: 5px;
	padding-top: 15px;
	border-top-width: 1px;
	
	border-top-style: solid;
	
	border-top-color: #333;
		
}
#product_rating p {
	margin-left: 10px;

	
}
#rating_stars {
	float: left;
	padding-top: 12px;
	
}
/*product info*/

#product_info {
	width: 746px;
	float: left;
	margin-top: 15px;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
#product_info ul {
	margin:0;
	padding:0;
	width: 646px;


}
#product_info ul ul {
	float: left;
	margin:0;
	padding:0;
}
#product_info li{
	float: left;
	margin-left:10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 70px;
	width: 12%;
	
}
#product_info li li{
	padding:0;
	float: left;
	margin-top: 4px;
	list-style: none;
	height: 14px;
}
#product_info h2 {
	font-size: 16px;
	float: left;
	color: #fbb805;
	width: 100%;
	margin-top: 10px;
}
#product_info h4 {
	
}
#product_info p{
	
}
#product_info span{
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	color: #333;
	float: left;
	
}
#product_info span.product_info_price{
   font-family: 'Lobster', cursive;
   font-weight: normal;
   font-size: 16px;
   color: #333; 
}
#product_info span.cad {
	font-size: 10px;
}
#add_to_cart_button a{
	margin-top: 15px;
	margin-bottom: 10px;	
	width:100px;
	height:35px;
	float:right;
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	text-align: center;
	margin-left: 10px;
	
	/*gradient for button*/
	background: #cacccf; /* Old browsers */
	background: -moz-linear-gradient(top, #cacccf 0%, #9d9fa4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cacccf), color-stop(100%,#9d9fa4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* IE10+ */
	background: linear-gradient(top, #cacccf 0%,#9d9fa4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacccf', endColorstr='#9d9fa4',GradientType=0 ); /* IE6-9*/
	
	/*rounded corners*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*text shadow*/
	text-shadow: 1px 1px 1px #999999;
	filter: dropshadow(color=#999999, offx=0, offy=0);
	/*drop shadows*/
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .3);
	border: none;
	vertical-align: middle;
}
#add_to_cart_button a.add_to_cart_button{
	padding-top: 10px;
}
#add_to_cart_button a:hover{
	background: #aeb0b2; /* Old browsers */
    background: -moz-linear-gradient(top,  #aeb0b2 0%, #98999b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeb0b2), color-stop(100%,#98999b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #aeb0b2 0%,#98999b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #aeb0b2 0%,#98999b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #aeb0b2 0%,#98999b 100%); /* IE10+ */
    background: linear-gradient(top,  #aeb0b2 0%,#98999b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeb0b2', endColorstr='#98999b',GradientType=0 ); /* IE6-9 */
}

/*********************PRODUCT INFO TABLE***********************/

#product_info_table{
	font-size: 12px;
	width: 746px;
	border-collapse: collapse;
	text-align: left;
}
#product_info_table th{
	font-size: 16px;
	color: #fbb805;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;	
}
#product_info_table td{
	color: #333;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#product_info_table td span.product_info_price{
   font-family: 'Lobster', cursive;
   font-weight: normal;
   font-size: 16px;
   color: #333; 
}
#product_info_table td span.cad {
	font-size: 10px;
}



/**********************************************************
                     SHIPPING STYLE
**********************************************************/

#shipping_container {
	color:#000;
	font-weight:bold;
}
#shipping_container .ifield, payment_container {
	border:1px solid #dedede;
	width:300px;
}

