/* CSS Document */

/*****************************layout****************************/

*{
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	width:100%;
	background-image: url(../images/head_bg.png);
	background-repeat:repeat-x;
	background-position:top left;
}

#container {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#header {
	height:110px;
	position:relative;
	width:1000px;
	font-family:sans-serif, Arial;
}

#header img {
	border:none;
	margin:0;
	padding:0;
}

/**********************************Top Navigation************************************/

#header ul {
	text-align:center;
	display:inline;
	position:absolute;
	top:3px;
	right:0;
	list-style:none;
	width:400px;
}

#header li {
	display:inline;
	text-align:center;
}

#header li a:link, #header li a:visited {
	width:100px;
	float:left;
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
	font-size:12px;
}

#header li a:hover {
	text-decoration:underline;
}

/*********************************Search Box************************************/

#header form {
	position:absolute;
	top:45px;
	right:30px;
}

/*******************************Horizontal Navigation*********************************/

#hor_nav {
	text-align:center;
	position:absolute;
	top:110px;
	left:0;
	width:1000px;
	font-family:sans-serif, Arial;
	float:left;
	display:inline;
	margin-top:0;
}

#hor_nav li {
	line-height:40px;
	list-style:none;
	display:inline;
	text-align:center;
	position:relative;
	float:left;
}

#hor_nav li a:link, #hor_nav li a:visited {
	height:40px;
	width:125px;
	float:left;
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
	font-size:12px;
	display:inline;
}

/*#hor_nav.cartlink a:link, #hor_nav .cartlink a:visited  {
	color: #ffff33;
}*/

#hor_nav li a:hover {
	/*background-image:url(../images/tab.png);*/
	text-decoration: underline;
}

.tab_hover {
	background-image:url(../images/tab.png);
	background-repeat: no-repeat;
}

#hor_nav li.tab_hover a:link, #hor_nav li.tab_hover a:visited {
	color: #000033;
}

.menu_hover {
	text-align:left;
	height:auto;
	background-image:url(../images/drop_bottom.png);
	background-repeat:no-repeat;
	background-position: bottom left;
	width:260px;
	position:absolute;
	top:40px;
	left:-1px;
	padding-bottom:26px;
	display: block;
	z-index: 20;
}


.shadow {
	height:auto;
	background-image:url(../images/drop_body.png);
	background-repeat:repeat-y;
	width:260px;
}


.menu_hover h3 {
	padding-top:5px;
	font-size:16px;
	color: #000033;
	padding-left:10px;
	padding-right:10px;
}

.menu_hover p {
	padding-left:10px;
	padding-right:10px;
	color: #666666;
	font-size: 14px;
	line-height: 1.3;
}

#hor_nav .tab_hover p a:link, #hor_nav .tab_hover p a:visited {
	float: none;
	width: auto;
	height: auto;
	color: #666666;
	text-decoration: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

#hor_nav .tab_hover p a:hover {
	text-decoration: underline;
} 

/*.menu_hover ul {
	display: inline;
	list-style: none;
	padding-left:10px;
	padding-right:10px;
	color: #666666;
	font-size: 14px;
}*/


.hidden {
	display:none;
}





/*****************************************Main Content***********************************/



#content {
	width:800px;
	float:right;
	margin-top:40px;
	padding-bottom:200px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#content p {
	padding-top:3px;
	padding-bottom:15px;
	padding-left:60px;
	padding-right:60px;
	text-align: justify;
	margin-bottom: 10px;
}

h1, h2 {
	padding-left:60px;
	padding-right:60px;
	color: #330066;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

#content h3 {
	padding-left:60px;
	padding-right:60px;
	color: #330066;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 8px;
}

#content ul {
    padding-left:60px;
	padding-right:60px;
    margin-bottom: 10px;
}

#content ul li {
    list-style-position: inside;
}



/**************************************Slideshow*******************************************/

#slideshow {
    position:relative;
    height:466px;
    margin-left: 50px;
    margin-bottom: 20px;
    background-image: url(../images/carene_nib2.jpg);
    background-repeat: no-repeat;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}



/*************************************Sidebar Navigation***********************************/

#navigation {
	width:200px;
	float:left;
	font-size:16px;
	margin-top: 50px;
	/*margin-bottom:150px;*/
	padding-top:10px;
	padding-bottom: 150px;
}

#nav {
	width:190px;
	padding-left:10px;
	list-style:none;
}

#nav li {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:#330066 solid 1px;
	border-top:#330066 solid 1px;
	margin-top:-1px;
}

#nav a:link, #nav a:visited {
	color:#999999;
	text-decoration:none;
}

#nav a:hover {
	color:#330066;
	text-decoration:underline;
}

#nav li ul {
	list-style:none;
	border:none;
	background-color:#ffffff;
}

#nav li ul li {
	width:190px;
	border:none;
}

.arrow img{
	border: none;
}

/*******************************login********************************/



#login {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#login td {
	width: 150px;
	padding-bottom: 6px;
}

#login input {
	width: 140px;
}

#login .subbtn {
	width: 50px;
}


/****************************Forms**********************************/

#form {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif, Arial;
	color: #000000;
	font-size: 14px;
	border: 1px #330066 solid;
}


input, textarea, select {
	margin-bottom: 7px;
	margin-top: 5px;
	width: 230px;
}

td.label {
	padding-top: 7px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
}

.subbtn {
	width: 100px;
}

#search input.search {
	width: auto;
}

.error {
	font-weight: bold;
	color: #330066;
}

.mandatory {
	font-weight: bold;
}

.mandatoryerror {
	font-weight: bold;
	color: #330066;
}

#searchform {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #330066 solid;
	padding: 15px 15px 15px 30px;
}

#searchform form {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	display: inline;
}

#searchform input.search {
	width: 250px;
	margin-right: 20px;
}

/*#searchform input.subbtn {
	width: auto;
}*/

.form_cmt {
	font-style: italic;
	font-weight: lighter;
}

#marketing {
	width: auto;
}

.cbox {
	width: auto;
}

.num_inp {
	width: 20px;
}

#cart {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#cart td{
	padding-bottom: 6px;
}

/**checkout**/

.inputBoxDisable
{
    background-color: #DDDDDD;
    border: 1px solid #999999;
}
.inputBoxEnable
{
    background-color: #FFFFFF;
    border: 1px solid #999999;
}



/************************************Filter**************************************/

#filter {
	width: 700px;
	margin-left: 60px;
	margin-right: 60px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: solid 1px #330066;
	border-bottom: solid 1px #330066;
}

#filter select, #filter input {
	width: 150px;
	margin-left: 3px;
	margin-right: 3px;
}

#filter .subbtn {
	width: 60px;
}

#paglink p{
	width: auto;
	margin: 10px auto 30px auto;
	text-align: center;
}

#paglink a:link, #paglink a:visited {
	color: #330066;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

#paglink a:hover {
	text-decoration: none;
}


/*************************************Product Overview******************************/

.prod_ov {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 1px #330066;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

p.description {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 680px;
	margin-left: -60px;
	margin-right: -60px;
	text-align: justify;
	margin-bottom: 5px;
}

.price {
	font-size: 16px;
	font-weight: bold;
	color: #330066;
}

.more a:link, .more a:visited {
	float: right;
	font-style: italic;
	text-decoration: underline;
	color: #330066;
}

.more a:hover {
	text-decoration: none;
}

.prod_ov h3.title a:link, .prod_ov h3.title a:visited {
	color: #330066;
	text-decoration: none;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
	margin-bottom: 5px;
}

.prod_ov h3.title a:hover {
	text-decoration: underline;
}

img.prod_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
	margin-top: 7px;
}

/*.poimg img.prod_img {
	width: auto;
	margin-left: 20px;
	margin-right: auto;
	border: none;
	margin-top: 5px;
}*/

/*************************************Item Page**************************************/

#item_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.rrp {
	text-decoration: line-through;
	color: #999999;
}

.exvat {
	font-style: italic;
	font-size: 15px;
	color: #330066;
}

#prices {
	width: 450px;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 60px;
}

#basket {
	width: 190px;
	float: right;
	margin-right: 60px;
}

#basket img {
	border: none;
	margin-top: 10px;
	margin-left: 0;
}

h2 {
	clear: both;
}

#reviews {
	border-top: solid 1px #330066;
	border-bottom: solid 1px #330066;
	margin-top: 0;
	margin-bottom: 10px;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

#reviews h4 {
	font-size: 16px;
	color: #330066;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 5px;
}

#reviews p {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	font-style: italic;
	margin-bottom: 25px;
}


/*************************************Search Results*******************************/

.search_results {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.search_results h3.title a:link, .search_results h3.title a:visited {
	color: #330066;
	text-decoration: none;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
	margin-bottom: 5px;
}

.search_results h3.title a:hover {
	text-decoration: underline;
}

/*#searchpage form {
	margin-left: auto;
	margin-right: auto;
}*/


/********************************checkout tables/styles**********************************/

#cart {
	margin-top: 10px;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #330066 solid;
	color: #000000;
	font-family:sans-serif, Arial;
	font-size: 14px;
}

tr.table_headings {
	background-color: #330066;
	height: 30px;
	background-image: url(../images/th_bg.png);
	background-repeat: repeat-x;
	color: #ffffff;
	text-align: center;
	font-family:sans-serif, Arial;
	text-transform:uppercase;
	font-weight: normal;
	font-size: 12px;
}

tr.table_headings h3 {
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	font-family:sans-serif, Arial;
}

#form tr.table_headings {
	margin-bottom: 10px;
}


#cart td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	text-align: center;
	
}

#cart td.td_text {
	text-align: left;
}

.cart_totals {
	background-color: #dfdddd;
}

td.totals {
	font-weight: bold;
}

#button_holder {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#button_holder a:link, #button_holder a:visited {
	height:35px;
	width:130px;
	float:right;
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
	font-size:12px;
	text-align: center;
	background-image: url(../images/button_bg.png);
	background-repeat: no-repeat;
	line-height: 35px;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 14px;
}

#button_holder a:hover {
	text-decoration: underline;
}

.subbtn2 {
	border: 0px solid #FFFFFF;
	cursor:pointer;
	height:35px;
	width:130px;
	float:right;
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
	font-size:12px;
	text-align: center;
	background-image: url(../images/button_bg.png);
	background-repeat: no-repeat;
	line-height: 35px;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 14px;
}

#form_button_holder {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#searchform .subbtn2 {
	float: none;
	display: inline;
}



#statusok {
	margin-top: 10px;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #00cc00 solid;
	color: #00cc00;
	font-family:sans-serif, Arial;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#statusfail {
	margin-top: 10px;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border: 1px #ff0000 solid;
	color: #ff0000;
	font-family:sans-serif, Arial;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#statusok p, #statusfail p {
	width: 680px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


/*************************************Sitemap************************************/

#sitemap li {
	margin-left: 50px;
}



/*************************************Footer**************************************/

#footer {
	clear:both;
	min-height: 200px;
	height:100%;
	width:100%;
	background-color:#23053d;
	background-image:url(../images/footer.png);
	background-repeat:repeat-x;
	margin-bottom:0px;
	
}

#footer p {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	padding-top: 10px;
}

#footer p.login {
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #sn_links {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#sn_links img {
    margin: 20px;
    border: none;
}
