#siteBar {
	background: #f7f0de;
	width: 100%;
	border-bottom: 1px solid #ccc;
	height:33px;
}

#siteBar .icon {
	width: 60px;
}

#siteBar a {
	color: #636363;
	font-size: 14px;
	text-decoration: none;
	padding: 3px 0;
}

#siteBar td {
	padding: 0px 0px 0px 10px;
}

#siteBar td.coupon {
	padding: 10px;
}

#heroFrame {
	width: 100%;
	height: 100%;
	z-index:10;
	margin-bottom: 43px;
}


#siteBar td.coupon p {
	display: inline;
	padding-left: 10px;
	font-size: 13px;
	color:#353535;
}
#siteBar td.coupon span {
	color: #e20e0e;
	font-size: 17px;
	font-weight: 700;
	padding: 0 20px 0 5px;
	background: url('/images/sitebar/copy.gif') center right no-repeat;
}

#siteBar td.link {
	padding: 2px 10px 0 10px;
	border-left: 1px solid #a3a3a3;
}

#siteBar td.link:hover {
	background: url('/images/sitebar/bg_hover.gif') top left repeat-x;
}

#siteBar .x {
	background: url('/images/sitebar/x.gif') center left no-repeat;
	padding-left: 30px;
}

#siteBar .c1 {
	background: url('/images/sitebar/c1.gif') center left no-repeat;
	padding-left: 30px;
}

#siteBar .c2 {
	background: url('/images/sitebar/c2.gif') center left no-repeat;
	padding-left: 30px;
}

#siteBar form {
	display: inline;
}

#siteBar ul li{
	
	list-style-type: none;
	display: inline;
}

#siteBar ul li.item{
	padding-top: 5px;
	vertical-align: top;
}

#headerbar {
	height: 8px;
	background: #0c427a;
	display: block;
}
#header {
	background: url(/images/header/bg_header.png) top left repeat-x;
	height: 80px;*
	background: #9b97c7;
	border-bottom:3px solid #ded3b4;
	padding-bottom:15px;
	padding-top:3px;
}

#logo {
	float:left;
}



#main {
	background: white;
	margin-top: -6px;
}

p#copied, p#tooltip {
	background-color: #fae6af;
	font-weight: bold;
}



#storeLeftColumn h1 span{
	color: #535353;
	font-weight:normal;
}

.couponContainer {
	border: 2px dashed #ccc;
	margin-bottom: 10px;
	padding:10px 10px;
}

.left a.title, .shopSite a {
	font-size: 16px;
	font-weight:bold;
	color: #428f9d;
	text-decoration:underline;
}

.left a.title:hover {
	text-decoration: none;
}

.left div.linkC {
	padding-top: 8px;
	display: inline;
	float:left;
}

#storeLeftColumn .left div.linkC p{
	padding-top: 5px;
	font-size: 11px;
	margin: 0 0 5px 0;
	color:#6d6d6d;
}

#storeLeftColumn .left div.linkC ul{
	list-style-type: none;
	margin: 0 0 8px 0;
}

#storeLeftColumn .left div.linkC li{
	display: inline;
	margin: 0;
	font-size: 11px;
	padding-bottom: 2px;
	color: #a1a1a1;
	padding-right: 10px;
}

div.linkC li.expires {
	background: url('/images/coupon/clock.gif') top left no-repeat;
	padding-left: 20px;
}

div.linkC li.rating {
	background: url('/images/coupon/heart.gif') top left no-repeat;
	padding-left: 15px;
}

.right {
/*	background: #fbf5cd;*/
	width: 150px;
}

#storeLeftColumn .right p{
	text-align: center;
	color: #cfcece;
	font-weight: bold;
	font-size: 12px;
	margin: 6px 0 0 0;
	padding: 0;
	border:none;
}



.right .couponcode {
	-moz-border-radius:4px;
	-webkit-border-radius: 4px;
	padding: 6px 8px;
/*	border: 1px dashed #53820a;*/
	background: #e38d1e;
	margin: 5px 10px;
	width: 120px;
	}
	
.right .couponNoCode {
		-moz-border-radius:4px;
		-webkit-border-radius: 4px;
		padding: 6px 8px;
	/*	border: 1px dashed #53820a;*/
		background: #6ea517;
		margin: 5px 10px;
		width: 120px;
	}
	
.right .couponcode a, .right .couponNoCode a {text-decoration:none;}	


.right .couponNoCode:hover {
	background: #246b08;
	cursor: pointer;
	}
	
.right .couponcode:hover {
/*	border: 1px solid #53820a;*/
	background:#a55910;
	cursor: pointer;
}

#storeLeftColumn .right .couponcode p, #storeLeftColumn .right .couponNoCode p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
}


.num {
	position: relative;
	top: 0;
	left: 0;
	float:left;
	color: #d7d7d7;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
}

.num span{
	font-size: 20px;
	font-weight: 200;

}

.headingside {
	color:#5D5D5D;
}

.headingside2 {
	margin-top:15px;
	color:#5D5D5D;
	text-align:left;
}

.headingside h2, .headingside2 h2{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom:5px;
	
}

.shadow {
	background: url('/images/coupon/shadow.png') top left repeat-x;
	height: 6px;
	
}

#col3_content {
	margin: 18px 0;
	text-align: left;
	
}

#col3_content p {
	font-size: 11px;
	padding: 5px 10px 5px 0px;
	margin: 0 0 5px 0;
	color: #3f3f3f;
	line-height: 16px;
	background: white;
	
}

.shopSite {
	border: 1px solid #efefef;
	padding: 5px;
	margin: 5px 0;
	
}

.shopSite a {
	font-size: 13px;
	
}


#homepageMain {
	margin: auto;
	background: url('/images/homepage/searchmain.gif') top left no-repeat;
	height: 232px;
	width: 645px;
	margin-top: 40px;
	
}

#homepageMain h1{
	padding-top: 15px;
	margin-left: 15px;
	font-size: 20px;
	color: #0c427a;
	letter-spacing: -0.02em;
	font-weight: 700;
	margin-bottom: 10px;
}

#homepageMain form {
	padding-top: 17px;
	padding-left: 28px;
}

#homepageMain form input.search {
	font-size: 21px;
	border: 0;
	width: 480px;
	background: transparent;
	color: #3f3f3f;
}

.submit {
	background: url('/images/homepage/searchbutton.gif') 0 0 no-repeat;
	height: 53px;
	width: 162px;
	border: none;
	text-indent: -2000px;
	margin-top: 22px;
	margin-left: 146px;
	cursor: pointer;
	
}

.submit:hover {
	background: url('/images/homepage/searchbutton.gif') 0 -53px no-repeat;
	height: 53px;
	width: 162px;
	border: none;
	text-indent: -2000px;
	
}

.dotbar {
	margin: 45px 72px 25px 72px;
	background: url('/images/homepage/dot_bar.gif') repeat-x;
	height: 8px;
}


#searchBox {
	float:right;
	margin-top:2px;
}

#searchBox .inner{
	vertical-align: top;
	padding-left: 6px;
	padding: 1px 8px 5px 4px;
}


#searchBox form{
vertical-align: top;

}

#searchBox .inner form div{
vertical-align: top;
}

#searchBox label{
	color: #7c0000;
	font-size: 15px;
}

#searchBox form input[type="text"] {
	font-size: 16px;
	padding: 5px;
	vertical-align: top;
	width:300px;
	float:right;
}



#searchBox .searchIt {
	color:#9c9292;
	font-size:28px;
	font-family:arial;
	vertical-align:bottom;

}

.borderTheImage {
	border:3px solid #dcdcdc;
	width:270px;
	}
}

.aboutStore {
	color:#5D5D5D;
	font-size:11px;
}

.aboutStore h2 {
	font-weight:bold;
	font-size:14px;
	color:#5D5D5D;
	padding-bottom:10px;
	padding-top:15px;
	
}

.aboutStore p {
	font-size:12px;
	line-height:1.5em;
	padding:0 25px 15px 10px;;
	color: #6D6D6D;

}

.reasonToShop h3 {
}

/*** store layout ***/

#storeLeftColumn {
	float:left;
	width:670px;
	margin:15px 0 15px 15px;
}


#storeRightColumn {
	float:right;
	width:300px;
	margin:15px 15px 15px 0;
	min-height:600px;

}

/*** store module styles ***/

.exclusiveCoupon {
	margin-bottom:20px;
	background: url(/images/coupon/bg_exclusive.png) top right no-repeat;
	font-size:12px;	
	border:2px dashed #b51c07;
	}
	
	span.peopleNeeded {
		color:#5D8F0B;
		font-weight:bold;
		font-size:16px;
		margin-top:5px;
	}



td.dealLeftColumn {
	padding:15px 25px;
	width:80px;
}

.dealStatus img {
padding-bottom:10px;
}

td.dealRightColumn {
	vertical-align:top;
	padding:15px 25px 15px 0;
}

.dealTitle {
	font-weight:bold;
	font-size:22px;	
	color:#353535;
}

.dealTitle span {
	color:#5D8F0B;
	padding-left:5px;
	padding-right:100px;
}

.unlockButton {
	margin-top:15px;
	margin-bottom:10px;
}

.shareIt {
	font-size:14px;
	color:#353535;
	font-weight:bold;
	padding:5px 0;
	display:block;
}

.dealExtraInfo {
	color:#878686;
	font-size:11px;
	line-height:13px;
	display:block;
}


.getExclusiveCode {
	margin:8px 0;
}

.coupons {margin-bottom:10px;}

.coupons h1 {
	background:#FADD7E none repeat scroll 0 0;
	border-bottom:2px solid #F0C75A;
	color:#353535;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:10px;
	padding:6px 10px 4px;
	-moz-border-radius:2px;
}

.reasonsToShop {
	margin-top:15px;
	color:#5D5D5D; 
	font-size:12px;
}

.reasonsToShop h3 {
	background:#f0efef none repeat scroll 0 0;
	border-bottom:2px solid #d8d6d6;
	color:#909090;
	font-size:16px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:10px;
	padding:6px 10px 4px;
	-moz-border-radius:2px;
}

.reasonsToShop ul {}
.reasonsToShop li {
	background:url('/images/bg_list_marker.gif') 10px 5px no-repeat; 
	list-style:none;
	margin:0 0 15px 0;
	padding: 0 10px 0 35px;
	
	}

.storeScreenshot {
	border:3px solid #ccc;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}

.aboutStore h3 {
	background:#eae9e9 none repeat scroll 0 0;
	border-bottom:2px solid #c8c8c8;
	color:#909090;
	font-size:16px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:10px;
	padding:6px 10px 4px;
	-moz-border-radius:2px;
}

.storeRating {
	margin-bottom:15px;
	font-size:14px;
	color:#909090;
	padding:10px;
	border:3px solid #ccc;
	border-top:none;
	text-align:center;
}

.storeRating em {
	font-weight:bold;
	font-style:normal;
}

.extraDealInfo {
}
.extraDealInfo p.thanks {
	padding: 13px 0 5px 10px;
}

.unlockButton {
	float:left;
	padding: 0 10px 0 0;
}
p.thanks {
	font-size: 14px;
}
ul.shareit {
	padding: 5px 3px;
}
ul.shareit li {
	display: inline;
	padding-right: 6px;
}

ul.shareit li a.facebook {
	background: url(/images/facebook.png) left center no-repeat;
	padding-left: 25px;
	padding-top:1px;
	padding-bottom: 1px;
}
ul.shareit li a.twitter {
	background: url(/images/twitter.png) left center no-repeat;
	padding-left: 25px;
	padding-top:1px;
	padding-bottom: 1px;
}
ul.shareit li a.email {
	background: url(/images/email.png) left center no-repeat;
	padding-left: 25px;
	padding-top:1px;
	padding-bottom: 1px;
}

.shopLink a {
	font-size:12px;
	font-weight:bold;
	color:#428F9D;
}

.shopLink a:hover {
	text-decoration:none;
}

/*please work*/
