* {
}
body {
	background: #CCCCCC;
}
ul.navigation, ul.navigation li {
	margin: 0px;
	padding: 0px;
}
ul.navigation a {
	text-decoration: none;
}
#wrapper {
	margin: 0px;
width: 100%;
}
.wrapper {
	width: 960px;
	margin: 0px auto;
	position: relative;
}
#header {
	background: #666666 url(header.png) top center no-repeat;
	height: 235px;
	min-width: 960px;
}
#header img {
	position: absolute;
	margin: 0px;
	top: 8px;
	left: 10px;
}
#navigation {
	background: #000000;
	border: 1px solid #999999;
	border-width: 1px 0px;
	font-size: 0.8em;
height: 40px;
}
#navigation a {
	margin: 5px 0px;
	padding: 0px;
	padding-left: 25px;
	margin-right: 20px;
	background: transparent url(navlink2.png) center left no-repeat;
}
#navigation a span {
	padding: 5px 0px;
	padding-right: 15px;
	margin-right: -20px;
}
#navigation a.active, #navigation a:hover {
	background: transparent url(navlink.png) center left no-repeat;
}
#navigation a.active span, #navigation a:hover span{
	background: transparent url(navlink.png) center right no-repeat;
}
#main {
	background: #999999;
	padding-bottom: 30px !important;
}
.wrapper {
	width: 940px;
}
#footer {
padding-top: 15px !important;
	background: #CCCCCC url(footer.png) center bottom no-repeat;
	border-top: 5px solid #000000;
position: relative;
}
#footer *{
}
#footer a {
	color: #ffffff;
}
#footer li {
	list-style-type: none;
	float: left;
	margin-left: 20px;
}
#footer > .wrapper {
	height: 85px;
	margin:0px auto;
	color: #ffffff;
	position: relative;
}
#footer img {
	position: absolute;
	left: -20px;
	top: -40px;
}
#footer .navigation {
	position: absolute;
	margin: 0px 10px;
	top: 10px;
	left: 100px;
	font-size: 0.8em;
}
#footer .copyright {
	position: absolute;
	margin: 0px 10px;
	bottom: 10px;
	right: 10px;
	font-style: italic;
	font-size: 0.8em;
}
#sidebar {
	float:left;
	width: 299px;
}
#content {
	float:right;
	width: 620px;
}

.widget {
	margin: 10px 0px;
	background: #CCCCCC url(boxbottom.png) bottom center no-repeat;
position: relative;
}
.widget > .inner {
	padding: 10px;
margin: 0px;
        background: url(boxtop.png) top center no-repeat;
padding-top: 56px;
  position: relative;
}
.widget h1, .widget h2 {
  background: none;
  position: absolute;
  top: 0px;
  left: 10px;
	margin: 0px -10px;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	color: #ffffff;
	font-weight: normal;
}
#content h1, #content h2 {
  width: 600px;
}
#sidebar .widget {
	margin: 10px 0px;
	background: #CCCCCC url(boxbottom-small.png) bottom center no-repeat;
}
#sidebar .widget > .inner {
	background: url(boxtop-small.png) top center no-repeat;
}

h1,h2 {
	font-size: 1.2em;
}

.widget.freedelivery h2 {
display: none;
}
.widget.freedelivery, .widget.freedelivery * {
	background: none !important;
	margin: 0px;
	padding: 0px;
}

.widget.search input[type=text] {
	width: 180px;
	padding: 5px;
	border: 2px solid #999999;
}
.widget.search input[type=submit] {
	padding: 5px;
	border: 1px solid #000000;
	background: #CC0000;
	color: #ffffff;
	cursor: pointer;
}


.widget.themes ul, .widget.themes li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.widget.themes a {
	font-size: 0.8em;
	color: #000000;
	background: transparent url(navlink2.png) center left no-repeat;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 25px;
}
.widget.themes li {
width: 220px;
margin: 2px 0px;
}
.widget.themes a{
	display: block;
}
.widget.themes span {
	display: block;
	padding: 5px 0px;
	margin-right: -20px;
	padding-right: 20px;
}
.widget.themes a.active, .widget.themes a:hover {
	background: transparent url(navlink.png) center left no-repeat;
	color: #ffffff;
}
.widget.themes a.active span, .widget.themes a:hover span{
	background: transparent url(navlink.png) center right no-repeat;
}
.widget.themes .content {
	background: url(trans.png);
	padding: 5px;
	margin: 0px 10px;
}

.widget.homesplash .content {
	background: url(jester-small.png) 20px 0px no-repeat;
padding:30px 0px;
}

.widget.homesplash .content > .inner{
	padding: 10px;
	background: url(trans.png);
	margin-left: 230px;
	font-size: 1.2em;
}

.widget.product .content {
	position: relative;
}
.widget.product .image {
	float: left;
	width: 180px;
	height: 240px;
	background: url(product.png) center center no-repeat;
	padding: 20px;
	margin-bottom: 10px;
	position: relative;
}
.widget.product .image .caption {
	background: url(caption.png) top left no-repeat;
	color: #ffffff;
	font-size: 0.7em;
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin-right: 2px;
		padding-left: 5px;
}
.widget.product .image .price {
	margin: 0px;
	padding: 5px;
	text-align: right;
	padding-right: 10px;
}
.widget.product .details {
	margin-left: 220px;
	padding-top: 10px;
}
.widget.product .description {
	width: 357px;
	padding-top: 10px;
	font-size: 0.8em;
	background: url(productdesc-top.png) top center no-repeat;
}
.widget.product .description .inner {
	padding: 10px 20px;
	padding-top: 1px;
	background: #e0e0e0 url(productdesc-bottom.png) bottom center no-repeat;
}
.accessories {
  width: 568px;
  padding-top: 10px;
  background: url(features-top.png) top center no-repeat;
  margin: 0px 10px;
}
.accessories .inner {
        padding: 0px 20px;
 padding-top: 0px;
        background: #ffffff url(features-bottom.png) bottom center no-repeat;
}
.accessories h2 {
  background: none;
  color: #000000;
  padding: 0px;
margin: 0px;
margin-left: -10px;
position: relative;
}
.accessories .price {
  background: url(caption.png) top left no-repeat;
  color: #ffffff;
  position: absolute;
  bottom: -10px;
  right: 0px;
  font-size: 1em !important;
  padding: 5px 10px;
}
.accessories .product_accessory {
 width: 90px;
  height: 120px;
  position: relative;
  float: left;
  margin: 5px;
}
.widget.product .properties {
	font-size: 0.8em;
	float: right;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 230px;
}
.widget.product .properties p {
	display: block;
	margin: 2px 0px;
	padding: 0px;
	background: transparent url(navlink2.png)  left -8px no-repeat;
	padding-left: 25px;
}
.widget.product .cart {
	margin-top: 10px;
}
.widget.product .cart select{
	margin: 5px;
}
.widget.product .cart input[type=submit]  {
		margin: 5px;
		border: 1px solid #000000;
		background: #CC0000;
		color: #ffffff;
		font-size: 1em;
		cursor: pointer;
}
.widget.product .cart input[type=text]  {
		margin: 5px;
		border: 1px solid #000000;
		font-size: 1em;
}
.widget.product .price {
	font-size: 2.5em;
}
#header ul.navigation {
	position: absolute;
	left: 320px;
	top: 12px;
	font-size: 0.8em;
	list-style-type: none;
}
#header ul.navigation a {
	color: #000000;
	background: transparent url(navlink2.png) center left no-repeat;
	padding-left: 25px;
}

#footer ul.navigation {
	margin-left: 50px;
}

.product_preview {
	height: 320px;
	position: relative;
	overflow: hidden;
	float:left;
	margin: 10px;
	width: 180px;
	text-align: center;
	background: url(product_preview.png);
}
.product_preview .image {
	margin-top: 15px;
}
.product_preview h3 {
	font-size: 0.8em;
	margin: 5px 20px;
}
.product_preview a {
	color: #000000;
	text-decoration: none;
}
.product_preview .price {
	font-size: 2em;
	margin: 0px;
	position: absolute;
	padding: 0px 10px;
	top: 178px;
	right: 20px;
	color: #ffffff;
	background: url(caption.png) top left no-repeat;
}
.product_preview .viewproduct {
	position: absolute;
	width: 100%;
	bottom: 10px;
        left: 0px;
}


div.subcategory {
 float: left;
margin: 10px;
position: relative;
}
.subcategory img {
	margin: 0px;
}
.subcategory h3 {
	background: url(caption.png) top left no-repeat;
	color: #ffffff;
	font-size: 1em;
	position: absolute;
	bottom: -10px;
	right: 0px;
	padding: 5px;
	padding-left: 10px;
 margin-left: 15px;
}
.subcategory h3 a {
	color: #ffffff;
	text-decoration: none;
}

.widget.featured_products {

}
.widget .mainfeature {
  margin: -10px;
   margin-bottom: 10px;
  background: #ffffff;
}
.widget .main_feature {
  float: left;
  margin: 10px;
position: relative;
}
.widget .mainfeature .caption {
background: url(caption.png) top left no-repeat;
display: block;
padding: 5px;
margin: 0px;
        font-size: 2em;
        position: absolute;
        bottom: 0px;
        right: 0px;
}
.widget .mainfeature .caption a {
  color: #ffffff;
  text-decoration: none;
}
.features, .sales {
  width: 568px;
  padding-top: 10px;
  margin: 0px 10px;
}
.features .inner, .sales .inner {
        padding: 10px 20px;
        padding-top: 1px;
height: 120px;
overflow: hidden;
}
.features .price, .sales .price {
  background: url(caption.png) top left no-repeat;
  color: #ffffff;
  position: absolute;
  bottom: -10px;
  right: 0px;
  font-size: 1em !important;
  padding: 5px 10px;
}
.features .feature, .sales .sale {
 width: 90px;
  height: 120px;
  position: relative;
  float: left;
  margin: 5px;
}
#cartdetails table {
  margin: -10px;
  background: transparent;
 border: none;
}
#cartdetails thead th{
  background: #cc0000;
}
#cartdetails tbody tr {
  vertical-align: top;
}
#cartdetails tfoot {
  border-top: 1px solid black;
}
.epdq input[type=submit] {
        padding: 5px;
        border: 1px solid #000000;
        background: #CC0000;
        color: #ffffff;
        cursor: pointer;
}
#cart table {
  margin: -10px;
  margin-top: -10px;
  background: transparent;
 border: none;
}
#cart thead th{
  background: #cc0000;
}
#cart tbody tr {
  border-bottom: 1px solid #eeeeee;
}
#cart tfoot {
  border-top: 1px solid black;
}
#cart .quantity {
 width: 120px;
}
#cart .quantity input[type="text"] {
  padding: 5px;
  font-weight: bold;
  width: 30px;
  display: inline;
}
#cart .quantity input[type="submit"] {
padding: 5px;
        border: 1px solid #000000;
        background: #CC0000;
        color: #ffffff;
        cursor: pointer;
display: inline;
}

.minicart {
  margin: -10px;
  padding-top: 5px;
}
.minicart * {
  border: none;
  background: transparent;
}
.minicart .actions {
text-align: right;
}
.minicart td {
   padding: 2px 10px;
}
.minicart .desc {
  font-size: 0.7em;
}
.minicart .summary {
  padding-top: 5px;
  width: 100%;
  margin-top: -10px;
}
.minicart .total {
  font-size: 2em;
  font-weight: bold;
}
.minicart input {
}
.minicart .viewcart {
  background: blue !important;
}

.fieldWithErrors input {
  border: 2px solid red;
}

#breadcrumbs {
  font-size: 14px;
}
#breadcrumbs a {
  color: #cc0000;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
#breadcrumbs .inner {
  padding: 10px;
}
.outofstock {
  font-size: 1.2em;
  color: #cc0000;
  font-weight: bold;
}
.followus img{
  margin-left: -10px;
}
.popularlinks p {
  font-size: 10px;
}
.soldout {
  position: absolute;
  top: 40px;
  left: 10px;
}
.soldout.main {
  left: 25px;
}
#header .intro {
  display: none;
}
