﻿/* Umbrella Entertainment Website */
/* Author: Susan Hinton */
/* 29-10-2009 */


body {
	line-height: 1;
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	font-family: 'Helvetica', 'Arial', 'Verdana', sans-serif;
	/* background-image: url('../images/bg_clouds.jpg'); */
	/* background-repeat: repeat-x; */
	/* background-position: 0px 0px; */
	/* background-color: #85d1df; */
	text-align: center;
}

img {
	border: none;
}

.container 
{
	position: relative;
	margin: 20px auto;
	padding: 0px;
	text-align: left;
	width: 1007px;
	}

.whitebox {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 1007px;
	float: left;
}

.header {
	margin: 0px;
	padding: 30px 15px 0px 30px;
	background-image: url('../images/headerShadow.png');
	background-repeat: no-repeat;
	width: 1007px;
	height: 130px;
	float: left;

}

.logo {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	
}

.headRight 
{
	position: absolute;
	right: 0px;
	width: 700px;
	
	
}

.rightstuff
{
	position: absolute;
	right: 50px;

}

.headRight .searchBox 
{
	position: relative;
	margin: px;
	top: 10px;
	padding: 0px;
	right: 56px;
}

.headRight .advancedSearch
{
	position: absolute;
	float:right;
	left:610px;
	top: 10px;
	font-size: 1.1em;
	color: #CCC;	
}

.headRight form .textInput {
	position: absolute;
	margin-left: 345px;
	margin-top: -15px;
	padding: 2px 5px 0px 23px;
	border: 0px solid #fff;
	width: 257px;
	background-image: url('../images/searchBar.gif');
	background-repeat: no-repeat;
	height: 20px;
	font-size: 1.3em;
	float: left;
}

.headRight form .searchSubmit {
	position: absolute;
	font-size:1.2em;
	text-indent:0px;
	text-decoration: none;
	color: Black;
	margin: 0px 0px 0px 6px;
	left: 635px;
	padding:3px 0px 0px 0px;
	text-align: center;	
	height: 21px;
	width: 60px;
	background-image: url('../images/searchButSprite.gif');
	background-position: 0px 0px;
	border: 0px solid #fff;
	float: left;
	margin-top: -15px;
}

.headRight form .searchSubmit:hover {
		background-position: 0px -21px;
		border: 0px solid #fff;
}

/* main menu */

.headRight .menu {
	position: absolute;
	top: 30px;
	padding: 0px;	
	left: 0px;
	width: 650px;
}

.headRight .menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.headRight .menu ul li 
{
	display: inline;
	float: left;	
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 2px 0px;	
	border-bottom: solid 3px #282920 !important;
	color: #282920;
	font-size: 1.5em;
}	

.headRight .menu ul li:hover {
	border-bottom: solid 3px #7e7f79!important;
	color: #7e7f79;

}

.headRight .menu ul a {
	color: #282920;
	text-decoration: none;
}
.headRight .menu ul a:hover {
	color: #7e7f79;
}

.headRight .menu {
	margin: 24px 0px 0px 0px;
	padding: 0px;
}



/* submenu */

.headRight .submenu {
	position: absolute;
	top: 66px;
	right: 56px;
	
	
}

.headRight .submenu ul {
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px;
}	

.headRight .submenu ul li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 2px 0px;
	display: inline;
	color: #7e7f79;
	font-size: 1.2em;
}	

.headRight .submenu ul li:hover {
	border-bottom: 2px solid #7e7f79;
	color: #282920;

}

.headRight .submenu ul a {
	color: #7e7f79;
	text-decoration: none;
}


.headRight .submenu ul a:hover {
	color: #282920;
}

/* mid section */

.midder {
	margin: -2px 0px 0px 18px;
	padding: 0px 15px 0px 15px;
	background-color: #fff;
	width: 939px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.col1 
{
	position: relative;
	float: left;
	padding: 0px 0px 20px 0px;
}

#rotator {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 700px;
	overflow: hidden;
	position: relative;
	float: left;
	-webkit-box-shadow: 0px 0px 4px #333;
}



#rotator .items {
	/* this cannot be too large */
	width:9000px;
	position:absolute;
	clear:both;
}

#rotator .items div {
	float: left;
}


/* position and dimensions of the navigator */ 
.navi { 
	position: relative;
	top: -35px;	
    margin-left:582px; 
    width:auto; 
    height:20px;   
} 
 
 
/* items inside navigator */ 
.navi a { 
    width:14px; 
    height:16px; 
    float:left; 
    margin:3px; 
    background:url(../images/navigator.png) 0 0 no-repeat; 
    display:block; 
    font-size:12px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 7px;
    color: #ffffff; 
}	
 
/* mouseover state */ 
.navi a:hover { 
    background-position:0 -20px;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -40px; 
    color: #000;     
}


.col2 {
	float: right;
	width: 215px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
}

.col2 .preorder {
	margin: 0px 20px 25px 0px;
	padding: 0px;
	float: right;
}

.col2 .preorder .orderStrip {
	margin: -13px 0px 0px 50px;
	z-index: 99;
	position: absolute;
	background-color: #ffe100;
	padding: 5px;
	font-size: 1.4em;
	font-weight: bold;
	width: 160px;
	text-align: center;
	float: right;
}

.col2 .preorder .slick {
	margin: -1px -15px 0px 3px;	
	position: relative;
	
}

.col2 .preorder .price {
	margin: -45px 0px 0px 20px;
	position: relative;
	font-size: 2.4em;
	font-weight: bold;
	float: left;
}

.col2 .preorder .cart {
	float: right;
	margin: -22px -5px 0px 0px;
	position:relative;
	z-index: 98;
	height: 21px;
	background-image: url('../images/cartSprite.png');
	background-position: 0px 21px;
}
.col2 .preorder .cart:hover {
	background-position: 0px -21px;
}

.col2 .preorder .price span{
	font-size: 0.4em;
	font-weight: normal;
}

.col1 .listBox1 {
	margin: 0px 19px 0px 0px;
	padding: 0px;
	float: left;
	width: 220px;
}

.col1 .listBox1 h1 {
	font-size: 1.8em;
	padding-bottom: 0px;
	margin-bottom: 9px;
	display: inline;
	float: left;
}

.col1 .listBox1 h2 {
	font-weight: normal;
	font-size: 1.3em;
	padding-top: 6px;
	margin-bottom: 0px;
	float: right;
	display: inline;
}

.col1 .listBox1 h1 a {
	color: #000;
	text-decoration: none;
}

.col1 .listBox1 h1 a:hover {
	color: #7E7F79;
	text-decoration: underline;
}

.col1 .listBox1 h2 a {
	color: #000;
	text-decoration: none;
}

.col1 .listBox1 h2 a:hover {
	color: #7E7F79;
	text-decoration: underline;
}

.col1 .brownBox 
{
	position: relative;
	margin: 0px;
	padding: 25px 4px 0px 4px;
	float: left;
	width: 212px;
	background-color: #d6d6c5;
	border-top: 3px solid #000;
}



.col1 .brownBox .title img {
	float: left;
	margin: 0px 10px 0px 0px;
	-webkit-box-shadow: 2px 2px 3px #999;
}

.col1 .brownBox .thetitle {
	margin: 3px 0px 0px 0px;
	float: left;
	font-size: 1.1em;
	height: 90px;
	width: 96px;
}


.thetitle {
	position: absolute;
	margin: 3px 0px 0px 0px;
	float: left;
	font-size: 1.1em;
	width: 88px;
	height: 105px;
}

.prodtile
{
	position: relative;	
	width: 200px;
	height: 142px;
	margin-bottom: 30px;	
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 0px;
}

.prodtile:hover
{
	background-color: #fff;	
}


.prodtile_slick
{
	position: absolute;
	top: 0px;
	left: -6px;
	border: none;
}

.prodtile_title
{
	position: absolute;
	left: 105px;
	top: 0px;
	width: 90px;	
	font-size: 1.1em;
}

.prodtile_price
{
	position: absolute;
	bottom: 0px;
	width: 70px;
	left: 105px;
	font-size: 1.6em;
	font-weight: bold;	
	
}

.prodtile_addtocart
{
	position: absolute;
	float: right;
	left: 145px;	
	bottom: 25px;
	font-size: 0.8em;	
}

.prodtile_cart
{
	position: absolute;
	left: 170px;
	bottom: 1px;
	font-size: 1.3em;	
}

.prodtile_specdeets
{
	position: absolute;
	bottom: 40px;
	left: 105px;
	display: inline;	
	width: 80px;
	font-size: 1.3em;
	color: #666666;
}

.prodtile_noofdiscs 
{
	position: absolute;
	bottom: 55px;
	left: 105px;
	display: inline;	
	width: 80px;
	font-size: 1.3em;
	color: #666666;
}

.col1 .brownBox .title {
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px 3px 0px 0px;
}


.col1 .brownBox .title:hover {
	background-color: #fff;
}

.col1 .prodtitle .price {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 1.5em;
	font-weight: bold;
}
.col1 .brownBox .price span {
	float: left;
	font-size: 0.6em;
	font-weight: bold;
}

.col1 .brownBox a {
	text-decoration: none;
	color: #000;
}

.col1 .brownBox .title .cart img{
		-webkit-box-shadow: 0px 0px 0px #ccc;
}

.col1 .brownBox .cart {
	float: right;
	margin: 7px 0px 0px 0px;
	background-image: url(../images/cart.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 21px;
	max-height: 21px;
	overflow: hidden;
	z-index: 99;
	/*border: 3px solid #ff0000;*/
}

col1 .brownBox .cart:hover {
/*	background-position: 0px -21px;*/
}

.col2 .listBox1 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 220px;
}

.col2 h1 {
	font-size: 1.8em;
}

.col2 .listBox1 h1 {
	font-size: 1.8em;
	
}

.col2 .socialMedia {
	margin: 0px 0px 20px -5px;
}

.col2 .socialMedia a {
	margin: 0px 5px 0px 0px;
	display:inline;
}

.col2 .socialMedia a:hover {
	border-bottom: 3px solid #282920;		
}

.socialMedia .subSocialMedia {
	position: absolute;
	top: 1500px;
	right: 0px;	
}

.col2 .subSocialMedia a:hover {
	border-bottom: 3px solid #282920;
}

.socialmedia .subSocialMedia ul {
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px;
}	

.socialmedia .subSocialMedia ul li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 2px 0px;
	display: inline;
	color: #7e7f79;
	font-size: 1.2em;
}

.col2 .brownBox {
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 0px 10px;
	float: right;
	width: 200px;
	background-color: #d6d6c5;
	border-top: 3px solid #000;
	font-size: 1.2em;
	word-wrap: break-word;
}
.col2 .brownBox p.tweet
{
	border-bottom: 1px dashed #666666;
	padding-bottom: 3px;
	line-height: 1.3em;	
	
}

.col2 .brownBox p.tweet:hover
{
	border-bottom: 1px dashed #666666;
	padding-bottom: 3px;
	line-height: 1.3em;	
	text-decoration: none;
	background-color: #E5E5DF;
}

.col2 .brownBox p.tweet a
{
	color: #444444;	
	
}

.col2 .brownBox .dateTxt
{
	font-size: 0.9em;
	color: #333333;
	
}


.col2 form .textInput {
	background-color: #d6d6c5;
	width: 210px;
	height: 17px;
	border: none;
	margin-bottom: 5px;
}

.col2 form .sendBut {
	background-color: #ffe100;
	height: 18px;
	width: 212px;
	border: none;
}
.col2 form .sendBut:hover {
	background-color: #ffb600;
}

.colWide {
	float: left;
	padding: 0px 0px 20px 0px;
	
}

.colWide .ListBoxWide {
	position: inherit;
	margin: 0px 19px 0px 0px;
	padding: 0px;
	float: left;
	width: 700px;
	
}

.colWide .listBoxWide h1 {
	font-size: 1.8em;	
	float:left;	
}


.colWide .brownBoxWide {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 10px 4px;
	float: left;
	width: 700px;
	background-color: #d6d6c5;
	border-top: 3px solid #000;	
}

.colWide .brownBoxWide p {
	font-weight: bold;
	font-size: 1em;
}

.colWide .brownBoxWide .title img {
	float: left;
	margin: 0px 10px 0px 0px;
	-webkit-box-shadow: 2px 2px 3px #999;
}

/*
 .colWide .brownBoxWide .thetitle {
	margin: 10px 0px 0px 0px;
	float: left;
	font-size: 1.1em;
	height: 95px;
	width: auto;
}
*/

.colWide .brownBox .cart {
	float: right;
	margin: 7px 0px 0px 0px;
	background-image: url(../images/cart.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 21px;
	max-height: 21px;
	overflow: hidden;
	z-index: 99;
	border: 3px solid #ff0000;
}

colWide .brownBox .cart:hover {
	background-position: 0px -21px;
}


.colWide .brownBoxWide .searchString {
	color: #7E7F79;
	font-size: 1.3em;
}

.colWide .brownBoxWide .searchString strong {
	color: #000;
}



.colWide .brownBoxWide .title {
	float: left;
	margin: 0px 20px 30px 0px;
	padding: 0px 3px 0px 0px;
	width: 210px;
	min-width: 210px;
}


.colWide .brownBoxWide .title:hover {
	background-color: #fff;
}

.colWide .brownBoxWide .price {
	float: left;
	font-size: 1.5em;
	font-weight: bold;
}
.colWide .brownBoxWide .price span.pricedeets {
	
	font-size: 1.0em;
	font-weight: bold;
}

.colWide .brownBoxWide a {
	text-decoration: underline;
	color: #000;
	padding: 6px;
}

.colWide .brownBoxWide a:hover {
	text-decoration: underline;
	color: #000;
	
}

.colWide .brownBoxWide .title .cart img{
	float: right;
	margin: 7px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px #ccc;
}

.colWide .brownBoxWide .slick img{
	float: left;
	-webkit-box-shadow: 2px 2px 3px #999;
}

.colWide .brownBoxWide .slick {
	float: left;
	width: 200px;
}


.colWide .brownBoxWide .whiteDesc {
 	margin: 0px 0px 0px 10px;
 	padding: 5px 5px 5px 5px;
	background-color: #fff;	
	width: 460px;
	float: left;
	font-weight: normal;
}

.brownBoxWide .whiteDesc p {
	font-weight: normal;
	font-size: 1.1em;
}

.brownBoxWide .whiteDesc span {
	color: #7E7F79;
}

.brownBoxWide .whiteDesc h2 {
	margin: 0px;
	padding-top: 0px;
}

.colWide .brownBoxWide .slick .price {
	margin-top: 5px;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
}
.colWide .brownBoxWide .slick .price span {
	float: left;
	font-size: 0.6em;
	font-weight: bold;
}

.colWide .brownBoxWide .slick .cart img{
	float: right;
	margin: 7px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px #ccc;
}

.colWide .brownBoxWide table{
	font-size: 1.1em;
}

.colWide .catalogue {
	list-style-type: none;
	padding:0px;	
}

.colWide .catalogue a 
{	
	background-color: #E0E0E0;
	text-decoration: none !important;	
}

.colWide table a:hover{
	background-color:#999;
	color: #FFF;
	text-decoration: underline !important;	
}

.colWide .catalogue li {
	display: inline;
	float: left;
	padding: 1.5px;
	margin-right: 1px;	
	font-size: 1.3em;
	color: #fff;	
}

.colWide .catalogue a:hover {
	color: White;	
	background-color:#999;
}

.colWide  .chooseletter {
	font-size: 1.3em !important;
	float: left;
	margin-right: 15px;
}

.colWide .brownBoxWide h3 {
	border-bottom: 2px solid #7e7f79;
	font-size: 1.7em;
	width: 690px;
	color: #7e7f79;
	padding-bottom: 5px;
}

.colWide .brownBoxWide .contactus {
	font-size: 1.1em;
	
}

.colWide .brownBoxWide .contactus label{
	float: left;
	padding-top: 3px;
	padding-right: 7px;
	text-align: right;
	width: 200px;
	
}

.colWide .brownBoxWide .contactus input{
	float: left;
	width: 300px;
	border: none;
	background-color: #fff;
	height: 20px;
	
}

.colWide .brownBoxWide .contactus textarea{
	float: left;
	width: 300px;
	border: none;
	background-color: #fff;
	height: 100px;
	
}

.colWide .brownBoxWide .contactus select{
	float: left;
	width: 300px;
	height: 20px;
	
}

.colWide .brownBoxWide .formLine {
	height: 25px;
}

.colWide .brownBoxWide .formLine .submitBut {
	background-color: #ffe100;
	height: 18px;
	width: 140px;
	border: none;
	margin: 10px 0px 0px 205px;
}

.colWide .brownBoxWide .formLine .submitBut:hover {
	background-color: #ffb600;
}

/* -- updated product view styles -- */
.colWide .brownBoxWide .whiteDesc {
 	margin: 0px 0px 0px 10px;
 	padding: 20px 20px 20px 20px;
	background-color: #fff;
	width: 420px;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
}

.brownBoxWide .whiteDesc p {
	font-weight: normal;
	/*font-size: 1.1em;*/
}


.brownBoxWide .whiteDesc span {
	color: #7E7F79;
}

.brownBoxWide .whiteDesc h2 {
	margin: 0px;
	padding-top: 0px;
}

.colWide .brownBoxWide .slick .price {
	margin-top: 5px;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
}
.colWide .brownBoxWide .slick .price span {
	float: left;
	font-size: 0.6em;
	font-weight: bold;
}

.colWide .brownBoxWide .slick .cartSprite{
	position: absolute;
	float: right;
	margin: 7px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px #ccc;
	background-image: url('../images/cartSprite.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-box-shadow: 0px 0px 0px #ccc;	
	}
	
	
.colWide .brownBoxWide .slick .cartSprite:hover{

	background-position: 0px -21px;	

}

.brownBoxWide .whiteDesc .datacol1 {
	float: left;
	width: 200px;
}

.colWide .brownBoxWide .slick .cartSprite img{
	-webkit-box-shadow: 0px 0px 0px #ccc;	
	}

/* Footer Section */
.footer {
	margin: 20px 0px 0px 18px;
	padding: 30px 0px 20px 30px;
	background-color: #fff;
	width: 939px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.footer .col {
	width: 150px;
	min-width: 140px;
	float: left;
}

.footer .col h1 {
	font-size: 1.5em;
	font-weight: normal;
}

.footer .col ul {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	list-style-type: none;
}

.footer .col ul li {
	margin: 0px;
	padding: 0px;
}

.footer .col ul li a {
	font-size: 1.2em;
	color: #282920;
	text-decoration: none;
}

.footer .col ul li a:hover {
	text-decoration: underline;
}

.footer .col ul li p {
	font-size: 1.2em;
	color: #282920;
}

.footer .runner {
	text-align: center;
	font-size: 1.2em;
	color: #282920;
}

.footer .runner a {
	color: #282920;
	text-decoration: none;
}

.footer .runner a:hover {
	color: #282920;
	text-decoration: underline;
}

.normal {
	font-weight: normal !important;
	font-size: 1.2em !important;
}



/* -- prod view -- */

.prodview_carticon
{
	position: absolute;	
	top:  300px;
	left: 140px;

}


.prodview_price
{
	position: absolute;
	top: 300px;
	left: 20px;
	font-weight: bold;	
}

.prodview_currprice
{
	font-size: 2.0em;
	font-weight: bold;	
}

.prodview_wasprice
{
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 4px;
	margin-left: 10px;
	color: #666666;	
}

.childtitleboxset
{
	font-size: 0.8em;
	font-weight: normal;	
	color: #666666;
	text-align: left;	
}

/* -- general content page -- */
.colWide .brownBoxWide .whiteDescWide {
 	margin: 0px 0px 0px 10px;
 	padding: 20px 20px 20px 20px;
	background-color: #fff;
	width: 500px;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
}

.brownBoxWide .whiteDescWide p {
	font-weight: normal;
	/*font-size: 1.1em;*/
}

.brownBoxWide .whiteDescWide span {
	color: #7E7F79;
}

.brownBoxWide .whiteDescWide h2 {
	margin: 0px;
	padding-top: 0px;
}


/* Umbrella Entertainment Website */
/* Author: Susan Hinton */
/* 29-10-2009 */


img {
	border: none;
}

.container 
{
	position: relative;
	margin: 20px auto;
	padding: 0px;
	text-align: left;
	width: 1007px;
	}

.whitebox {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 1007px;
	float: left;
}

.header {
	margin: 0px;
	padding: 30px 15px 0px 30px;
	background-image: url('../images/headerShadow.png');
	background-repeat: no-repeat;
	width: 1007px;
	height: 130px;
	float: left;

}

.logo {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	
}

.headRight 
{
	position: absolute;
	right: 5px;
	width: 700px;		
}

.rightstuff
{
	position: absolute;
	right: 50px;
}

/* main menu */

.headRight .menu {
	position: absolute;
	top: 30px;
	padding: 0px;
	right: 30px;
	width: 700px;
}

.headRight .menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.headRight .menu ul li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 2px 0px;
	display: inline;
	border-bottom: 3px solid #282920;
	color: #282920;
	font-size: 1.5em;
}	

.headRight .menu ul li:hover {
	borr-bottom: 3px solid #7e7f79;
	color: #7e7f79;
}

.headRight .menu ul a {
	color: #282920;
	text-decoration: none;
}
.headRight .menu ul a:hover {
	color: #7e7f79;
}

.headRight .menu {
	margin: 24px 0px 0px 0px;
	padding: 0px;
}



/* submenu */

.headRight .submenu {
	position: absolute;
	top: 66px;
	right: 56px;
	
	
}

.headRight .submenu ul {
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px;
}	

.headRight .submenu ul li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 2px 0px;
	display: inline;
	color: #7e7f79;
	font-size: 1.2em;
}	

.headRight .submenu ul li:hover {
	border-bottom: 2px solid #7e7f79;
	color: #282920;

}

.headRight .submenu ul a {
	color: #7e7f79;
	text-decoration: none;
}


.headRight .submenu ul a:hover {
	color: #282920;
}

/* mid section */

.midder {
	margin: -2px 0px 0px 18px;
	padding: 0px 15px 0px 15px;
	background-color: #fff;
	width: 939px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.col1 
{
	position: relative;
	float: left;
	padding: 0px 0px 20px 0px;
}

#rotator {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 700px;
	overflow: hidden;
	position: relative;
	float: left;
	-webkit-box-shadow: 0px 0px 4px #333;
}



#rotator .items {
	/* this cannot be too large */
	width:9000px;
	position:absolute;
	clear:both;
}

#rotator .items div {
	float: left;
}


/* position and dimensions of the navigator */ 
.navi { 
	position: relative;
	top: -35px;	
    margin-left:582px; 
    width:auto; 
    height:20px;   
} 
 
 
/* items inside navigator */ 
.navi a { 
    width:14px; 
    height:16px; 
    float:left; 
    margin:3px; 
    background:url(../images/navigator.png) 0 0 no-repeat; 
    display:block; 
    font-size:12px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 7px;
    color: #ffffff; 
}	
 
/* mouseover state */ 
.navi a:hover { 
    background-position:0 -20px;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -40px; 
    color: #000;     
}

.col1 .listBox1 {
	margin: 0px 19px 0px 0px;
	padding: 0px;
	float: left;
	width: 220px;
}

.col1 .listBox1 h1 {
	font-size: 1.8em;
	padding-bottom: 0px;
	margin-bottom: 9px;
	display: inline;
	float: left;
}

.col1 .listBox1 h2 {
	font-weight: normal;
	font-size: 1.3em;
	padding-top: 6px;
	margin-bottom: 0px;
	float: right;
	display: inline;
}

.col1 .listBox1 h1 a {
	color: #000;
	text-decoration: none;
}

.col1 .listBox1 h1 a:hover {
	color: #7E7F79;
	text-decoration: underline;
}

.col1 .listBox1 h2 a {
	color: #000;
	text-decoration: none;
}

.col1 .listBox1 h2 a:hover {
	color: #7E7F79;
	text-decoration: underline;
}

.col1 .brownBox 
{
	position: relative;
	margin: 0px;
	padding: 25px 4px 0px 4px;
	float: left;
	width: 212px;
	background-color: #d6d6c5;
	border-top: 3px solid #000;
}



.col1 .brownBox .title img {
	float: left;
	margin: 0px 10px 0px 0px;
	-webkit-box-shadow: 2px 2px 3px #999;
}

.col1 .brownBox .thetitle {
	margin: 3px 0px 0px 0px;
	float: left;
	font-size: 1.1em;
	height: 90px;
	width: 96px;
}


.thetitle {
	position: absolute;
	margin: 3px 0px 0px 0px;
	float: left;
	font-size: 1.1em;
	width: 88px;
	height: 105px;
}

.col1 .brownBox .title {
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px 3px 0px 0px;
}


.col1 .brownBox .title:hover {
	background-color: #fff;
}

.col1 .prodtitle .price {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 1.5em;
	font-weight: bold;
}
.col1 .brownBox .price span {
	float: left;
	font-size: 0.6em;
	font-weight: bold;
}

.col1 .brownBox a {
	text-decoration: none;
	color: #000;
}

.col1 .brownBox .title .cart img{
		-webkit-box-shadow: 0px 0px 0px #ccc;
}

.col1 .brownBox .cart {
	float: right;
	margin: 7px 0px 0px 0px;
	background-image: url(../images/cart.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 21px;
	max-height: 21px;
	overflow: hidden;
	z-index: 99;
	/*border: 3px solid #ff0000;*/
}

col1 .brownBox .cart:hover {
/*	background-position: 0px -21px;*/
}

.col2 .listBox1 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 220px;
}

.col2 h1 {
	font-size: 1.8em;
}

.col2 .listBox1 h1 {
	font-size: 1.8em;
	
}

.col2 .socialMedia {
	margin: 0px 0px 20px -5px;
}

.col2 .socialMedia a {
	margin: 0px 5px 0px 0px;
	display:inline;
}

.col2 .socialMedia a:hover {
	border-bottom: 3px solid #282920;		
}

.socialMedia .subSocialMedia {
	position: absolute;
	top: 1500px;
	right: 0px;	
}

.col2 .subSocialMedia a:hover {
	border-bottom: 3px solid #282920;
}

.socialmedia .subSocialMedia ul {
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px;
}	

.socialmedia .subSocialMedia ul li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 2px 0px;
	display: inline;
	color: #7e7f79;
	font-size: 1.2em;
}

.col2 .brownBox {
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 0px 10px;
	float: right;
	width: 200px;
	background-color: #d6d6c5;
	border-top: 3px solid #000;
	font-size: 1.2em;
	word-wrap: break-word;
}
.col2 .brownBox p.tweet
{
	border-bottom: 1px dashed #666666;
	padding-bottom: 3px;
	line-height: 1.3em;	
	
}

.col2 .brownBox p.tweet:hover
{
	border-bottom: 1px dashed #666666;
	padding-bottom: 3px;
	line-height: 1.3em;	
	text-decoration: none;
	background-color: #E5E5DF;
}


.col2 .brownBox .dateTxt
{
	font-size: 0.9em;
	color: #333333;
	
}


.col2 form .textInput {
	background-color: #d6d6c5;
	width: 210px;
	height: 17px;
	border: none;
	margin-bottom: 5px;
}

.col2 form .sendBut {
	background-color: #ffe100;
	height: 18px;
	width: 212px;
	border: none;
}
.col2 form .sendBut:hover {
	background-color: #ffb600;
}

.colWide {
	float: left;
	padding: 0px 0px 20px 0px;
	
}

.colWide .brownBoxWide {
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 10px 4px;
	float: left;
	width: 700px;
	background-color: #d6d6c5;
	border-top: 3px solid #000;
}

.colWide .brownBoxWide p {
	font-weight: bold;
	font-size: 1.2em;
}

.colWide .brownBoxWide .pagination {
	font-size: 1.3em;
	padding-left: 15px;		
	line-height: 35px;
	margin: 0px 0px px 0px;	
	text-align: left !important;	
	width: 690px;	
}

.colWide .brownBoxWide .pagination a{
	background-color:#E0E0E0 ;
}

.colWide .brownBoxWide .pagination a:hover{
	background-color: #999;
	color: #FFF;
	text-decoration:none !important;		
}

.colWide .brownBoxWide .title img {
	float: left;
	margin: 0px 10px 0px 0px;
	-webkit-box-shadow: 2px 2px 3px #999;
}

/*
 .colWide .brownBoxWide .thetitle {
	margin: 10px 0px 0px 0px;
	float: left;
	font-size: 1.1em;
	height: 95px;
	width: auto;
}
*/

.colWide .brownBox .cart {
	float: right;
	margin: 7px 0px 0px 0px;
	background-image: url(../images/cart.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 21px;
	max-height: 21px;
	overflow: hidden;
	z-index: 99;
	border: 3px solid #ff0000;
}

colWide .brownBox .cart:hover {
	background-position: 0px -21px;
}


.colWide .brownBoxWide .searchString {
	color: #7E7F79;
	font-size: 1.3em;
}

.colWide .brownBoxWide .searchString strong {
	color: #000;
}



.colWide .brownBoxWide .title {
	float: left;
	margin: 0px 20px 30px 0px;
	padding: 0px 3px 0px 0px;
	width: 210px;
	min-width: 210px;
}


.colWide .brownBoxWide .title:hover {
	background-color: #fff;
}

.colWide .brownBoxWide .price {
	float: left;
	font-size: 1.5em;
	font-weight: bold;
}
.colWide .brownBoxWide .price span.pricedeets {
	
	font-size: 1.0em;
	font-weight: bold;
}

.colWide .brownBoxWide a {
	text-decoration: underline;
	color: #000;
	padding: 6px;
}

.colWide .brownBoxWide .title .cart img{
	float: right;
	margin: 7px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px #ccc;
}

.colWide .brownBoxWide .slick img{
	float: left;
	-webkit-box-shadow: 2px 2px 3px #999;
}

.colWide .brownBoxWide .slick {
	float: left;
	width: 200px;
}


.colWide .brownBoxWide .whiteDesc {
 	margin: 0px 0px 0px 10px;
 	padding: 5px 5px 5px 5px;
	background-color: #fff;
	width: 460px;
	float: left;
	font-weight: normal;
}

.brownBoxWide .whiteDesc p {
	font-weight: normal;
	font-size: 1.1em;
}

.brownBoxWide .whiteDesc span {
	color: #7E7F79;
}

.brownBoxWide .whiteDesc h2 {
	margin: 0px;
	padding-top: 0px;
}

.colWide .brownBoxWide .slick .price {
	margin-top: 5px;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
}
.colWide .brownBoxWide .slick .price span {
	float: left;
	font-size: 0.6em;
	font-weight: bold;
}



.colWide .brownBoxWide .slick .cart img{
	float: right;
	margin: 7px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px #ccc;
}

.colWide .brownBoxWide table{
	font-size: 1.1em;
}

.colWide .catalogue {
	list-style-type: none;
	padding:0px;	
}

.colWide .catalogue a 
{	
	background-color: #E0E0E0;
	text-decoration: none !important;	
}

.colWide table a:hover{
	background-color:#999;
	color: #FFF;
	text-decoration: underline !important;	
}

.colWide .catalogue li {
	display: inline;
	float: left;
	padding: 1.5px;
	margin-right: 1px;	
	font-size: 1.3em;
	color: #fff;	
}

.colWide .catalogue a:hover {
	color: White;	
	background-color:#999;
}

.colWide  .chooseletter {
	font-size: 1.3em !important;
	float: left;
	margin-right: 15px;
}

.colWide .brownBoxWide h3 {
	border-bottom: 2px solid #7e7f79;
	font-size: 1.7em;
	width: 690px;
	color: #7e7f79;
	padding-bottom: 5px;
}

.colWide .brownBoxWide .contactus {
	font-size: 1.1em;
	
}

.colWide .brownBoxWide .contactus label{
	float: left;
	padding-top: 3px;
	padding-right: 7px;
	text-align: right;
	width: 200px;
	
}

.colWide .brownBoxWide .contactus input{
	float: left;
	width: 300px;
	border: none;
	background-color: #fff;
	height: 20px;
	
}

.colWide .brownBoxWide .contactus textarea{
	float: left;
	width: 300px;
	border: none;
	background-color: #fff;
	height: 100px;
	
}

.colWide .brownBoxWide .contactus select{
	float: left;
	width: 300px;
	height: 20px;
	
}

.colWide .brownBoxWide .formLine {
	height: 25px;
}

.colWide .brownBoxWide .formLine .submitBut {
	background-color: #ffe100;
	height: 18px;
	width: 140px;
	border: none;
	margin: 10px 0px 0px 205px;
}

.colWide .brownBoxWide .formLine .submitBut:hover {
	background-color: #ffb600;
}

/* -- updated product view styles -- */
.colWide .brownBoxWide .whiteDesc {
 	margin: 0px 0px 0px 10px;
 	padding: 20px 20px 20px 20px;
	background-color: #fff;
	width: 420px;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
}

.brownBoxWide .whiteDesc p {
	font-weight: normal;
	/*font-size: 1.1em;*/
}


.brownBoxWide .whiteDesc span {
	color: #7E7F79;
}

.brownBoxWide .whiteDesc h2 {
	margin: 0px;
	padding-top: 0px;
}

.colWide .brownBoxWide .slick .price {
	margin-top: 5px;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
}
.colWide .brownBoxWide .slick .price span {
	float: left;
	font-size: 0.6em;
	font-weight: bold;
}

.colWide .brownBoxWide .slick .cartSprite{
	float: right;
	margin: 9px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px #ccc;
	background-image: url('../images/cartSprite.png');
	background-repeat: no-repeat;
	background-position: 0px -21px;
	-webkit-box-shadow: 0px 0px 0px #ccc;	
	}
	
	
.colWide .brownBoxWide .slick .cartSprite a:hover{
	 background-color:Transparent;

}

.brownBoxWide .whiteDesc .datacol1 {
	float: left;
	width: 200px;
}

.brownBoxWide .whiteDesc .datacol2 a {
	padding: 0px;
}

.brownBoxWide .whiteDesc .datacol2 {
	float: left;
	width: 200px;
}

.colWide .brownBoxWide .slick .cartSprite img{
	-webkit-box-shadow: 0px 0px 0px #ccc;	
	}



/* -- prod view -- */

.prodview_carticon
{
	position: absolute;	
	top:  300px;
	left: 140px;

}


.prodview_price
{
	position: absolute;
	top: 300px;
	left: 20px;
	font-weight: bold;	
}

.prodview_currprice
{
	font-size: 2.0em;
	font-weight: bold;	
}

.prodview_wasprice
{
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 4px;
	margin-left: 10px;
	color: #666666;	
}

.childtitleboxset
{
	font-size: 0.8em;
	font-weight: normal;	
	color: #666666;
	text-align: left;	
}

/** mailing list page styles **/

.mailinglist {
	width: 600px;
	margin-left: 150px;
}

.mailinglist .formLine label {
	text-align: right;
	width: 110px;
	float: left;
	padding-right: 7px;
	padding-top: 4px;
	font-size:1.2em;
}

.mailinglist .formLine .textin {
	float: left;
	height: 16px;
	width: 170px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	padding: 4px;
	font-size:1.2em;
}

.mailinglist .formLine .ddl {
	float: left;
	height: 26px;
	width: 180px;
	padding: 0px;
}

.mailinglist .formLine .texta {
	float: left;
	height: 66px;
	width: 170px;
	padding: 4px;
}

.mailinglist .formLineTall {
	float: left;
	height: auto;
	border-top: 2px solid #999999;
	padding: 10px 0px 10px 0px;
	font-size:1.2em;
}

.mailinglist .formLineTall span {
	text-align: left;
	width: 100px;
	float: left;
	padding-top: 4px;
	padding-right: 7px;
}

.mailinglist .formLineTall label {
	
}

.mailinglist .formLineTall div {
	float: left;
	width: 400px;
}

.mailinglist .submitBut {
	margin: 10px 0px 0px 120px !important;
}

.required
{
	color: black;	
}

label.error
{
	color: #cd2222;
	font-weight: bold;
	padding-bottom: 0px;	
}

input.error
{
	background-color: #FF9F9F;
	display: inline;
}

textarea.error
{
	background-color: #FF9F9F;
	display: inline;
}


/* -- general content page -- */
.colWide .brownBoxWide .whiteDescWide {
 	margin: 0px 0px 0px 10px;
 	padding: 20px 20px 20px 20px;
	background-color: #fff;
	width: 500px;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
}

.brownBoxWide .whiteDescWide p {
	font-weight: normal;
	/*font-size: 1.1em;*/
}

.brownBoxWide .whiteDescWide span {
	color: #7E7F79;
}

.brownBoxWide .whiteDescWide h2 {
	margin: 0px;
	padding-top: 0px;
}

.formCol1 {
    float: left;
    width: 280px;
}

.formCol2 {
    margin-top: 10px;
    float: left;
}

.adSearch .formLine label {
    text-align: right;
    width: 100px;
    float: left;
    padding-right: 7px;
    padding-top: 4px;
}

.adSearch .formLine .textinAdSearch {
    float: left;
    position: absolute;
    height: 18px;
    width: 120px;
    border: 1px solid #999;
}

.adSearch .formLine .searchBox {
    float: left;
    height: 18px;
    width: 410px;
    border: 1px solid #999;
}

.adSearch .formLine select {
    width: 170px;
}

.adSearch .submitBut {
    margin: 0px 0px 0px 415px !important;
}

.adSearch .tbSearchP {
    margin-left: 45px;
}

.thumbs {
    margin: 0px 0px 0px -8px;
    padding: 0px;    
    position: absolute;
    height: 60px;
	top: 450px;	
	float:left;
}

.thumbs img{
    margin: 7px 0px 0px 9px;
    padding: 0px !important;
    width: 60px;
}

.thumbs  a{
    margin: 0px 0px 0px -5px !important;
    padding: 0px;        
}

.newsItem 
{
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 2em;		
}

.newsItem p
{
	font-weight: normal;
}



.enterBut {
	background-color: #ffe100;
	height: 60px;
	width: 200px;
	border: none;
	margin: 10px 0px 0px 205px;
	text-decoration: none;
	font-size:2.5em;
	font-weight: bold;	 
}

.enterBut:hover {
	background-color: #ffb600;
}

.enterComp 
{
	position:absolute;
	margin-top:-50px;
	margin-left: 100px;
}
/** tell a friend page styles **/

.tellafriend {
	position: absolute;
	background-color: White;	
	width: 640px;
	height: 550px;
	left: 60px;
	top: 60px;
}

.tellafriendform 
{
	position: absolute;
	margin-top: 100px;
	left: 20px;
	float: left;	
}

.tellafriendform h1
{
	margin-left: -83px;
}

.tellafriendform .textInput {
	background-color: #d6d6c5;
	width: 250px;
	height: 17px;
	border: none;
	margin-bottom: 5px;
}

.tellafriendform .col1 {
	float: left !important;
	text-align:right;
	font-size: 12px;
	margin-right: 5px;
	margin-top:-10px;
}

.tellafriendform .col2 .sendBut {
	background-color: #ffe100;
	height: 20px;
	width: 252px;
	border: none;
}

.tellafriendform .col2 .sendBut:hover {
	background-color: #ffb600;
}


.links {
	font-size: 1.1em;
	color: #7E7F79;
	text-decoration: none;	  
}


.links:hover{
	text-decoration: underline;  
}

.links span {
	text-decoration: none;
}

.descNews p
{
	font-weight:normal !important;
}