﻿/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */
body {
	text-align: center;
	background-color: #d1cc99;
}

#container {
	display: block;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../templateimages/bg_fadetom1.gif);
	background-position: center;
	background-color: #d1cc99;
	background-repeat:repeat-y;


}

#toprounded {
	display: block;
	margin: 0 auto;
	padding: 0px;
	height: 20px;
	background-image: url(../templateimages/bg_pagetop.gif);
	background-position: top;
	background-color: #d1cc99;
	background-repeat:no-repeat;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 1020px;
	background-color: white;
	background-position: top left;
	background-repeat: repeat-x;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
	border-left: solid 3px #FFFFFF;
	border-bottom: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;

}


/* --- Header section ------------------------------------------------ */


#crocsoptions {
	float: right;
	position: relative;
	left: 0px;
	top: -43px;	
}

.bluesearch {
	color:#0055CC;
	font-weight:bold;
	text-decoration:none;
	font-size: 8pt;
}

#jumpto {
	float: right;
	z-index: 2000;
	position: relative;
	right: 0px;
	top: -5px;
}

#header {
	width: 1020px;
	height: 133px;
	margin: 0;

}

#horizbar {
	/* line across the top of page above buttons */
	background-image: url(../templateimages/horizbar.gif);
	background-repeat:no-repeat;
	width: 990px;
	height: 10px;
	position: relative;
	left: 15px;
}

#header #title {
	background-color: transparent;
	height: 100px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	}

/* Top links */
#header2 .links {
	/* border-top: solid 1px white; */
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 7.5pt;
}


#header2 .links li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links a:visited
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#header2 .links a:link
	{
	position: relative;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 12px 5px 0px;
	}


#header2 .links a:hover
	{
	position: relative;
	text-decoration: none;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#header2 .links2 {
	margin: 4px 10px 0px 10px;
	padding: 2px 0px 2px 0px;
}

#header2 .links2 li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#header2 .links2 a:visited
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:link
	{
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	}


#header2 .links2 a:hover
	{
	color: black;
	text-decoration: underline;
	}


/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	background-color: white;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../templateimages/page_shades.gif');
	background-repeat:repeat-y;
	background-color:#ffffff;
}

.smallintropara {
	color:Black;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:9px;
	font-weight:normal;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 145px;
	margin: 0px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../templateimages/back_fade1.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

/* gradient and text attributes for left-hand category headings above popout menus */


#crocleftgrad {
	background-image: url(../templateimages/grey_grad_only.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#cecece;
	font-family: "Arial Rounded MT Bold", Arial,Helvetica,Sans-Serif;
	font-size: 14pt;
	height: 50px; /* should equate to 57 minus the padding-top of 7px */
	padding-top: 7px;
}

#crocleftgrad img {
	margin-left:7px;
	float: left;
	margin-right: 5px;
}

#crocleftgrad p {
	margin-top: 13px;
}

#crocleftgrad a {
	text-decoration: none;
	color: black;
	font-family: "Arial Rounded MT Bold", Arial,Helvetica,Sans-Serif;
	font-weight:normal;
}

#jibleftgrad {
	/* left-hand Jibbitz heading */
	background-image: url(../templateimages/grey_grad_only.gif);
	background-position: center top;
	background-color:#cecece;
	background-repeat: repeat-x;
	height: 51px; /* should equate to 57 minus any padding-top */
	text-align:center;
	padding-top: 6px;
}

#jibleftgrad a{
	/* disable background for IE browsers */
	background-image: none;
	background-color: transparent;
}

#genericleftheader {
	background-image: url(../templateimages/grey_grad_only.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#cecece;
	height: 51px;
	text-align:center;
	padding-top: 6px;
}

#genericleftheader a{
	/* disable background for IE browsers */
	background-image: none;
	background-color: transparent;
}


#littlemissmatch {
	/* left-hand Jibbitz heading */
	background-image: url(../templateimages/grey_grad_only.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#cecece;
	height: 51px; /* should equate to 57 minus any padding-top */
	text-align:center;
	padding-top: 6px;
}

#littlemissmatch a{
	/* disable background for IE browsers */
	background-image: none;
	background-color: transparent;
}



.marksandfractions {
	/* marks and fractions (like the tm trademark sign and copyright symbol) */
	font-size: 6pt;
	float:none;
	position:relative;
	top:-5px;
}



/* gaps between menu headers, like seperator items in a normal menu */

#menugap {
	overflow:hidden;
	background-color: white;
	height: 15px; /* just in case IE feels like compacting space of &nbsp; divs */
}


/* Dynamic page content section of page body */
#pagecontent {
	width: 650px;
	float: left;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	/* position: relative;
	top: -320px; */
	text-align: left;
}

#pagecontent_pad {
	padding: 10px 10px 5px 10px;
}

/* Right hand section of page body */
#right {
	width: 195px; /* was 170 */
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position:relative;
	background-image:url('../templateimages/basket_bkgnd_grad.jpg');
	background-repeat:repeat-x;
	background-color:#d7d7d7;
}

.centertext {
	text-align:center;
}

.lefttext {
	text-align:left;
}

#cardiconsmore {
	font-size:11px;
	font-weight:bold;
	border-style:solid;	
	margin-top: 15px;
	margin-left: 2px;
	margin-right: 2px;
	border-color:black;
	border-width:1px;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 188px; /* should equate to 192 when margins are considered */
}


#cardiconsmore p{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
}

#cardiconsmore img {
	float: left;
	padding-left: 4px;
}

/* --- Footer -------------------------------------------------------- */
#footer {
	padding-top: 20px;
	clear: both;
	text-align: center;

}

/* Footer nav links */
#footer .links {
	margin: 0px;
}

#footer .links li {
	list-style: none;
	display: inline;
}
	
#footer .links a {
	font-size: 7pt;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/* T&Cs text */
#terms {
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 0;
	font-size: 7pt;
	color: #999999;
	background-image:url('../templateimages/page_shades_faded.jpg');
	background-positon: top;
	background-repeat:repeat-x;
	background-color: #ffffff;
}


/* --- language, currency menu and search box ------------------------ */
#currencymenu form select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#languagemenu form select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox {
	float: right;
	z-index: 2000;
	position: relative;
	right: 20px;
	top: 0px;
}

.whitesearch {
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;	
}

#searchbox input {
	width: 120px;
}

#searchbox #searchbutton {
	width: 10px;
	text-align: right;
	margin: 0;
	padding: 0;
}

/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}