/*
Tab Images Generated at : http://www.tabsgenerator.com
*/

.dynamic-tab-pane-control h2 {
    text-align:         center;
    width:              auto;
}

.dynamic-tab-pane-control h2 a {
    display:            inline;
    width:              auto;
}

.dynamic-tab-pane-control a:hover {
    background:             transparent;
}

.dynamic-tab-pane-control.tab-pane {
    position:               relative;
    width:                  100%;        /* width needed weird IE bug */
    /*margin-right:           -2px;*/    /* to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {

    width:                  75px;     /* width of normal tab image */
    height:                 21px;       /*height of normal tab image*/
    background-image:       url( "tab.png" );
    
    position:               relative;
    top:                    0;
    display:                inline;
    float:                  left;
    overflow:               hidden;
    
    cursor:                 pointer;

    margin:                 1px -1px 1px 1px;
    padding:                6px 0px 0px 0px;
    border:                 0;

    z-index:                1;
    font:                   11px Tahoma;
    white-space:            nowrap;
    text-align:             center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
    width:                  75px !important;
    height:                 23px !important;
    background-image:       url( "tab.active.png" ) !important;
    background-repaet:      no-repeat;

    border-bottom-width:    0;
    z-index:                3;
    padding:                6px 0 0px 0;
    margin:                 1px -3px -3px 0px;
    top:                    -2px;
    font:                   11px Tahoma;
}

.dynamic-tab-pane-control .tab-row .tab a {
    font:                   10px Tahoma;
    font-weight:            bold;
    color:                  Black;
    text-decoration:        none;
    cursor:                 pointer;
    background:             none;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
    width:                  75px;     /* width of over tab image */
    height:                 21px;       /*height of over tab image*/
    font:                   11px Tahoma;
    background-image:       url( "tab.hover.png" );
    background-repaet:      no-repeat;
}


.dynamic-tab-pane-control .tab-page {
    clear:                  both;
    border:                 1px solid #bbc3d3;
    background:             rgb( 252, 252, 254 );
    z-index:                2;
    position:               relative;
    top:                    -2px;

    font:                   11px Tahoma;
    color:                  Black;

    filter:                 progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
                            progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
    
    /*244, 243, 238*/
    /* 145, 155, 156*/
    
    padding:                10px;
}

.dynamic-tab-pane-control .tab-row {
    z-index:                1;
    white-space:            nowrap;
}

/*JIAJ*/

.price_color{
	color:#000;
	font-size:20px;
	text-align:left;
	}
.buynow_bt{
	padding:50px 0px 0px 50px;
	} 
.product_bg{
	 background:url( "../images/pro_desc_bg.gif" ) top left no-repeat;
	 width:302px;
	 height:32px;
	 color:#FFFFFF;
	 font-size:16px;
	 font-weight:bold;
	 padding:8px 0px 0px 60px;
	 
	 }
.product_disc{
	/*background:#F2F2F2 url( "../images/pro_bg.gif" ) top left repeat-x;*/
	background:#FFFFFF;	
	border:1px solid #E4E4E4;
	border-top:none;
	font-size:12px;
	color:#000000;
	font-family:Arial;
	padding:20px 20px 20px 20px;
	}
.product_detail{
	background:url( "../images/bg_pro_detail.gif" ) top left no-repeat;
	padding:0px;
	}
