/*----------------------------------------
			Dealfia
	http://www.dealfia.net
----------------------------------------*/
body {
	background: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header {
	float: left;
	width: 960px;
	background: #FFF;
	border-bottom: 3px solid #F7F7F7;
}

#header #logo {
	float: left;
	width: 300px;
	height: 70px;
	text-align: left;
	padding: 5px 0 0 5px;
}

#share-top {
	position: absolute;
	z-index: 1001;
	margin: 30px 0 0 330px;
}

#header #toplinks {
	float: right;
	width: 500px;
	height: 30px;
	color: #000;
	text-align: right;
	padding: 0;
	margin: 15px 5px 10px 5px;
}

#header #toplinks a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#header #toplinks a:hover {
	color: #000;
	text-decoration: underline;
}

#header #searchbox {
	float: right;
	width: 270px;
	margin: 0;
	padding: 0;
}

#header #searchbox .search_inputt {
	float: left;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url('../images/search_bg.png') repeat-x center top;
	height: 15px;
	width: 220px;
	color: #B7B7B7;
	border: 1px solid #EFEFEF;
	padding: 4px 0px 2px 4px;
	margin: 4px 0 0 10px; 
}

#header #searchbox .search_button {
	float: right;
	width: 30px;
	height: 30px;
	background: url('../images/search_button.png') no-repeat top right;
	border-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.search {
	background: #F7F7F7 url('../images/icon_search.png') no-repeat 5px 5px;
	padding: 15px; 
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}


/* TOP MENU
----------------------------------------------- */	
#menu {
	width: 100%;
	padding: 5px 0;
	margin: 0;
	display: block;
	float: left;
	background: #0094FF;
}

#menu a {
	padding: 2px 0px 2px 10px;
	font-size: 18px;
	margin-left: 3px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

#menu a:hover {
	color: #7bff00;
	text-decoration: none;
}


/* Structure
----------------------------------------------- */	
#content {
	float: left;
	width: 960px;
	background: #FFFFFF;
}

#column_left {
	float: left;
	width: 180px;
	margin: 15px 15px 0 0;
}

#column_main {
	float: left;
	width: 730px;
	margin: 3px 0 10px 10px;
	min-height: 450px;
}

#column_main h1 {
	text-align: left;
	margin: 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #F7F7F7;
}

#column_right {
	float: left;
	width: 200px;
	margin: 15px 0 0 15px;
}


#subscribe_box {
	float: left;
	margin: 10px 0;
	padding: 20px;
	background: #F7F7F7;
	border: 2px dotted #eee;
}

#subscribe_box .col_left {
	float: left;
	width: 50%;
}

#subscribe_box .col_right {
	float: left;
	width: 50%;
}

#subscribe_box .col_right p {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}


/* Boxes
----------------------------------------------- */	
.box {
	margin-bottom: 0px;
}

.box .top {
	padding: 5px 0px 5px 5px;
	margin: 0 5px;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	background: #FFF;
	border-bottom: 1px solid #F7F7F7;
}

.box .top img {
	float: left;
	margin-right: 5px;
}

.box .middle {
	background: #FFFFFF;
	padding: 10px;
}

.box .bottom {
	height: 5px;
}

#footer {
	float: left;
	color: #FFF;
	background: #0094FF;
	/*background: #E2E2E2 url('../images/footer_bg.png') repeat-x top center;*/
	border-top: 1px solid #F2F2F2;
	width: 960px;
	height: 60px;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #ccc;
	text-decoration: none;
}

#footer p {
	color: #ccc;
}

#footer .rss_icon {
	padding-left: 20px;
	background: url('../images/rss_icon.png') no-repeat center left;
}

#footer .powered-by-dealfia {
	position: relative;
	width: 167px;
	top: -40px;
	right: 10px;
	height: 25px;
	text-align: right;
	float: right;
	font-size: 11px;
	color: #ccc;
}

#footer .powered-by-dealfia a { 
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#footer .powered-by-dealfia a:hover { 
	color: #CCC;
	text-decoration: none;
}


/* Tables
----------------------------------------------- */	
th {
	background: #EFEFEF;
	color: #353535;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	
}

tr.row_odd {
	height: 30px;
	background: #FFFFFF;
}

tr.row_even {
	height: 30px;
	background: #F9F9F9;
}

tr.row_odd:hover {
	background: #F7F7F7;
}

tr.row_even:hover {
	background: #F7F7F7;
}

tr.row_featured {
	height: 30px;
	background: #FFF8C1;
}


/* LINKS
----------------------------------------------- */	
a {
	color: #00aeef;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a.action {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	padding: 5px 10px;
    display: inline;
    background: #64C3EF;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-decoration: none;
}
.action:hover {
	background: #64C3EF;
}

a.button {
	font-family: Tahoma, Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 15px;
	margin-right: 10px;
    display: inline;
    background: #00aeef;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-decoration: none;
}
.button:hover {
	background: #AFFB1B;
}

a.cart {
	background: url('../images/icon_cart.png') no-repeat center left;
	padding: 6px 5px 5px 37px;
}

a.favorites {
	background: url('../images/icon_favorites.png') no-repeat center left;
	padding: 6px 7px 5px 20px;
}

a.refer_friend {
	color: #777;
	background: url('../images/refer_friend.png') no-repeat center left;
	padding: 9px 7px 12px 40px;
}

a.add {
	background: url('../images/icon_add.png') no-repeat center left;
	padding: 6px 7px 5px 20px;
}

a.profile {
	background: url('../images/icon_profile.png') no-repeat center left;
	padding: 6px 7px 5px 20px;
}

a.report {
	background: url('../images/icon_report.png') no-repeat center left;
	padding: 5px 5px 5px 19px;
	color: #FF6C4F;
}

a:hover.report {
	color: #000;
}

a.more {
	color: #737373;
	background: url('../images/more_icon.png') no-repeat center left;
	padding: 14px 7px 15px 15px;
}

a.goback {
	color: #828282;
	background: url('../images/back_icon.png') no-repeat center left;
	padding: 8px 7px 8px 20px;
	text-decoration: underline;
}

a:hover.goback {
	color: #000;
	text-decoration: none;
}

a.seemore {
	background: url('../images/more_icon.png') no-repeat center right;
	padding: 2px 14px 4px 10px;
}


/* Statuses
----------------------------------------------- */
.active_status, .inactive_status, .complete_status, .delivered_status, .confirmed_status, .pending_status, .declined_status, .failed_status, .request_status, .paid_status {
	margin: 0 auto;
	padding: 5px 5px 5px 20px;
	text-align: center;
}

.active_status {
	color: #7DEA10;
	background: url('../images/icons/active.png') no-repeat center left;
}

.inactive_status {
	color: #B2B2B2;
	background: url('../images/icons/inactive.png') no-repeat center left;
}

.complete_status {
	color: #7DEA10;
	background: url('../images/icons/complete.png') no-repeat center left;
}

.delivered_status {
	color: #CE19EA;
	background: url('../images/icons/delivered.png') no-repeat center left;
}

.confirmed_status {
	color: #7DEA10;
	background: url('../images/icons/confirmed.png') no-repeat center left;
}

.pending_status {
	color: #F7B400;
	background: url('../images/icons/pending.png') no-repeat center left;
}

.declined_status {
	color: #FC1640;
	background: url('../images/icons/declined.png') no-repeat center left;
}

.failed_status {
	color: #FF000A;
	background: url('../images/icons/failed.png') no-repeat center left;
}

.request_status {
	color: #979797;
	padding: 3px;
}

.paid_status {
	color: #86C125;
	background: url('../images/icons/confirmed.png') no-repeat center left;
}

.default_status {
	color: #535352;
}


/* Message Box
----------------------------------------------- */	
.info_msg, .success_msg, .error_msg {
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
	width: 70%;
	margin: 10px auto;
	padding: 10px 10px 10px 50px;
	white-space: nowrap;
}

.info_msg {
	color: #000;
	background-color: #F7F7F7;
	background-image: url('../images/icon_info.png');
	border: 1px solid #F7F7F7;
}

.error_msg {
	color: #E94E4E;
	background-color: #FBE1D8;
	background-image: url('../images/icon_error.png');
	border: 1px solid #FFC4C4;
}

.success_msg {
	color: #FFFFFF;
	background-color: #6BEB2B;
	background-image: url('../images/icon_success.png');
	border: 1px solid #41BF02;
}



/* Lists
----------------------------------------------- */
ul {
	padding: 0;
	margin: 10px 0 5px 30px;
}

li {
	padding: 2px 0 0 0;
}


/* Categories List
----------------------------------------------- */
.cats {
	width: 100%;
	text-align: center;
	line-height: 23px;
	padding-bottom: 7px;
	margin: 10px 0;
}

a.cat_link {
	white-space: nowrap;
	padding: 4px 7px;
	background: #F7F7F7;
}

a.cat_link_active {
	white-space:nowrap;
	padding: 4px 7px;
	background: #777;
	color: #FFF;
}


/* Account Menu
----------------------------------------------- */
#account_menu {
	padding: 0;
	margin: 0 5px 0 10px;
}

#account_menu li {
	list-style-type: none;
	background: url('../images/icon_bullet.png') 0 10px no-repeat;
	padding-left: 12px;
	line-height: 21px;
}


/* Benefits List
----------------------------------------------- */
#benefits li {
	list-style-type: none;
	background: url('../images/check_icon.png') 0 5px no-repeat;
	padding-left: 20px;
	line-height: 20px;
}


/* Referrals
----------------------------------------------- */	
#referrals_list {
	padding: 0;
	margin: 5px 5px 5px 10px;
}

#referrals_list li {
	list-style-type: none;
	background: url('../images/referral_icon.png') no-repeat 5px center;
	padding: 8px 0 8px 30px;
	line-height: 14px;
	color: #5F5F5F;
}

#referrals_list li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#referrals_list li a:hover {
	color: #A0EA0B;
	text-decoration: none;
}


/* TEXT
----------------------------------------------- */
p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1 {
	font-family: Georgia, verdana, arial, helvetica, sans-serif;
	font-size: 29px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #444;
	margin: 9px 0;	
}

h2 {
	font-family: Georgia, verdana, arial, helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 5px 0;
}

h3 {
	font-family: Georgia, verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	margin: 5px 0;
	padding: 0;
}

h4 {
	font-family: Georgia, verdana, arial, helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
}

.req {
	color: #F93B3B;
	font-weight: normal;
}

.info {
	font-size: 11px;
	color: #999999;
	padding: 5px 5px 5px 25px;
	background: url('../images/info.png') no-repeat center left;
}

.alert {
	font-size: 11px;
	padding: 15px 5px 15px 50px;
	background: url('../images/alert.png') no-repeat center left;
}

.newnum {
	font-size: 10px;
	color: #F77003;
	font-weight: bold;
}

.imgs {
	border: 5px solid #F7F7F7;
	margin-right: 15px;
	padding: 3px;
	background: #FFFFFF;
}

a:hover .imgs {
	border-color: #F3F3F3;
}

.country {
	border: 1px solid #F7F7F7;
	padding: 1px;
	float: left;
	margin-right: 2px;
}

.sline {
	background: #FFFFFF url('../images/line.gif') no-repeat center bottom;
	margin: 2px auto;
	height: 1px;
 }

.bline {
	background: #d6d6d6 url('../images/px.gif') no-repeat center bottom;
	margin: 2px auto;
	height: 1px;
 }

 .saved_total {
	color: #555960;
	font-family: Georgia, Arial, Helvetica, Geneva, serif;
	font-size: 31px;
	font-weight: normal;
 }


/* Support Messages
----------------------------------------------- */
.message_date {
	float: right;
	padding: 2px 3px 2px 3px;
	text-align: right;
	color: #FFF;
	background: #AECDEA;
}

.message_subject {
	color: #444;
	font-weight: bold;
	background: url('../images/icon_message.png') no-repeat center left;
	padding: 5px 10px 5px 20px;
}

.message_text {
	padding: 7px 5px 5px 20px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #EFEFEF;
}

.answer_date {
	float: right;
	padding: 2px 3px 2px 3px;
	text-align: right;
	color: #FFF;
	background: #AECDEA;
}

.answer_sender {
	color: #000;
	font-weight: bold;
	background: url('../images/icon_answer.png') no-repeat center left;
	padding: 5px 10px 5px 20px;
}

.answer_text {
	padding: 7px 5px 5px 20px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #EFEFEF;
}

.reply_num {
	color: #444;
	font-weight: bold;
	background: url('../images/icon_replies.png') no-repeat center left;
	padding: 3px 5px 5px 15px;
}

.no_reply {
	color: #A3A3A3;
	font-weight: normal;
}


/* Deals
----------------------------------------------- */
table {
	border-collapse: collapse;
}

tr.odd, tr.even {
	background: #FFFFFF;
	border-bottom: 1px solid #D6E9F0;
}

tr.odd:hover, tr.even:hover {
	background: #FFFFFF url('../images/browse_bg.png') repeat-x center bottom;
	height: 120px;
	border-bottom: 1px solid #D6E9F0;
}

.category_description {
	color: #5F5F5F;
}

.featured {
	padding: 7px 5px 7px 18px;
	background: url('../images/icon_featured.png') no-repeat center left;
	color: #FF9D26;
	font-weight: bold;
}


/* SORT BY area
----------------------------------------------- */	
.browse_top {
	padding: 15px 10px 5px 10px;
	margin: 0 auto;
	height: 25px;
	background: #F7F7F7;
	border-bottom: 1px solid #EAEAEA;
}

.browse_top .sortby {
	float: left;
}

.browse_top .sortby span {
	color: #444444;
	font-weight: bold;
}

.browse_top .results {
	float: right;
}

.browse_top .results span {
	color: #444444;
	font-weight: bold;
}


/* FORMS
----------------------------------------------- */
form {
	margin:0;
	padding:0;
	display: inline;
}

form label {
	display: block;
	width: 200px;
	margin: 3px 0;
	padding: 0;
}

input.textbox, textarea.textbox2, select.field {
	background: #FFFFFF url('../images/input_bg.png') repeat-x center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px 0;
	padding: 3px 3px;
	border: 1px solid #bdc7d8;
}

.textbox:focus, .textbox2:focus {
 	border: 1px solid #D5E0F3;
}

.checkboxx {
	margin: 2px 3px 3px 0;
}

select {
	margin: 0;
	font-size: 100%;
	color: #333;
}

textarea {
	border: 1px solid #bdc7d8;
	padding: 3px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
}

.submit {
	margin: 0;
	padding: 3px 5px;
	border: 1px solid #64C3EF;
	background: #64C3EF;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	overflow: visible;
}

.submit:hover {
	background: #8AF828;
	border: 1px solid #8AF828;
}

.submit2 {
	margin: 0;
	padding: 2px 3px;
	background: #444444;
	border: 1px solid #444;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	overflow: visible;
}

.submit2:hover {
	background: #333;
	border: 1px solid #2F2F2F;
}

.forgot_pass{padding-top: 10px;}
.new_signup{padding-top: 7px;}


/* Pagination
----------------------------------------------- */
div.pagination {
	clear: both;
	font-size: 11px;
	margin: 20px 0;
	text-align: center;
	padding: 2px 0;
}

div.pagination a {
	padding: 3px 6px;
	text-decoration: none;
	margin: 1px;
	color: #333;
}

div.pagination a:hover {
	color: #00aeef;
	padding: 3px 6px;
}

div.pagination span.disabled {
	padding: 3px 6px;
	color: #DDDDDD;
	margin: 1px;
}

div.pagination span.curPage {
	background: #4E4F4D;
	padding: 3px 6px;
	color: #FFFFFF;
	margin: 1px;
}


/* Profile
----------------------------------------------- */	
.new_count {
	margin-left: 2px;
	padding: 1px 5px;
	color: #FFFFFF;
	font-size: 11px;
	background: #ADABAB;
}

.username {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}


/* Tooltip
----------------------------------------------- */	
div.dealfia_tooltip span {
	background: #535353;
	display: none;
	padding: 3px 10px;
	position: absolute;
	z-index: 1000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.dealfia_tooltip {
	display: inline;
	padding-right: 10px;
}

.tooltip {
	background: #535353;
	color: #FFFFFF;
	min-height: 15px;
	max-width: 220px;
	padding: 7px;
	opacity: 0.9;
}


/* Balance
----------------------------------------------- */
.abalance {
	display: block;
	width: 150px;
	float: right;
	padding: 18px 15px;
	background: #F5F5F5 url('../images/icon_money.png') no-repeat -5px 7px;
	border: 1px solid #eee;
	text-align: center;
	font-size: 11px;
}

.abalance span {
	font-size: 21px;
	color: #000;
}

.balance {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}


/* News
----------------------------------------------- */
.news_date {
	float: right;
	color: #444444;
	background: #FFFFFF url('../images/date.png') no-repeat left 4px;
	border-bottom: 1px dashed #CCCCCC;
	padding: 3px 0 3px 17px;
}

.news_title {
	font-size: 17px;
	padding: 7px 0;
}

.news_description {
	font-size: 11px;
	line-height: 15px;
}


/* Breadcrumbs
----------------------------------------------- */
.breadcrumbs {
	background: #F7F7F7;
	padding: 6px;
	width: 98%;
	margin-bottom: 5px;
}

.breadcrumbs .home_link {
	background: url('../images/icon_home.png') no-repeat left;
	padding-left: 18px;
}

.breadcrumbs a {
	color: #333;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	color: #000;
	text-decoration: none;
}


/* Other Deals List
----------------------------------------------- */
#other_deals,
#other_deals li {
	margin: 0;
	padding: 0;
}
 
#other_deals li {
	display: inline-block;
	max-width: 210px;
	min-height: 120px;
	vertical-align: top;
	text-align:center;
	margin-left: 10px;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}

#other_deals h2 {
	font-size: 19px;
	font-weight: normal;
	color: #000;
}

#other_deals .price {
	font-size: 19px;
	font-weight: bold;
	color: #FF6600;
}


/* Categories Vert
----------------------------------------------- */
#categories {
	padding: 0;
	margin: 0 5px 5px 10px;
}

#categories ul {
	border-bottom: 1px solid #EEEEEE;
}

#categories li {
	list-style-type: none;
	background: url('../images/list-arrow.gif') 0 2px no-repeat;
	padding-left: 10px;
	line-height: 19px;
}

#categories li a {
	color: #00aeef;
	text-decoration: none;
}

#categories li a:hover {
	color: #9FEA09;
	text-decoration: none;
}

#categories li.active {
	background: url('../images/list-arrow-b.gif') 0 2px no-repeat;
}

#categories li.active a {
	color: #595959;
	font-weight: bold;
	text-decoration: none;
}

#categories li.active a:hover {
	color: #595959;
	text-decoration: none;
}

#categories li.all {
	border-bottom: 1px solid #EEEEEE;
}



/* Shopping Cart
----------------------------------------------- */
#cart h2 {
	font-size: 17px;
}

tr.cart_row_odd {
	background: #FFFFFF;
}

tr.cart_row_even {
	background: #F9F9F9;
}

tr.cart_row_odd:hover, tr.cart_row_even:hover {
	background: #F7F7F7;
}

.cart_total {
	margin-left: 10px;
	font-size: 21px;
	font-weight: normal;
}


/* Countdown
----------------------------------------------- */
.hasCountdown {
	background-color: #FFF;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

.timeformat {
	color: #A0A0A0;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: normal;
	font-size: 11px;
	background: url('../images/icon_clock.png') no-repeat left;
	padding: 7px 5px 5px 20px;
	display: inline-block;


}
.timeformat_large {
	color: #333;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 18px;
	background: url('../images/icon_clock2.png') no-repeat left;
	padding: 15px 5px 15px 55px;
}


/* Testimonials
----------------------------------------------- */
.testimonials {
	border-bottom: 2px dotted #F7F7F7;
	background: url('../images/icon_testimonial.png') top left no-repeat;
	padding: 0px 5px 5px 45px;
	margin-bottom: 10px;
}

.testimonial {
	color: #777;
	font-size: 12px;
	font-style: italic;
}

.testimonial_author {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}


/* Deal Details
----------------------------------------------- */
.deal-title {
	font-family: Georgia, Arial, Helvetica, Geneva, serif;
	font-size: 31px;
	font-weight: normal;
	color: #000;
	/*text-shadow: 0 0 2px #ccc;*/
	border: none;
}

.deal-discount {
  font-size: 11px;
  color: #9a979e;
  background: #F7F7F7;
  border: 1px solid #F2F2F2;
  padding: 15px 0;
  margin: 5px 0;
  height: 30px;
  text-align: center;
}

.price-title {
	display: block;
	width: 105px;
	float: left;
	text-align: center;
}

.price-num {
	color: #000;
	font-weight: normal;
	font-size: 21px;
	padding-top: 2px;
	display: inline-block;
}

#deal-share {
	background: #FFF;
	border-top: 3px solid #F7F7F7;
	padding: 7px 0;
	margin-top: 5px;
	text-align: center;
}
.deal-sharer {
	display: inline-block;
	height: 20px;
	vertical-align: middle;
}

#deal-timer {
	background: #F7F7F7;
	border: 1px solid #F2F2F2;
	line-height: 20px;
	padding: 10px;
}

#deal-image {
	float: right;
	width: 400px;
	margin: 0 auto;
}

.price {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.price strong {
	color: #FF6600;
}

.quantity {
	background: #999;
	color: #FFF;
	font-weight: bold;
	padding: 1px 4px;
}

.shipping {
	background: url('../images/icon_shipping.png') top left no-repeat;
	padding: 0px 5px 5px 33px;
}

.shipping strong {
	font-size: 11px;
	font-weight: bold;
}

a.buy {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 29px;
	font-weight: normal;
	padding: 7px 11px;
    display: inline;
    background: #64C3EF;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	text-shadow: 1px 1px #777;
	text-decoration: none;
}
.buy:hover {
	background: #7BFF00;
}

.expired {
	color: #3A3A3A;
	font-size: 17px;
	font-weight: normal;
	background: url('../images/icon_expired.png') no-repeat left;
	padding: 10px 5px 10px 33px;
	display: inline-block;
}

.sold-out {
	color: #3A3A3A;
	font-size: 17px;
	font-weight: normal;
	background: url('../images/sold-out.png') no-repeat left;
	padding: 20px 5px 25px 75px;
	display: inline-block;
}

.brief_description {
	font-size: 11px;
	color: #A0A0A0;
	text-align: justify;
}

.deal-description {
	font-size: 11px;
}

#deal-details {  
	float: left;
	width: 300px;
}


/* Deal Images
----------------------------------------------- */
.productImages {
	display: block;
	float: left;
}

.productImages, .itemImages {
	width: 400px;
	text-align: center;
}

#main_image {
	min-height: 270px;
}

.imgMedium {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*padding: 3px;
	border: 9px solid #F7F7F7;*/
}

#zoom {
    position: absolute;
    z-index: 5000;
}

.largeZoom {
    max-width: 800px;
    max-height: 500px;
}

.thumb {
	margin: 5px 4px 5px 0;
	padding: 3px;
	border: 4px solid #F7F7F7;
}


/* Next Prev Navigation
----------------------------------------------- */
.nextprevlinks {
	float: left;
	width: 98%;
	text-align: center;
	padding: 6px;
	margin-bottom: 5px;
	background: #F7F7F7;
}

.nextprevlinks a {
	color: #444;
	text-decoration: none;
}

.nextprevlinks a.prev {
	float: left;
	background: url('../images/arrow_left.png') no-repeat left 2px;
	padding: 3px 16px 2px 16px;
}

.nextprevlinks a.next {
	float: right;
	background: url('../images/arrow_right.png') no-repeat right 2px;
	padding: 3px 16px 2px 10px;
}

.nextprevlinks a:hover.prev, .nextprevlinks a:hover.next {
	color: #00aeef;
	text-decoration: none;
}


/* Deals
----------------------------------------------- */
.deal-info {
    float: left;
    width: 470px;
}
.deal-values {
    float: right;
    margin-left: 10px;
    width: 220px;
	margin-top: -11px;
}
.clear {
	clear: both;
}
deal-list {
    padding: 5px 0;
}
.deal-item {
    border-bottom: 2px dotted #E0E0E0;
    padding: 15px 0;
}
.deal-image {
    float: left;
    overflow: hidden;
	border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.deal-info {
    float: left;
    margin-left: 10px;
	width: 325px;
	color: #A0A0A0;
	text-align: justify;
}
.info-detail {
    margin: 10px 0;
	font-size: 11px
}
.share-button {
	display: inline-block;
	height: 20px;
	vertical-align: middle;
}
.info-detail p {
    margin: 0;
	font-size: 12px;
}
.deal-title {
    font-size: 22px;
	font-weight: normal;
	margin: 0px;
}
.deal-values {
    float: right;
    margin-left: 2px;
    width: 160px;
}
.deal-price {
    font-size: 24px;
    padding-bottom: 5px;
    text-align: center;
	color: #FF6600;
	margin-top: 12px;
}
.deal-price span {
    display: inline-block;
    text-align: center;
}
.deal-buy {
    text-align: center;
	margin: 10px 0;
}
.deal-savings {
    padding: 5px 0;
    width: 95%;
	margin:0 auto;
}
.deal-savings span {
    display: block;
    font-size: 11px;
}
.deal-savings td {
    font-size: 13px;
	color: #999999;
    text-align: center;
}



/* Past Deals
----------------------------------------------- */
.past-deal {
	float: left;
	width: 225px;
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
	/*height: 250px;*/
}

.past-deal img
{
	margin: 10px 0;
}

.pastdate {
	color: #777;
	font-weight: normal;
	text-align: right;
	background: #F7F7F7 url('../images/date.png') no-repeat left;
	border-bottom: 1px dotted #ccc;
	display: block;
	margin: 0;
	padding: 5px;
}

.pastprice {
	width: 190px;
	font-size: 17px;
	color: #9E9E9E;
	font-weight: normal;
	text-align: right;
	margin: 5px 0 0 0;
	padding: 5px;
	position: absolute;
}