/* Main CSS Style Sheet for YarnLady.com  *****/
/* Copyright 2010. BarefootChris.net Web Design */
/* Revised 08/09/2010 */

body {
	background: #9966CC;
	font: bold 12px "Palatino Linotype";
}

li, ul, div {margin:0; padding:0;}

#container {
	background: #98498A;
	border: 2px solid #5A0097;
	margin: 20px auto 0px;
	width: 95%;
	min-width: 800px;
}

#mainbody {
	position: relative;
	background: #98498A;
	width: 100%;
}

#content {
	background: #FFFFFF;
	border-top: 2px solid #5A0097;
	margin-left: 150px;
	text-align: center;
}

.product .info {
	background: #CFA9CE;
	display: block;
}


#header_nav {
	margin: 0;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	background: url(graphics/banner.jpg) no-repeat;
	height:128px;
}
#header_nav h1 {
	color: #FFF;
	font-size: 66px;
	padding: 5px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	background: url(graphics/yarn.text.gif) no-repeat center 50%;
}
#header_nav ul {
	list-style: none;
}
#header_nav li {
	display: inline;
	background: #98498A;
	font-weight: bold;
	border: 1px solid #FFF;
	padding: 5px 10px;
	font-size: 18px;
}
#header_nav a {
	color: #FFF;
	text-decoration: none;
}
#header_nav a:hover {
	color: #FFEB66;
}
#minicart {
	background: #68AEA2;
	width: 200px;
	position: absolute;
	top: 2px;
	right: 0px;
	padding: 5px;
	height: 28px;
	vertical-align: middle;
	border-top: 2px none #98498A;
	border-right: 2px solid #98498A;
	border-bottom: 2px solid #98498A;
	border-left: 2px solid #98498A;
	font-size: 14px;
	-moz-border-radius-bottomleft: 5px;
}
#minicart a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#minicart a:hover {
	color: #FCED5E;
}

#minicart_exp {
	position: absolute;
	top: 38px;
	width: 200px;
	padding: 5px;
	background: #68AEA2;
	display:none;
	border-right: 2px solid #98498A;
	border-bottom: 2px solid #000;
	border-left: 2px solid #98498A;
	right: -2px;
	-moz-border-radius-bottomleft: 5px;
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background: #68AEA2;
	line-height: 24px;
	margin: 45px auto 5px;
	padding: 3px;
	width: 400px;
	border: 2px groove #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#content h3 {
	font-size: 16px;
	font-weight: bold;
	color: #9966CC;
	background: #FFF;
	margin: 5px;
	padding: 5px;
}
.price {
	font-size: 14px;
	font-weight: bold;
	color: #9D4D79;
	margin: 3px;
	padding: 0px;
	border: 1px solid #FFF;
}

.saleprice {
	border: 1px solid #333;
	background-color: #C899BB;
	color: #FFEB66;
	font-weight: bold;
	margin: 3px;
	padding: 0px;
}
#left_navigation form {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}




#header_nav img {
	text-align:left;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#left_navigation {
	width: 150px;
	margin-left: 0;
	background: #98498A;
	color: #FFF;
	padding-top: 10px;
	border-top: 2px solid #5A0097;
	text-align: left;
	position: absolute;
	top:0;
	left:0;
}

#left_navigation a {
 	color: #FFF;
 	text-decoration: none;
}

#left_navigation a:hover {
	color: #6BC7E2;
}

#left_navigation h2 {
	margin:0;
	padding:8px 0 8px 8px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

#footer {
	text-align:center;
	color: #FFF;
	font-weight: bold;
	clear: both;
	font-size: 12px;
}
.contact {font-size: 14px;}
.copyright {font-size: 10px;}
.bullet {color: #6BC7E2}

.submenu {
	background: #C899BB;
	margin-left: 0px;
	padding:0 0 5px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #6BC7E2;
}
.active {
	background: #C899BB;
	border-top: 1px solid #6BC7E2;
}

ul.product {	
	text-align: center;}

.product li {
	width: 210px;
	margin-right: 8px;
	margin-left: 8px;
	text-align:center;
	margin-bottom: 5px;
	padding: 5px;
	overflow:hidden;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	zoom: 1;
	*display: inline;
	-moz-border-radius: 5px;
	border: 1px solid #9D4D79;
}



#left_navigation ul li, #left_navigation ul {
	margin-left: 0;
	padding-left: 5px;
	list-style: inside circle;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.clear {clear:left; width:100%}

#preview{
	position:absolute;
	border:1px solid #9D4D79;
	background:#C899BB;
	padding:3px;
	display:none;
	color:#fff;
	-moz-border-radius: 5px;
	}

input[type="submit"] {
	background: #6BC7E2;
	border: 1px solid #000000;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	-moz-border-radius: 2px;
}

input[type="submit"]:hover {
	background: #FFF;
	color: #6BC7E2;
}

.paginate {
	font-size: 14px;
	font-weight: bold;
	color: #9D4D79;
	margin: 5px;
	background: #FFFFFF;
	height: 30px;
}
.paginate a {
	margin: 8px;
	padding: 2px 5px;
	border: 1px solid #333333;
	text-decoration: none;
	color: #9966CC;
}
.paginate a:hover {
	color: #FFFFFF;
	background: #9966CC;
}
.detailimage {
	margin: 10px;
	float: left;
}
.specs {
	background: #68AEA2;
	margin: 10px;
	float: right;
	width: 15%;
	min-width: 200px;
	padding: 7px;
	-moz-border-radius: 5px;
}
.specs h3 {
	color: #68AEA2;
	font-weight: bold;
}

.specs p {
	text-align: left;
}
caption {
	font-weight: bold;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	background: #68AEA2;
}
td {
	text-align: center;
	padding: 5px;
}
.pagelinks li {
	background: #CFA9CE;
	display: inline-block;
	margin: 10px;
	padding: 0px;
	width: 200px;
	list-style: none inside;
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	color: #FFFFFF;
}
.pagelinks li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 2px solid #5A0097;
	height: 40px;
	vertical-align: middle;
	background: url(graphics/yarnball-blue.gif) no-repeat 8px 50%;
}
.pagelinks li a:hover {
	color: #9D4D79;
	background: #FFFFFF;
	border: 2px solid #9D4D79;
    background: url(graphics/yarnball-violet.gif) no-repeat 8px 50%;
}

.actionbox {
	border: 1px solid #3D6473;
	margin-right: auto;
	margin-left: 430px;
	width: 200px;
}
.product h3 {
	height: 60px;
}
.product p.spec {
	height: 50px;
}
.product p.image {
	height: 200px;
}

.result-options {
	width: 95%;
	border: 1px solid #999999;
	margin: 5px auto;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	text-align: right;
	background: #E0D1EF;
}

#social img {
	border-style: none;
	margin: 5px;
}
#social {
	font-weight: bold;
	color: #FFF;
	text-align:center;
}

#email input {
	margin-top: 5px;
	margin-bottom: 5px;
}

#email {
	border-top: 1px solid #9999FF;
	border-bottom: 1px solid #9999FF;
}

