@charset "utf-8";

/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

hr {
	margin-top: 12px;
	margin-bottom: 12px;
}

td {
	padding: 7px;
}

.padonly    {margin: 0.6em; background-color: #FFFFFF; border:1px dotted #BBBBBB;}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
	background-color: #FFFFFF 
}

.header {
width: 970px;
background: #FFFFFF url(images/wbanner.jpg) no-repeat;
margin:0 auto;
margin-bottom:1px;
height:250px;
	}
	
.search_title {  
font: 18px Arial, Sans-Serif;
text-transform:uppercase; 
margin: 2px 0 10px 0px; 
padding: 0;
padding-top: 17px;
color: #8459F3; 
background: inherit; 
border-bottom: 1px dotted #8459F3;
}

h1, h2, h3 {
	
	color: #8459F3;
}

h1 {
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	font-size: 24px;
	color: #8459F3;
}

h3 {
	font-size: 13px;
	color: #8459F3;
}

p, ul, ol {
	margin-bottom: 2em;
	line-height: 200%;
}

p {
}

ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #858585;
}

/* Logo */

#logo {
	width: 874px;
	height: 147px;
	margin: 0 auto;
}



#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 970px;
	height: 33px;
	margin: 0 auto;
	margin-bottom:25px;
	background: #FFFFFF url(images/menubg.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 10px;
	padding: 5px 20px 0 20px;
	
	text-decoration: none;
	font-size: 17px;
	color: #828282;
}

#menu a:hover {
	text-decoration: underline;
}


/* Page */

#bg {
}

#page {
	width: 970px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 74%;
	padding: 0 0 0 8px;
	line-height: 22px;
	font-size:15px;
	color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-left: solid 1px #EFEFEF;
	border-right: solid 1px #EFEFEF;
}

#content h1,h2 {
	margin: 10px 0 10px 0;

}

#content .content {
	padding-left: 32px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 22%;
	margin:0;
	padding: 0 1px 0 0;
	border: #CCCCCC 1px;
	line-height: 20px;
	font-size:15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#sidebar2 {
	float: right;
	width: 22%;
	margin:0;
	padding: 0 1px 0 0;
	border: #CCCCCC 1px;
	line-height: 20px;
	font-size:15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	}
#sidebar ul{
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#sidebar li{
	list-style: none;
	text-decoration: none;
}

#sidebar2 ul{
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#sidebar a {
	color: #000000;
}

#sidebar a:visited {
	color: #858585;
}

#sidebar2 a {
	color: #000000;
}

#sidebar2 a:visited {
	color: #858585;
}

.box {
}

.box .title {
	height: 24px;
	padding: 8px 0 12px 41px;
	background: url(images/label_moreinfo.gif) no-repeat;
	
	font-size: 17px;
	color: #FFFFFF;
}

.box .label_basket {
	height: 24px;
	padding: 8px 0 12px 41px;
	background: url(images/label_basket.gif) no-repeat;
	
	font-size: 17px;
	color: #FFFFFF;
}

.box .label_search {
	height: 24px;
	padding: 8px 0 12px 41px;
	background: url(images/label_search.gif) no-repeat;
	
	font-size: 17px;
	color: #FFFFFF;
}

.box .label_logged {
	height: 24px;
	padding: 8px 0 12px 41px;
	background: url(images/label_logged.gif) no-repeat;
	
	font-size: 17px;
	color: #FFFFFF;
}

.box .label_currencies {
	height: 24px;
	padding: 8px 0 12px 41px;
	background: url(images/label_currency.gif) no-repeat;
	
	font-size: 17px;
	color: #FFFFFF;
}

.box .label_products {
	height: 24px;
	padding: 8px 0 12px 41px;
	background: url(images/label_products.gif) no-repeat;
	
	font-size: 17px;
	color: #FFFFFF;
}

.box .label_articles {
	height: 24px;
	padding: 8px 0 12px 41px;
	background: url(images/label_blog.gif) no-repeat;
	
	font-size: 17px;
	color: #FFFFFF;
}

.box .content {
	padding: 3px;
	padding-bottom:12px;
	padding-top:0;
}

.box ul {
	list-style: none;
}

.box ul li {
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
	margin-top:0;
}

.box small {
	font-size: 10px;
	color: #808C96;
}

/* Footer */

#footer {
	padding: 35px 0;
	font-size: 12px;
}

#footer p {
	text-align: center;
}
