@charset "utf-8";


/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#left-side-heading {
	float: left;
	width: 420px;
	position: relative;
	margin-bottom: 5px;
}
#left-side-content {
	float: left;
	width: 420px;
	position: relative;
}
#overall-container {
	background-color: #EEEADF;
	float: left;
	height: auto;
	min-height: 600px;
	width: 850px;
	border-radius: 7px;
	position: relative;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	border: 1px solid #000;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	display: block;
}
#left-side tr td {
	border-top: 1px solid #CCC;
	padding: 6px 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
#left-side {
	float: left;
	width: 420px;
	position: relative;
}
#right-side {
	float: left;
	width: 420px;
	position: relative;
	margin-left: 10px;
}




#coupons-container {
	float: left;
	width: 418px;
	position: relative;
}
#coupons-heading {
	float: left;
	width: 418px;
	position: relative;
	margin-bottom: 5px;
}
#coupons-content {
	float: left;
	width: 418px;
	position: relative;
}
.store-name {
	float: left;
	width: 418px;
	height: auto;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
	color: #333;
	margin-top: 0px;
}
.coupon {
	float: left;
	width: 418px;
	height: auto;
	margin-bottom: 6px;
	position: relative;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #cccccc;
	padding-top: 6px;
}
.coupon-code {
	font-weight: bold;
	color: #1F4B24;
	border: 1px dashed #060;
	border-radius: 0px;
	padding: 3px;
	margin-right: 3px;
	background-color: #E7F4E1;
}
.tabs_holder {
			width: 418px;
		}











.skin5.top .tabs_header {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

 .skin5.top .tab_header_item {
	display: inline-block;
	margin: 0px;
	height: 24px;
}

 .skin5.top .tab_content {
	clear: left;
	display: none;
}

.skin5.top.tabs_wrapper {
	border: 1px solid #cccccc;	
	border-radius: 5px;
}

 .skin5.top .tabs_header {
	overflow: visible;
	margin-bottom: 0px;
	padding-top: 0px;
	background: url(https://www.gearatlas.com/deals-coupons/tabs_header.png) left bottom repeat-x;
	border-bottom: 1px solid #ddd;
}

 .skin5.top .tab_header_item {
	margin-left: 0px;
	background: url(https://www.gearatlas.com/deals-coupons/tabs_border_top.png) right bottom no-repeat;
	position: relative;
}

 .skin5.top .tab_header_item.tab_selected span.header_item_before {
	/* background: url(https://www.gearatlas.com/deals-coupons/tabs_selected.png) center bottom no-repeat; */
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 0px;
}

 .skin5.top .tab_header_item.tab_selected a {
	color: #0d7f04;
}

 .skin5.top .tab_header_item.first_tab {
}

 .skin5.top .tab_header_item.first_tab.tab_selected {
}

 .skin5.top .tab_header_item.last_tab {
}

 .skin5.top .tab_header_item.last_tab.tab_selected {
	border-right: none;
}

 .skin5.top .tab_header_item a {
	padding: 0px 9px 0px 3px;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #333;
	text-decoration: none;
	outline: 0;
}

 .skin5.top .tab_content {
	font: 12px Arial, Helvetica, sans-serif;
	color: #656565;
	padding: 0px 7px 0px 7px;
}

 .content_holder {
	background-color: #FFF
}






/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; border: none}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxClose{cursor:pointer;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{background:##EDECD8;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:##EDECD8; padding:1px; border-radius: 7px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxClose{text-indent:-9999px; width:20px; height:19px; position:absolute; top:7px; right: 0px; background:url(../../deals/close.png) no-repeat 0 0;}
        #cboxClose{background-position:-19px 0px 0px 0px; right:7px;}
        #cboxClose:hover{background-position:0px -19px;}