


body{
  background: url('img/bkg.png') repeat-x #ACAFB8;
  font-family: 'Droid Sans','Helvetica','Arial',sans-serif;
  color: #333;
}

a, a:visited{
  color: #243097;
}


.cat_info{
	margin-left: 10px;
}
.cat_info h2{
	font-size: 15px;
margin-top: 10px;
margin-bottom: 0;
}

.cat_info p{
line-height: 120%;
font-size: 11px;	
}



#shadow{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 10px #AAAAAA;
    -moz-box-shadow: 0 0 10px #AAAAAA;
    -webkit-box-shadow: 0 0 10px #AAAAAA;
    margin: 0 auto;
    width: 960px;
}


#topbar{
    background: url("img/top_bg.png") repeat-x scroll 0 0 transparent;
    height: 117px;
    padding: 10px 0 0;
}

#persmenu{
  text-align: right;
}


#persmenu a{
    color: #333333;
    font-family: 'Droid Sans','Helvetica','Arial',sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 8px;

}

#persmenu a:hover{
    background: none repeat scroll 0 0 #333333;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
}

#main_search{
    background: url('img/main_search.jpg')  no-repeat scroll 0 0 transparent;
    display: inline;
    float: right;
    height: 23px;
    margin: 15px 0 0;
    overflow: hidden;
    padding: 2px 9px 0 14px;
    width: 213px;
}

.search_txt{
      background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #999999;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
    margin: 3px 0 0;
    padding: 0;
    width: 192px;
}


#topmenu{
    background: none repeat scroll 0 0 #BC0001;
    border-top: 1px solid #880000;
    font-family: 'Droid Sans','Helvetica','Arial',sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    margin: 0;
    padding: 0 10px;
}

#topmenu ul{
    margin: 0;
    list-style:none;
    padding:0;
}

#topmenu ul li{
    border-left: 1px solid #CC090A;
    border-right: 1px solid #AE0203;
    float: left;
    margin: 0;
}

#topmenu ul li:first-child{
    border-left: 0px solid #CC090A;
}

#topmenu ul li:last-child{
    border-right: 0px solid #CC090A;
}

#topmenu ul li ul{
    background: none repeat scroll 0 0 #BC0001;
    display: none;
    position: absolute;
    z-index: 999;
}

#topmenu li:hover ul{ /* Display the dropdown on hover */
	display:block;
}

#topmenu ul li ul li{
    float: none;
    border-top: 1px solid #CC090A;
    border-bottom: 1px solid #AE0203;
}


#topmenu a{
    color: #FFFFFF;
    display: block;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;

}

#topmenu a:hover{
   background: #A40001;
}

#stage{
  margin: 0;
  width: 960px;
  border-bottom: 40px solid #243097;
  height: 300px;
}

#stage #canvas{
    background: url('img/canvas_bg.png');
    color: #FFFFFF;
    float: left;
    height: 150px;
    margin: -150px 0 0;
    overflow: hidden;
    position: absolute;
    width: 960px;
}

#canvas h1{
    margin: 0 0 0 40px;
    font-family: 'Droid Sans','Helvetica','Arial',sans-serif;
    font-size: 36px;
    font-weight: bold;

}

#canvas p{
    width: 430px;
    margin: 0 0 0 40px;
    font-family: 'Droid Sans','Helvetica','Arial',sans-serif;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    max-height:85px;
}

#stage #canvas #call2action{
    float: right;
    margin: -120px 40px 0 0;
    text-align: center;
}

#stage #canvas #call2action span{
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
}
#stage #canvas #call2action big{
    font-size: 48px;
    font-weight: bold;
    line-height: 54px;
}


#content{
    background: #fff;
    /*min-height: 1175px;*/
  }

#content.storefront{
    background: url("img/content_front.png") repeat scroll 0 0 transparent;
    /*min-height: 1175px;*/
  }

#content.storefront h2{
	margin-top: 10px;
	margin-bottom: 5px;
	}

#footer{
    background: #2F2F2E;
    color: #fff;
    min-height: 150px;
    padding: 10px 0 0;
}

#footer h4{
    font-family: 'Droid Sans','Helvetica','Arial',sans-serif;
    font-size:14px;
    margin:0;
}

#footer big{
    font-family: 'Droid Sans','Helvetica','Arial',sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
}

#footer small{
    display: block;
    font-family: 'Droid Sans','Helvetica','Arial',sans-serif;
    font-size: 10px;
    line-height: 12px;
}

#footer .nl_signup input[type=text]{
    background: none repeat scroll 0 0 #434242;
    border: 1px solid #5C5A5A;
    color: #FFFFFF;
    padding: 3px;
    vertical-align: middle;
    width: 205px;
}


#footer .nl_signup input[type=submit]{
    background: none repeat scroll 0 0 #AAAAAA;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 15px;
    cursor: hand; cursor: pointer;
}

#footer .nl_signup input[type=submit]:hover{
    background: none repeat scroll 0 0 #888;
}

#footer table{
    margin: 10px 0 0 0;
}

#footer td{
    padding:5px;
}

#footer ul{
    margin: 10px 0 0 0;
}
#footer li{
    margin: 0 0 0 16px;
}


#footer a{
    color: #fff;
    text-decoration:none;
}

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

#content.detail{
    min-height: 800px;
}


.product_entry{
    float: left;
    font-family: 'Tahoma','Geneva','Kalimati',sans-serif;
    font-size: 11px;
    height: 260px;
    margin-right: 18px;
    width: 135px;
}
.product_entry h2{
    margin: 0;
    line-height: 14px;
    font-size: 12px;
}

.product_entry h2 a{
  color: #243097;
  text-decoration: none;
}

.product_entry span{
  color: #EE0001;
  text-decoration: line-through;
}

.product_entry img{
  margin: 0 0 5px 0;
  border: 1px solid #ccc;
}


#product_details{
  margin: 20px 0 0;
}

#prod_left_column{
 min-height: 380px;
}

#prod_image_main img{

}

#right_column table tbody tr td{
  padding: 2px 10px 2px 0;
}


#right_column h2{
      border-bottom: 3px solid #243097;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0 0 5px;
}


div#cat_banner img{
  margin-left: 10px;
}


#prod_mid_column {
  text-align:center;
}

#prod_mid_column img{
  width: 120px;
  margin-bottom: 10px;
}
#product_details table{
  margin:0;
}

#product_details h3{
    font-size: 15px;
    margin: 5px 0 0;
}


#product_details input[type=text]{
    margin: 0 0 2px 5px;
    padding: 2px;
    font-size: 11px;
}
#product_details div input[type=submit]{
    margin: 5px;
    padding: 2px 20px;
}


.sale_price{
    float: left;
    font-size: 27px;
    font-weight: bold;
    margin: -10px 0 0;
}
#product_details p{
  margin: 0 0 5px 0;
}
#product_details select{
    width: 210px;
    margin: 0 0 2px 5px;
    padding: 2px;
    font-size: 11px;
}
.regular_price{
  color: #ee0001;
  text-decoration: line-through;
}

#product_list_options{
  height: 40px;
  display:none;
}


#product_list_options ul{
    float: right;
    list-style: none outside none;
    margin: 0;
     padding: 15px 10px 0 0;
}

#product_list_options ul li{
  float: left;
}

div#product_list.catlist{
  margin-left: 0px;
}

div#product_list.catlist div.product_entry{
   margin: 10px
}

#detail_text{
   font-size: 11px;
}


#detail_text h2{
    font-size: 22px;
    margin: 15px 0 0 10px;;
}
#detail_text h3{
    font-size: 14px;
    margin: 0 0 15px 10px;;
}
#detail_text h4{
    font-size: 12px;
  }

#related{
    border-top: 1px solid #CCCCCC;
    margin: 10px 10px 20px;
    padding: 10px 0 0;
}

#related h2{
    font-size: 20px;
    margin: 0 0 10px;
}


.related_item{
    float: left;
    margin: 10px;
    width: 290px;
}

#related div.related_item h2{
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
#related div.related_item h3{
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}

.related_item img{
     border: 1px solid #DDDDDD;
    float: left;
    margin: 0 10px 0 0;
    width: 120px;

}


div#shopby{
    border: 1px solid #DDDDFF;
    margin: 10px 0 0;
    padding: 2px;
    width: 155px;
}


div#shopby h2{
      background: none repeat scroll 0 0 #EEEEFF;
    color: #1111AA;
    font-size: 13px;
    text-align: center;

}

div#shopby h3{
    color: #1111AA;
    font-size: 14px;
    margin: 0 0 0 15px;
}

div#shopby ul{

}

div#shopby ul li{
    list-style: none;
    margin: 0 0 0 16px;
}

div#shopby ul li:hover{
    list-style: circle outside none;
}


div#shopby a{

}

div#shopby a:hover{

}

#sidebar{
  font-size:11px;
  font-family: 'Droid Sans','Helvetica','Arial',sans-serif;
}


div#sidebar h2{
  font-size: 18px;
  margin: 10px 0 5px 0;
}

div#sidebar h3{
  font-size: 14px;
  margin: 0;
}

div#sidebar img{
  margin: 2px 10px 5px 0;
}

#aboutus{
  max-height: 50px; 
  overflow:hidden;
  display: block;
  transition: max-height .5s linear;
  -moz-transition: max-height .5s linear;
  -webkit-transition: max-height .5s linear;
}
#aboutus:hover{
  max-height:200px;
  transition: max-height .5s linear;
  -moz-transition: max-height .5s linear;
  -webkit-transition: max-height .5s linear;
}

.blogteaser{
    border-bottom: 1px dashed #CCCCCC;
    display: block;
    margin: 10px 10px 10px 0;
    max-height: 163px;
    min-height: 110px;
    overflow: hidden;
    padding: 0 0 10px;
}

span.blogteaser h3 a,span.blogteaser h3 a:visited{
    text-decoration:none;
    color: #243097
}

span.blogteaser h3 a:hover{
    text-decoration:underline;
}

.readmore, .readmore:visited{
    background: none repeat scroll 0 0 #888888;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    float: right;
    font-size: 10px;
    font-weight: bold;
    padding: 0 7px;
    text-decoration: none;
    margin: -15px 0 0;
}


#pagination{
     border-top: 2px solid #CCCCCC;
    clear: both;
    padding: 10px 0;
}

.blog_img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 6px #EDEDED;
    -moz-box-shadow: 0 0 6px #EDEDED;
    -webkit-box-shadow: 0 0 6px #EDEDED;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px;
}
.blog_img img{
    border: 1px solid #EEEEEE;
}
#content.blog_post h4{
      font-size: 16px;
    margin: 43px 0 20px;
}


#content.blog_post h2{
      border-bottom: 4px solid #DDDDDD;
    color: #333333;
    margin: 10px 10px 20px 5px;
    padding: 0 0 10px;
}
#content.blog_post div.blog_related h3{
     font-size: 14px;
    line-height: 18px;
    margin: 0;
}
#content.blog_post div.blog_related img{
        border: 1px solid #CCCCCC;
    float: left;
    margin: 0 8px 0 0;
}
#content.blog_post div.blog_related p{
       font-size: 11px;
    line-height: 13px;
    margin: 10px 0 20px;
}


div.blog_related{
    margin: 10px 0 60px;
}

form#update_cart_form table#cart{
    font-size: 14px;
    margin: 10px;
    width: 940px;
}

form#update_cart_form table#cart tbody tr{
    height: 160px;
}

form#update_cart_form table#cart tbody tr td{
  padding: 10px;
}

form#update_cart_form table#cart thead tr th{
  padding: 10px;
  background: #eee;
  font-weight:bold;
  font-size: 14px;
}

form#update_cart_form table#cart tbody tr td.tb_footer_1{
      border-top: 10px solid #eee;
    text-align: right;
    padding: 10px;
}

form#update_cart_form table#cart tbody tr td.tb_footer_2{
      border-top: 10px solid #eee;
    text-align: right;
    padding: 10px;
}
form#update_cart_form table#cart tbody tr td.tb_footer_3{
      border-top: none;
    text-align: right;
    padding: 10px;
}
form#update_cart_form table#cart tbody tr td.tb_footer_4{
    border-top: 1px dotted #CCCCCC;
    text-align: right;
    padding: 10px;
}

table#cart tbody tr td table#cart_option tbody tr{
    font-size: 12px;
    height: 20px;
}
table#cart tbody tr td table#cart_option tbody tr td{
    margin: 2px;
    padding: 2px;
}

#content.cart{
    min-height: 680px;
}

html body div#shadow div.container_12 div#content.cart h3, html body div#shadow div.container_12 div#content.cart h5{
  padding:10px;
}


html body div#shadow div.container_12 div#topbar div.grid_4 div#searchbox form#main_search p input.submit {
  display: none;
}

/* --------- Shipping form -------------- */

div#checkout_form_gateway_fields fieldset#billing.billing{
 float:left;
 width: 460px;
}

div#checkout_form_gateway_fields fieldset#shipping.shipping{
 float:right;
 width: 460px;
}

div#checkout_form_gateway_fields fieldset#billing.billing label{
  width:200px;
}
div#checkout_form_gateway_fields fieldset#billing.billing input{
  width:240px;
}


/* ---------- payment tables ------------*/

#chkout_rows h3{
	border-bottom: 4px solid #DDDDDD;
}
#chkout_rows{
	margin: 10px;
	}
	
#chkout_rows table td{
	padding: 5px;
}
#chkout_rows table{
	float: left;
    margin: 10px;
    width: 290px;
	}	
#chkout_row_one{}
#chkout_row_two{}

div#checkout_header div#checkout_totals{
    float: right;
    margin: 10px 0 0;
    text-align: right;
    width: 940px;
}

div#checkout_header div#checkout_notes{
	    margin: 0;
    text-align: right;
    width: 940px;
}

div#product_details span#sku{
    float: right;
    font-size: 9px;
    text-transform: uppercase;
    }