/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_css_buttons.css 4567 2006-09-20 01:55:24Z birdbrain $
 */

/* css buttons */
.cssButton, .cssButtonHover {
width : 20em;
background-color: #F4F4F4;
color : #000000;
border: 2px outset #F4F4F4;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 0.3em;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.cssButtonHover {
color: #006600;
border-style: inset;
text-decoration: none;
}
/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
.small_delete, .button_prev, .button_next, .button_search  {width: 7em;}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart{width: 19em;}  
.button_submit {width: 18em;}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

detail h1{line-height:100%;border-bottom:1px solid #DDD;padding:5px 10px 5px 10px;color:#000;margin:10px 0;font-size:16px;}

.detail .wrap .left{width:282px;float:left;text-align:center;overflow:hidden;}
.detail .wrap .left a img{width:280px;height:280px;}


.detail .wrap .right{width:458px;float:right;font-weight:bold;overflow:hidden;margin-left:20px;}
.detail .wrap .right ul{border-bottom:1px dotted #CCC;}
/*-------------ci chu xiu gai.detail .wrap .right ul li{float:left;}*/

.detail .wrap .right ul li{float:right;}

.detail .wrap .right ul li img, .detail .wrap .right ul li a{vertical-align:middle;padding:5px;}
.detail .wrap .right ul li a{padding:5px 15px 5px 5px;}
.detail .wrap .right ul.top{clear:both;width:463px;height:50px;}
.detail .wrap .right ul.top li img{padding:0;}
.detail .wrap .right .content{width:100%; margin:5px; clear:both; display:inline-block }
.detail .wrap .right .content h2{font-size:12px;}
.detail .wrap .right .contentleft{width:130px; font-weight:bold; float:left; margin-right:5px; text-align:right }
.detail .wrap .right .contentright{width:200px; float:left}
/*--------ci chu xiu gai.detail .wrap .right .price{height:30px;}------------------*/
.detail .wrap .right .price{height:120px;}
/*-------------------------------------------*/


/*----------ci chu  xiu gai .left-price,.middle-price,.right-price{width:150px;height:30px;float:left;text-align:center;line-height:30px;}*/

.middle-price,.right-price{width:150px;height:30px;float:left;text-align:center;line-height:30px;}
.left-price{width:150px;float:left;text-align:center;line-height:30px;}

/*-------------------------------------------------*/

.left-price,.middle-price{border-right:1px right #CCC;}
.right-price{width:151px;border-right:0;padding-top:5px;height:25px;}
#spanSubTotal_,#quantitySelect input,#productCodeSpan{color:#AA4230;font-weight:bold;}
#quantitySelect input{border:1px solid #DDD;text-align:center;}
.btn-cart input{border:none;padding:0;}


.description .content p{margin:15px 0;font-size:12px !important;}
.description .content p span{font-size:13px !important;}
.description *{font-family:Arial !important;}
.description #tab_content_2{text-align:center;}
.description #tab_content_2 img{margin:10px 0;}
.description .content{padding:10px;}

li .pageHeading{ background-image:url(images/bg_hd.png);line-height:100%;border-bottom:1px solid #DDD;padding:5px 10px 5px 10px;color:#000;margin:10px 0;font-size:16px;}

.description-tab{
margin:0;
padding:0;
width:760px;
}
#tabbed-info .yui-nav{ margin:0; padding:0}
#tabbed-info .yui-nav li{margin-right:3px !important; float:left; list-style:none; vertical-align:bottom;}/*spacing between tabs*/
#tabbed-info .yui-nav{padding-bottom:0;margin-bottom:0;}
#tabbed-info .yui-nav li.selected{margin-bottom:-1px !important; position:relative;}/* hide bottom border on selected tab */
#tabbed-info .yui-nav a{display:block; position:relative; background:#e6e6e6; font-size:12px; letter-spacing:0; color:#333; border:1px solid #9c9ea0; border-bottom:none; text-decoration:none;}
#tabbed-info .yui-nav a img{display:inline !important; padding-left:2px; margin-top:6px; margin-bottom:5px;}/* tabs width */
#tabbed-info .yui-nav a:hover{background:#e6e6e6; color:#333; border-color:#9c9ea0;}
#tabbed-info .yui-nav .selected a, #tabbed-info .yui-nav .selected a:hover{background:#fff;}
#tabbed-info .yui-nav .selected a{padding-bottom:1px; color:#333; border-left:1px solid #9c9ea0; border-top:1px solid #9c9ea0;}
#tabbed-info .yui-nav .selected a img{line-height:12px; overflow:hidden;}
.yui-nav a .tl, .yui-nav a .tr{position:absolute; width:6px; height:21px; top:-1px; right:4px;}
.yui-nav a .tl{left:-1px; background:transparent url('../images/tab_normal_tl.gif') no-repeat;}
.yui-nav a .tr{right:-1px; background:transparent url('../images/tab_normal_tr.gif') no-repeat;}

.yui-nav .selected a .tl, .yui-nav .selected a .tr{width:6px; height:21px;}
.yui-nav .selected a .tl{background:transparent url('../images/tab_selected_tl.gif') no-repeat;}
.yui-nav .selected a .tr{background:transparent url('../images/tab_selected_tr.gif') no-repeat;}

.top-line{clear:both; height:1px; background-color: #999; width:760px; overflow:hidden;}/*overflow hidden fixes ie6 empty div bug*/
.des{border-bottom:solid 1px #999999; border-left:solid 1px #999999; border-right:solid 1px #999999}
