@import "content.css";
@import "FormFields.css";

body
{
	background:url(../Graphic/design/top_back.jpg) center top repeat-x;
	font-family:Arial, Helvetica, sans-serif, "palatino Linotype";
	font-size:11px;
	line-height:130%;
}

.clear
{
	clear:both;
}

a img
{
	border:none;
}

a
{
	color:#C44636;
}

a:hover
{
	color:#DF9B92;
}

*
{
	margin:0;
	padding:0;
	list-style:none;
}

h1, h2, h3, h4, h5
{
	font-family:"Trebuchet MS";
	color:#C44636;
	margin-bottom:5px;
}

#containerDiv
{
	width:950px;
	margin:auto;
}

#topDiv
{
	padding-top:110px;
	background:url(../Graphic/design/dot_grey.gif) bottom repeat-x;
	margin-bottom:10px;
	
}

#topDiv .logo
{
	position:absolute;
	margin:-110px 0 0 -20px;
}


#topDiv .miniBasket
{
	position:absolute;
	background:url(../Graphic/design/basket.gif) no-repeat right top;
	padding:4px 26px 0 0;
	width:100px;
	height:20px;
	text-align:right;
	margin:0 0 0 824px;
	top:5px;
}



#topDiv .miniBasket a
{
	color:white;
}


.topNav
{
	background:url(../Graphic/design/topmenu.png) top left no-repeat;
	height:36px;
}

.topNav li a
{
	color:white;
	background:url(../Graphic/design/menu_splitter.png) no-repeat right 10px;
	padding:10px 14px;
	font-size:13px;
	font-weight:normal;
	display:block;
	text-decoration:none;
	
}

.topNav li:last-child a
{
	background:none;
}

.topNav li a:hover
{
	color:#D7B5B1;
}



.topNav li
{
	float:left;
	list-style:none;
}


#topDiv .supportDiv
{
	position:absolute;
	width:450px;
	margin:-75px 0 0 500px;

}

#topDiv .supportDiv .phone
{
	float:right;
	background:url(../Graphic/design/support_phone.png) no-repeat top right;
	padding:84px 82px 0 0;
	height:39px;
}

#topDiv .supportDiv .chat
{
	float:right;
	background:url(../Graphic/design/support_chat.png) no-repeat bottom right;
	padding:84px 26px 0 0;
	height:23px;
	margin-right:20px;
}


#topDiv .supportDiv .type
{
	font-weight:bold;
	font-size:13px;
}

#topDiv .supportDiv a
{
	text-decoration:none;
}

#topDiv .languageUl,  #topDiv .currencyUl
{
	height:17px;
}

#topDiv .lanCurDiv
{
	padding:9px 0 9px 0;
	height:30px;
}


#topDiv .languageUl li, #topDiv .currencyUl li
{
	float:left;
}

#topDiv .languageUl li a, #topDiv .currencyUl li a
{
	font-size:9px;
	color:#999;
	display:block;
	padding:0px 5px 0px 5px;
}

#topDiv .languageUl li.headTxt, #topDiv .currencyUl li.headTxt
{
	color:#666;
	font-weight:bold;

}

#topDiv .languageUl li:first-child a, #topDiv .currencyUl li:first-child a
{
	padding-left:0px;
}





























#bottomDiv
{
	border-top:3px solid #C44636;
	margin-top:30px;
	padding-top:5px;
	font-weight:bold;
	padding-bottom:50px;
}

#bottomDiv .bottomNav li
{
	float:left;
	font-size:13px;
	padding-right:10px;
}

#bottomDiv .bottomNav.right
{
	float:right;
}

#bottomDiv .bottomNav.right li
{
	padding:0 0 0 10px;
}

#bottomDiv .languageBar
{
	clear:both;
	padding-top:5px;
}

#bottomDiv .languageBar li
{
	float:left;
	margin-right:10px;
}

#bottomDiv .languageBar a
{
	font-size:10px;
	color:#999;
}



#bottomDiv .paymentLogos 
{
	float:right;
}

#bottomDiv .paymentLogos li
{
	float:left;
	margin-left:5px;
}




/*Popup*/
body.popup
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:130%;
	cursor:default;		
	
	
}

body.popup  #contentDiv h1
{
	margin-bottom:10px;
	background-color:White;	
	
}

body.popup p
{
	margin-bottom:10px;
}

body.popup #contentDiv
{
	width:100%;
	background-color:White;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
}



body.popup #contentDiv textarea
{
	width:440px;
	height:140px;
	margin-bottom:15px;
}






















