/* CSS Document */

body{
	margin:0px auto;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
*{
	margin:0px auto;
	line-height:15px;
}
a{
	color:#000000;
	text-decoration:underline;
}
a:hover{
	color:#000000;
	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{
	padding:inherit;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	width:1024px;
}
#top{
	position:relative;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	width:1024px; height:132px;
}
#logo a{
	position:absolute;
	top:45px; left:69px;
	width:308px; height:20px;
	display:block; overflow:hidden; text-indent:-1000px;
}

.address{
	position:absolute; top:10px; right:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; color:#333333; font-weight:bold; text-transform:uppercase;
}
.font1{
	color:#993333;
}
#menu{
	position:absolute; top:85px; right:50px;
	height:50px; text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; white-space:nowrap; font-weight:bold;
}
#menu ul{
	padding:0px; margin:0px; list-style:none; overflow:hidden;
}
#menu ul li{
	padding:0px; margin:0px; display:inline; float:left; height:27px; line-height:27px;
}
#menu ul li.sep{		
	width:1px; height:27px; padding:0px 15px;
}
#menu ul li a{
	background-image:url(../images/btnBg.gif);
	background-repeat:no-repeat;
	background-position:right  top;
	color:#000000; text-decoration:none; 
	padding:0px; float:left; height:27px; line-height:27px; padding-right:35px;
}
#menu ul li a:hover{
	background-position:right -27px;
	color:#990000;	
}
#menu ul li .menuSelected{
	background-image:url(../images/btnBg.gif);
	background-repeat:no-repeat;
	background-position:right -27px;
	color:#990000; text-decoration:none; 
	padding:0px; float:left; height:27px; line-height:27px; padding-right:35px;
}
#header{
	position:relative;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:1024px; height:236px;
}
#container{
	position:relative;
	width:1024px; overflow:hidden;
}
#left{
	background-image:url(../images/left.jpg);
	background-repeat:no-repeat;
	width:46px; height:400px; float:left;
}
#right{
	background-image:url(../images/right.jpg);
	background-repeat:no-repeat;
	width:34px; height:400px; float:right;
}
#container-inner{
	background-image:url(../images/containerBG.jpg);
	background-repeat:repeat-x;
	width:944px; overflow:hidden; float:left;
}
#contentBox{
	width:590px; height:auto !important; height:334px; min-height:334px; float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; color:#000000; padding:44px 100px 20px 24px;
}
#contentBox2{
	width:896px; height:auto !important; height:334px; min-height:334px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; color:#000000; padding:44px 24px 20px 24px;
}
.heading{ font-size:18px; padding-bottom:5px; color:#006699; }
#content{
	position:relative; padding:15px 2px;
}
#content ul{ padding:0px; margin:0px; }
#content ul li{ padding:0px; margin-left:15px; }
#teaserBox{
	background-image:url(../images/teaserBG.jpg);
	background-repeat:no-repeat;
	width:102px; height:auto !important; height:318px; min-height:318px; float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; color:#000000; padding:62px 30px 20px 30px;
}
#teaserBox a{ color:#000000; text-decoration:none; }
.ie6 #teaserBox a, .ie7 #teaserBox a
{
	float:left;
}
.teaser1{
	width:102px; text-align:center; font-weight:bold; font-size:12px; text-transform:uppercase; padding-bottom:30px;
}
.teaser2{
	width:102px; text-align:center; font-weight:bold; font-size:12px; text-transform:uppercase;
}
#footer{
	width:954px;; height:30px; line-height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left; font-size:11px; color:#000000; padding-left:70px;
}
#footer a{
	line-height:30px; color:#993333;
}
/* ==============  KONTAKT FORM ================= */

#contact_form{
	width:400px;
	margin:0px 0px 5px 15px ;
	padding:0px 10px; overflow:hidden; float:right;
}
#contact_form ul{ padding:0px; margin:0px; list-style:none; }
#contact_form ul li{ width:400px; padding:0px 0px; display:inline; float:left; margin:1px 0px; }
#contact_form ul li label{ width:90px; float:left; display:block; }
#contact_form ul li p{ width:280px; padding:0px; margin:0px; float:right; }
#contact_form .textarea{ 
	border:1px solid #999999;
	background-color:#ffffff;
	width: 96% !important; height:100px;
}
#contact_form .inputText{
	border:1px solid #999999;
	background-color:#ffffff;
	width: 96% !important; height:18px; line-height:18px;
	font-size:11px;
}

/*-------- TuaN --------------*/
.alert_textbox_inputText, .alertexpr_textbox_inputText
{
    float: right;
    margin-top: -18px;
}

.ie8 .alert_textbox_inputText, .ie8 .alertexpr_textbox_inputText
{
    margin-top: auto;
    margin-bottom: -15px !important;
}

.alert_textarea_textarea
{
    float: right;    
}

.ie7 .alert_textarea_textarea, .ff2 .alert_textarea_textarea, .ie6 .alert_textarea_textarea
{
   margin-top: -100px;
}

.ie8 .alert_textarea_textarea
{	
    margin-top: auto;
    margin-bottom: -15px !important;
}

#contact_form img
{
	width: 135px !important;
}


/*------------------------------Tran----------------------------------*/

#listBox{
	width:896px;
	float:left;
}
.page{
	text-align:right;
	padding-bottom:2px;
	border-bottom:1pt solid #c7cad9;
}
.boxList1{
	width:896px; float:left;
	padding-top:5px; overflow:hidden;
}
.boxList1 h1{
	color:#000000; line-height:25px; font-size:12px;
	margin-bottom:4px;
}

.boxList1 h1 a{
	color:#000000; line-height:25px; font-size:12px;
	margin-bottom:4px;
	text-decoration:none;
}

.boxList1 .lesmer a{
	float:right;
}


.boxList1 img{
	float:left; margin:0px 15px 5px 0px;
	border:1pt solid #c7cad9;
	max-width:150px;
	max-height:120px;
}

/*---------------Detail----------------------------*/

.products {
	float:left;
	position:relative;
	width:896px;
	
}

.products_col1 {
	width:280px;
	float:left;
}

.products_col1 img {
	max-width:267px;
	max-height:228px;
}

.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;
	max-width:63px;
	max-height:39px;
}

.product_title {
	font-weight:bold;
	margin-bottom:10px;
	font-size:16px;
	color:#000000;
}



.clear {
	clear:both;
	padding:0;
	margin:0;
	line-height:0;
}

.backProductList {
float:right;
}

.products_col2 {
}

/* TuaN */
.productdetail_image_container
{
	height:228px;
	width:267px;
	margin-left: 0px;
}

.list_products ul li
{
	margin-left: 0px !important;
}

.productlist_image
{
	width: 160px;
	float: left;
}