@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.png);
}

#wrapper{
	width:960px;
	margin:auto;
	border-left:2px solid #a12283;
	border-right:2px solid #a12283;
}

#header{
	height:80px;
	width:960px;
	background-image:url(images/header-bg.png);
}

#logo{
	width:200px;
	height:80px;
	float:left;
}

#search{
	width:620px;
	height:80px;
	float:left;
}

#facebook{
	width:120px;
	height:65px;
	float:left;
	margin:12px 20px 0px 0px;
}

#menu{
	background-color:#a12283;
	height:30px;
}

#menu ul{
	margin:0px 0px 0px 20px;
	padding:0px;
}

#menu li{
	list-style:none;
	float:left;
	margin:5px 30px 0px 0px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#menu a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

#menu a:hover{
	text-decoration:underline;
}

#content{
	width:960px;
	background-color:#FFFFFF;
}

#left{
	width:666px;
	margin:20px 10px 0px 20px;
	float:left;
}

#right{
	width:234px;
	margin:20px 20px 20px 10px;
	float:left;
}

.dealsingleblock{
	height:842px;
	width:666px;
	float:left;
	margin-bottom:20px;
	border: solid 1px #d5d6d6;
}

.newdealsblock{
	height:266px;
	width:666px;
	float:left;
	margin-bottom:20px;
	border: solid 1px #d5d6d6;
}

.newdealproduct{
	width:120px;
	height:198px;
	margin:11px 0px 11px 11px;
	float:left;
	text-align:center;
}

.dealproductsingle{
	width:644px;
	height:700px;
	margin:11px 0px 11px 11px;
	float:left;
	text-align:left;
	font-size:12px;
}

.newdealproductimage{
  max-width: 120px;
  max-height: 150px;
  width: expression(this.width > 120 ? "120px" : true);
  height: expression(this.height > 150 ? "150px" : true);
}

.dealproductimagesingle{
  max-width: 240px;
  max-height: 300px;
  width: expression(this.width > 240 ? "240px" : true);
  height: expression(this.height > 300 ? "300px" : true);
}

.prodimage{
  width: 120px;
  height: 150px;
}

.prodimagesingle{
  width: 240px;
  height: 700px;
  float:left;
  text-align:center;
}

#clear{
	clear:both;
}

img{
	border:0px;
}

h1{
	font-size:16px;
	text-align:center;
	color:#a12283;
	margin:6px 6px 6px 6px;
}

h2{
	font-size:18px;
	text-align:left;
	color:#a12283;
	margin:6px 0px 6px 11px;
}

h3{
	font-size:10px;
	text-align:center;
	color:#a12283;
	margin:5px 0px 5px 0px;
}

.price{
	font-size:14px;
	font-weight:bold;
	color:#3b5997;
	text-decoration:none;
}

.pricesingle{
	margin-top:22px;
	margin-bottom:17px;
	font-size:28px;
	font-weight:bold;
	color:#3b5997;
	text-decoration:none;
	text-align:center;
	display:block;
}

.newdealproduct a{
	text-decoration:none;
}

.comp{
	margin-bottom:6px;
}

#blog{
	height:564px;
	width:232px;
	margin-top:14px;
	border: solid 1px #d5d6d6;
}

#blog h3{
	font-size:10px;
	color:#a12283;
	margin:15px 0px 0px 10px;
	text-align:left;
}

#blog p{
	padding:0px 10px 10px 10px;
	font-size:10px;
}

#footer{
	text-align:center;
	font-size:10px;
	height:25px;
}

#respond{
	width:400px;
	float:right;
}