@charset "utf-8";

body {
	color: #000;
	font: normal 12px/normal Tahoma, Geneva, sans-serif;
	margin:0;
	padding:0;
	background-image: url('../images/damntees-background-v1.jpg');
	background-repeat: repeat;
	background-color:#FFF;
}
div, h1, h2, h3, h4, h5, h6, form, label, input, span, ul, li, p, a{
	margin:0; padding:0;}
ul li{list-style:none;}
img {border: 0;}
.fontsmall {	font: normal 11px/14px Arial, Helvetica, sans-serif;}
.colorblue {color: #10597b;}
.colorred {color: #c64027;}
a {
	color: #AB281A;
	text-decoration:none;
	outline:none;
}
a:hover {text-decoration: none;}
.clr {	clear:both; line-height:0;}
.clearleft {clear:left;}
.floatleft{float:left;}
.floatright{float:right;}
.topredline {
	font-size: 1%;
	background: #d72c1a;
	height: 5px;
}
.masterwrapper {
	margin: 0px auto;
	width: 1000px;
}
table {
/*  border-collapse: separate;
  border-spacing: 0;*/
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
table, td, th {
 /* vertical-align: middle;*/
}
/*======= header ==========*/
#header {}
#header div.banner {
	background: url(../images/head.png) no-repeat;
	height: 118px;
}
#header div.topnavigation {
	height: 33px;
}
ul.topmenu li {
	float:left; 
}
ul.topmenu li a {
	float:left;
	height:33px;
	text-indent:-9999em;
	display:block;
	background: url(../images/topmenunavigation.png) no-repeat;
	
}
ul.topmenu li a.home{
	width:98px;
	background-position:left top;
}
ul.topmenu li.current a.home, ul.topmenu li a.home:hover{
	background-position:left bottom !important;
}
ul.topmenu li a.about{
	width:106px;
	background-position:-98px 0px;
}
ul.topmenu li.current a.about, ul.topmenu li a.about:hover{
	background-position:-98px bottom !important;
}
ul.topmenu li a.news{
	width:96px;
	background-position:-204px 0px;
}
ul.topmenu li.current a.news, ul.topmenu li a.news:hover{
	background-position:-204px bottom !important;
}
ul.topmenu li a.media{
	width:104px;
	background-position:-300px 0px;
}
ul.topmenu li.current a.media, ul.topmenu li a.media:hover{
	background-position:-300px bottom !important;
}
ul.topmenu li a.contests{
	width:168px;
	background-position:-404px 0px;
}
ul.topmenu li.current a.contests, ul.topmenu li a.contests:hover{
	background-position:-404px bottom !important;
}

ul.topmenu li a.affiliates{
	width:179px;
	background-position:-572px 0px;
}
ul.topmenu li.current a.affiliates, ul.topmenu li a.affiliates:hover{
	background-position:-572px bottom !important;
}

ul.topmenu li a.contact{
	width:144px;
	background-position:-751px 0px;
}
ul.topmenu li.current a.contact, ul.topmenu li a.contact:hover{
	background-position:-751px bottom !important;
}
ul.topmenu li a.faq{
	width:105px;
	background-position:-895px 0px;
}
ul.topmenu li.current a.faq, ul.topmenu li a.faq:hover{
	background-position:-895px bottom !important;
}

#header div.headerpanel {
	background: #2e3033;
	height: 45px;
}
#header div.headerpanel div.searchbox {
	float: left;
	height: 35px;
	width: 245px;
	padding: 10px 55px 0px 10px;
	margin:0;
}
#header div.headerpanel div.searchbox input.searchbox{
	margin: auto 0;
	width: 155px;
	border: 1px solid #666A71;
	background-color:#000;
	color: #7e7e7e;
	padding: 4px;
}
#header div.headerpanel div.searchbox input.searchbox:focus{
	border: 1px solid #94989E;

}
#header div.headerpanel div.searchbox input.searchbutton{
	width: 72px;
	background: url(../images/search_btn.png) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 24px;
	border: 1px solid #666A71;
	cursor:pointer;
	margin: 2px 0px 0px 10px;
}
#header div.headerpanel div.searchbox img.searchbutton{
	border:1px solid #666A71;
}
#header div.headerpanel div.basket {
	background: url(../images/trolly.png) no-repeat 0px 0px;
	float: right;
	height: 40px;
	width: 150px;
	text-align: right;
	padding: 5px 10px 0px 0px;
	color: #7e7e7e;
}
#header div.headerpanel div.basket a{color: #7e7e7e; text-decoration:none;}
/*#header div.headerpanel div.basket a.checkout {
	background: url(../images/btn_checkout.png);
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 81px;
	float: right;
	margin-top: 0px;
}*/
#header div.headerpanel div.smalladvertspace {
	height: 35px;
	float: left;
	width:500px;
	margin-top:5px;
	color: #7e7e7e;
}

.screendivider {
	font-size: 1%;
	background: url(../images/screenline.png) no-repeat;
	height: 15px;
}
.screenbody {
	background: #d8c39b;
	padding: 0px 10px;
}
.flashholder {
	float: left;
	width: 720px;
	padding: 0 10px 0 0;
	overflow: hidden;
}
.screenleftadd {
	float: right;
	width: 250px;
}
.screenleftadd img {
	padding-bottom:4px;
}

/*======= bottom ==========*/
#footer {
	background: #2e3033;
	border-top: 3px solid #000;
}
#footer div.navigation {
	padding: 25px 0px 0px 20px;
	width: 106px;
	float: left;
	overflow: hidden;
}
#footer div.footerlogo {
	background: url(../images/bottomlogo.png) no-repeat center top;
	float: left;
	height: 200px;
	width: 270px;
	text-align: center;
}
#footer a.home {
	background:url(../images/btn_home.png) no-repeat left top;
	height: 26px;
	width: 71px;
	text-indent: -9999px;
	margin: 0px auto;
	display:block;	/*e6b302*/
}
#footer a.home:hover {
	background-position:left bottom;	
}

#footer div.newsletter {
	width: 280px;
	float: left;
	height: 170px;
	padding: 25px 0px 0px 67px;
}


#footer div.navigation ul.nav {}
#footer div.navigation ul.nav li{	color: #6c6c6c;}
#footer div.navigation ul.nav li a{color: #6c6c6c;}
#footer div.navigation ul.nav li a:hover{
	color: #999;
}
.copyright {
	background: #8e8066;
	padding: 5px 0px 10px 10px;
	clear: both;
}
/*======= page ==========*/
#pagecontainer {
	background: url(../images/texture.jpg) repeat;
}


/*
#pagecontainer div.left{
	width:263px;
	float:left;
}
#pagecontainer div.bigleft{
	width:737px;
	float:left;
	overflow: hidden;
}



#pagecontainer div.right{
	width:263px;
	float:right;
	
}
#pagecontainer div.center{
	width: 474px;
	float:left;
	padding-bottom: 5px;
}
*/









.whitepage {
	background: #fff url(../images/whitepage_bg.png) repeat-x left bottom;
	padding: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
.darkpage {
	background: #a2917c;
	padding: 25px;
	margin-right: 10px;
	margin-left: 10px;
	border: 3px solid #333;
}

.productdisplay{}
.productdisplayimage{
	float: left;
	width: 65%;
}
.productdisplaydetails{
	float: right;
	width: 35%;
}
.bottomlinecell{
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
.ibutton{
	color: #F8F8F8;
	text-decoration: none;
	background: url(../images/btm_blank.png) no-repeat;
	text-align: center;
	height: 26px;
	width: 140px;
	border:none;
	cursor:pointer;
	font-style: normal;
	font-weight: normal;

}/*
.buttonholder {
	height: 26px;
	}
.buttonholder .bleft{
	width:49%;
	float:left;
}
.buttonholder .bright{
	width:49%;
	float:right;
}*/
.tablestyle {
}

.wten {
	width:10%;
	text-align:center;
	vertical-align: top;
	
}
.tablestyle th {
	background: #ccc;
	padding: 5px;
}
.tablestyle tr td {
	padding: 5px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 0;
	border-left: 0;
}
.tablestyle tr {
	background: #E1E1E1;
}
.tablestyle tr.alter {
	background: #F5F5F5;
}
.witem {
	width: 20%;
	text-align:center;
}

ul.alternatives{}
ul.alternatives li {
	float:left;
	margin: 10px  5px 5px 7px;
	display:block;
	width: 220px;
	text-align: center;
	color: #333;
	height: 250px;
	padding-top: 10px;
	background-image: url('../images/damntees-background-v1.jpg');
	background-repeat: repeat;
	overflow: hidden;
}

ul.alternatives li:hover {
	background:url(../images/whitet.png) no-repeat center top #e6d3b5; 
}
a.btnprice {
	background: url(../images/pricetag.png) no-repeat;
	color: #F8F8F8;
	text-decoration: none;
	text-align: center;
	height: 22px;
	width: 85px;
	border:none;
	display:block;
	cursor:pointer;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: normal;
}
.automargin {
	margin:5px auto;
}

ul.alternatives li img {
	margin: 45px 0 60px 0px; 
}
ul.alternatives li span1 {
	padding: 60px 0 0 0px;
}
.colorgray{
color:#7e7e7e;
}
.navcategories {
	padding: 7px;
}
.navcategories select{
	color:white;
	background: #2E3033;
	border: 1px solid #666A71;

	width: 150px;
	margin:0px;
	padding:0px;
}
.containerspacer {
	font-size: 1%;
	height: 20px;
}
.whitepageheading{
	background: url(../images/pageheading_bg.png) repeat-x 0px bottom;
	margin: 0px 20px;
	height: 42px;
	font: normal 22px/1.8em "Times New Roman", Times, serif;
	color: #333;
	padding: 20px 0px 0px 30px;
}

/*======= Home / product pages mannequins ==========*/

.productmasterpage{position:relative; width:100%;}
.productcenter{
	margin-left:263px;
	margin-right: 263px;
	width: 474px;
}

#leftmannequin{
	position:absolute;
	left:0px;
	width:263px;
	height:530px;
}
#rightmannequin{
	position:absolute;
	width:263px;
	height:560px;
	right: 0px;
}

.mannequinleftimage {
	background: url(../images/male.gif) no-repeat center center;
	height: 200px;
	padding: 140px 0px 0px 69px;
	width:194px;
}
.mannequinrightimage {
	background:transparent url(../images/female.gif) no-repeat scroll center center;
	height:190px;
	padding:150px 0 0 73px;
	width:190px;
}
.advertrightpen {
	margin-bottom: 10px;
	text-align: center;
}


ul.productfram li {
	width:124px;
	background: url(../images/containerProductfram.jpg) no-repeat;
	height: 128px;
	float:left;
	text-align: left;
	overflow:hidden;
	padding: 15px 17px;
}
.categoriesbox {
	background: #a2917c;
	padding: 20px;

}
ul.categories li {
	float: left;
	font-size:12px;
	font-weight: bold;
}
ul.categories li a{
	color: #fff;
	width: 7.5em;
	display:block;
	background:#a2917c url(../images/BulletBox.png) no-repeat left top;
	padding:0px 0 0px 20px;
	margin-bottom: 10px;
}
ul.categories li a:hover{
	color:#e6d3b5;
	background: url(../images/BulletBoxhover.png) no-repeat left top;
}
div.changeproduct{
	background: #EBE8E0;
	padding: 0px 10px 0px 0px;
	border: 1px solid #ccc;
}
div.changeproduct div.left{
	width:35%;
	float:left;
	text-align: center;
	margin-top: 10px;
}
div.bestfit-imgwindow{
/*	width:276px;
	height:246px;
	overflow:hidden;
	background: #FFF url(../images/White_T_Shirt.jpg) no-repeat center top;
	margin: 0px auto;
	text-align: center;*/
}
div.bestfit-imgwindow img {margin-top:80px;}
div.changeproduct div.right{
	width:65%;
	float:left;
	padding: 0px 0px 10px;
	margin-top: 10px;
}

label.price{
	color: #C00;
	font: 24px Arial, Helvetica, sans-serif;
}
div.popup{
	background-image: url('../images/damntees-background-v1.jpg');
	background-repeat: repeat;
	width:704px;
	padding: 0px 0px 0px 5px;
}
div.popup div.heading{
	background: url(../images/pageheading_bg.png) repeat-x 0px bottom;
	margin: 0px 5px 0px 0px;
	font: normal 22px/1.8em "Times New Roman", Times, serif;
	color: #333;
	padding: 0px 0px 0px 10px;
}
div.popup div.footer{
	
	
	padding: 0px 0px 5px;
	margin: 0px 5px 0px 0px;
	text-align: center;
	font: normal 18px/1em "Times New Roman", Times, serif;
}
div.popup div.footer a{color: #333; text-decoration:none;}
div#newsletter-footerbox{
	background: url(../images/newsletterbottom_bg.png) no-repeat;
	width: 260px;
	height: 90px;
	text-align: center;
	color: #333;
}
.paddingten{padding:10px;}
input.joinnow {
	width: 77px;
	background: url(../images/btn_joinnow.png) no-repeat;
	text-indent: -9999;
	height: 19px;
	border: none;
	cursor:pointer;
}
input.newletter-email {
	margin: 8px 0;
	width: 150px;
	border: 1px solid #b7b7b7;
	width:225px;
	color: #666;
	padding: 2px;
}
.fontsize-big{font: normal 14px Verdana, Geneva, sans-serif;}
div.product-enlarg {
	display: block;
	padding: 8px;
	margin: 10px;
	text-align: center;
	border: 1px solid #C5C5C5;
	background: #E6E6E6;
	
}
div.product-enlarg img{vertical-align: bottom;}

#header div.headerpanel div.logindiv {
	height: 35px;
	float: left;
	width:520px;
	margin: 5px 0px 0px;
	
}
div.logindiv ul.login-ico{
	list-style: none;
	float:right;
}

div.logindiv ul.login-ico li{
	float:left;
}
div.logindiv ul.login-ico li a{
	float:left;
	height:20px;
	background: url(../images/login-icon.png) no-repeat left bottom;
	display:block;
	font-size: 14px;
	color: #7E7E7E;
	padding: 15px 10px 0px 47px;
	white-space: nowrap;
	}
	
div.logindiv ul.login-ico li a.register{
	background: url(../images/register-icon.png) no-repeat left bottom;
	
}
div.logindiv ul.login-ico li a.myaccount{
	background: url(../images/myaccount-icon.png) no-repeat left bottom;
	
}
div.logindiv ul.login-ico li a.logout{
	background: url(../images/logout-icon.png) no-repeat left bottom;
	
}
div.logindiv ul.login-ico li a:hover{
	background-position:left top;
	color: #C7C7C7;
}

