/* CSS Document */

body
{
    margin: 0px auto;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
    background-color: #e7f8ff;
}
*
{
    margin: 0px auto;
    line-height: 15px;
}
a
{
    color: #07638a;
    text-decoration: underline;
}
a:hover
{
    color: #07638a;
    text-decoration: none;
}
img
{
    border: 0pt;
}
table
{
    margin: 0px;
}
td
{
    padding: 1px 3px;
    vertical-align: top;
}
ul
{
    margin: 0px;
    padding: 0px;
}
ul li
{
    margin: 0px;
    padding: 0px;
}
#main
{
    position: relative;
    width: 1100px;
}
#top
{
    position: relative;
    /* background-image: url(../images/top.jpg); */
    background-repeat: no-repeat;
    width: 1100px;
    /*  height: 126px; */
}
#logo a
{
    position: absolute;
	background-image: url(../images/bglogo.jpg);
	background-repeat: no-repeat;
    top: 35px;
    left: 79px;
    width: 243px;
    height: 71px;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
}
#menu
{
    background-image: url(../images/menuBG.jpg);
    background-repeat: no-repeat;
    width: 890px;
    height: 72px;
    padding: 10px 30px 0px 180px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
#menu ul
{
    width: 890px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#menu ul li
{
    padding: 0px;
    margin: 0px;
    float: left;
    display: inline;
}
#menu ul li.sep
{
    background-image: url(../images/sep.gif);
    background-repeat: no-repeat;
    width: 2px;
    height: 55px;
}
#menu ul li a
{
    background-image: url(../images/btnBG.gif);
    background-repeat: repeat-x;
    float: left;
    color: #FFFFFF;
    text-decoration: none;
    height: 55px;
    padding: 0px 25px;
    line-height: 55px;
    display: block;
}
#menu ul li a:hover
{
    background-image: url(../images/btnBG.gif);
    background-repeat: repeat-x;
    background-position: left -55px;
}
#menu ul li .btnSelected
{
    background-image: url(../images/btnBG.gif);
    background-repeat: repeat-x;
    background-position: left -55px;
    float: left;
    color: #FFFFFF;
    text-decoration: none;
    height: 55px;
    padding: 0px 25px;
    line-height: 55px;
    display: block;
}
#container
{
    background-image: url(../images/containerBG.gif);
    background-repeat: repeat-y;
    width: 1100px;
    overflow: hidden;
}
#container2
{
    background-image: url(../images/containerBG2.gif);
    background-repeat: repeat-y;
    width: 1100px;
    overflow: hidden;
}
#left
{
    background-image: url(../images/left.jpg);
    background-repeat: no-repeat;
    width: 73px;
    height: 415px;
    float: left;
}
#right
{
    background-image: url(../images/right.jpg);
    background-repeat: no-repeat;
    width: 68px;
    height: 415px;
    float: right;
}

.ie6 #right
{
	position: absolute;
	right: 0px;
}

#container-inner
{
    width: 959px;
    float: left;
    overflow: hidden;
}
#colLeft
{
    width: 205px;
    float: left;
    padding: 10px;
}
#links
{
    width: 205px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#links a
{
    color: #07638a;
    line-height: 18px;
    text-decoration: none;
}
#links a:hover
{
    color: #dab900;
}

#colRight
{
    width: 734px;
    float: right;
}
#kart
{
    width: 717px;
    /* height: 576px; */
    padding: 0px 8px 0px 9px;
}
#contentBox
{
    background-image: url(../images/contentBG.gif);
    background-repeat: no-repeat;
    width: 683px;
    height: auto !important;
    height: 139px;
    min-height: 139px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    padding: 45px 21px 15px 30px;
}
#contentBox2
{
    width: 899px;
    height: auto !important;
    height: 139px;
    min-height: 139px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    padding: 45px 30px 15px 30px;
    float: left;
}
#heading
{
    position: relative;
    color: #0b719c;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}
#content
{
    position: relative;
    padding: 10px 0px;
}
#content ul
{
    padding: 0px;
    margin: 0px;
}
#content ul li
{
    padding: 0px; /* margin-left: 15px; */
}
#footer
{
    position: relative;
    background-image: url(../images/footer.gif);
    background-repeat: no-repeat;
    width: 1100px;
    height: 37px;
    line-height: 28px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #e7edf1;
    text-align: center;
    padding-top: 2px;
}
#footer a
{
    color: #FFFFFF;
    line-height: 28px;
}

.label_inputText1
{
	position: relative;   
}
.ie6 .label_inputText1 
{
	top: 6px;
}

.label_inputText2
{
    left:125px;
	position:relative;
	top:-25px;
}

.ie7 .label_inputText2
{
	top:-27px;
}

.ie6 .label_inputText2
{
	top:-22px;
}

.label_inputText3
{
    left:248px;
	position:relative;
	top:-50px;
}

.ie7 .label_inputText3
{
	top:-54px;
}

.ie6 .label_inputText3
{
	top:-50px;
}

.label_inputText4
{
    left:370px;
position:relative;
top:-76px;
}

.ie7 .label_inputText4
{
	top:-82px;	
}

.ie6 .label_inputText4
{
	top:-80px;	
}

.label_inputText5
{
    left:492px;
	position:relative;
	top:-100px;
}

.ie7 .label_inputText5
{
	top:-110px;
}

.ie6 .label_inputText5
{
	top:-108px;
}

.inputText1
{   	
	position:relative;
	/* left:-115px;
	top:20px */
	
	left:-116px;
	top:20px;
}

/*
.ie6 .inputText1
{   
	left:-116px !important;	
	top:20px !important;	
	margin-top: 10px;
}
*/


.inputText2
{
    left:8px;
	position:relative;
	top:-6px;
}

.ie7 .inputText2
{
	top:-8px;
}
/*
.ie6 .inputText2
{
	left:7px;
	top:-8px;
}
*/

.inputText3
{
    left:130px;
	position:relative;
	top:-32px;
}

.ie7 .inputText3{
	top:-36px;
}

/*
.ie6 .inputText3{
	top:-36px;
}
*/
.inputText4
{
    left:253px;
	position:relative;
	top:-58px;
}

.ie7 .inputText4{
	top:-64px;
}
/*
.ie6 .inputText4{
	top:-64px;
}
*/
.inputText5
{
    left:375px;
	position:relative;
	top:-84px;
}

.ie7 .inputText5{
	top:-92px;
}
/*
.ie6 .inputText5{
	top:-92px;
}
*/
.captionCell
{
    width: 109px !important;
}

.textarea
{
    margin-top:-78px;
	position:relative;
	height: 100px;
}

.ie7 .textarea{
	 margin-top:-100px;
	 height: 90px;
}
.ie6 .textarea{
	margin-top: -100px;
}

.label_textarea
{
    position:relative;
	top:-80px;
}

.ie7 .label_textarea
{
	top: -90px;
}

.alertTexteara
{
position:relative;
top: -85px;
}

.ie7 .alertTexteara
{
	top: -80px;
}

/*------------------------------Tran----------------------------------*/

#listBox
{
}
.page
{
    text-align: right;
    padding-bottom: 2px;
    border-bottom: 1px solid #cccccc;
}
.boxList1
{
    width: 890px;
    float: left;
    padding: 5px;
    overflow: hidden;
}
.boxList1 h1
{
    color: #ffffff;
    line-height: 25px;
    font-size: 12px;
    background-color: #07638a;
    margin-bottom: 4px;
    padding: 0px 4px;
}
.boxList1 a img
{
    float: left;
    margin: 0px 15px 5px 0px;
    border: 1pt solid #515e7b;
}


.boxList1 a.detail
{
    float: right;
}


.boxList2
{
    width: 315px;
    float: right;
    padding: 5px;
    overflow: hidden;
}
.boxList2 h1
{
    color: #ffffff;
    line-height: 25px;
    font-size: 12px;
    background-color: #515e7b;
    margin-bottom: 4px;
    padding: 0px 4px;
}
.boxList2 a img
{
    float: left;
    margin: 0px 15px 5px 0px;
    border: 1pt solid #515e7b;
}
/*
.boxList2 a{
	float:right;
}
*/

.thumbPic
{
    max-width: 120px;
    max-height: 90px;
}

.productdetail_imagecontainer
{
    text-align: center;
    width: 267px;
    height: 180px;
}

.productdetail_image
{
    max-width: 267px;
    max-height: 180px;
}
.productdetail_image_thumb
{
    max-width: 64px;
    max-height: 38px;
}

#contentLeftDetail
{
    background-image: url(../images/contentLeft.gif);
    background-repeat: no-repeat;
    width: 668px;
    height: auto;
    float: left;
}

#contentPro
{
    position: relative;
    width: 880px;
    float: left;
}

.product_details
{
    margin: 0px 0 10px 0px;
}

.products
{
    /*padding:15px 0 0 0; */
}

.products2
{
    padding: 15px 0 0 10px;
}

.products_col1
{
    width: 280px;
    float: left;
    padding-top: 2px;
}

.list_products
{
    margin: 5px 0 15px;
}

.list_products ul
{
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    display: inline;
}
.list_products ul li
{
    list-style: none;
    display: inline;
}
.list_products ul li img
{
    padding-top: 5px;
}

.products_col2
{
    font-size: 11px;
}
.products_col2 .product_title
{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    color: #07658b;
}
.products_col2 .product_desc
{
    padding: 0 0 12px 0;
}

.price span
{
    font-size: 13px;
    font-weight: bold;
    margin: 5px;
}
.price span.price_sale
{
    font-size: 16px;
    font-weight: bold;
    color: #b51f20;
}

.product_item .price a.detail, .product_item .price a.detail:visited
{
    margin-top: 10px;
    display: block;
    background-image: url(../images/bg_detail.gif);
    background-repeat: no-repeat;
    width: 93px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-size: 9px;
    text-decoration: none;
}
.product_item .price a.detail:hover
{
    color: #c2c2c2;
}


.clear
{
    clear: both;
    padding: 0;
    margin: 0;
    line-height: 0;
}


.eshop_editlink a
{
    font-size: 10px;
}

