/* RESET */

a {
	cursor:pointer;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	outline-style:none;
	outline-width:0pt;
}
legend {
	color:#000;
}
a:focus {
	-moz-outline-style: none;
	border:0px;
}
/*Clear fixes
 --------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix {
	display:inline-block !important;
}
html[xmlns] .clearfix {
	display:block !important;
}
* html .clearfix {
	height:1% !important;
}
/*	clearall is used for generic form with line delimiter and for prototype pages
	master frameworks and aspx templates and all others use clearfix method not clear divs */
.clearall {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}
/* NORMAL CSS */

html, body {
	height: 100%;
}
html { /*horizontal scroll IE fix
	overflow-x: hidden;
	overflow-y: auto;*/
}
body {
	padding: 0;
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-size: 62.5%;
	height: 100%;
	background: #c7c7c7 url('../images/bg_wrapper.jpg') top center no-repeat;
}
strong {
	font-weight: bold;
}
#login {
	position: relative;
	overflow: hidden;
}
#login, #signup {
	padding: 0;/*background: url(../images/bg_start_pink.jpg) no-repeat top center #DF9EBF;*/
}
#login #container {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	position: relative;
	height: 100%;
}
#campaign_footer {
	padding: 10px 9px 7px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	/* background: url(../images/campaign_footer.gif) top left repeat-x; */
	background: #444;
}
#campaign_footer p {
	margin: 0;
	font-size: 1.2em;
	font-family: Georgia, Times, serif;
	text-align: center;
	color: #eee;
}
#campaign_footer strong {
	text-transform: uppercase;
}
/*new campaign footer
-------------------------------------*/
#brandList {
	display:block;
	/*float:left;*/
	overflow:hidden;
	padding:0px 8px 0px 8px;
	width:480px;
	height:15px;
	text-align:left;
}
#brandList li {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	padding:0px;
	list-style:none;
	display:inline;
}
#brandList li span {
	display:inline;
	font-family:Georgia, Times, serif;
	font-size:1.1em;
	color:#eee;
	padding-right:5px;
	text-transform:uppercase;
}
strong.time_left {
	margin-left: 10px;
}
img.icon_delete {
	float: right;
}
#supersize {
	z-index: 1;
}
#supersize img {
	height:100%;
	width:100%;
	display:inline;
}
#login h1 {
	position: absolute;
	top: 0;
	left: 0;
}
#login h1, #signup h1 {
	margin: 0 auto;
	width: 412px;
	height: 134px;
	/*background: url(../images/logo_start_new.png) no-repeat bottom left transparent;*/
	overflow: hidden;
}
#login h1 a, #signup h1 a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	outline: none;
	line-height: 2000px;
}
#login_form {
	position: absolute;
	bottom: 50px;
	right: 20px;
	width: 250px;
	height: 240px;
}
#login_buttons {
	text-align: center;
}
#login_form form {
	padding: 10px 15px;
	height: 150px;
	background: url(../images/bg_login.gif) no-repeat bottom right;
}
#login_form input {
	margin: 3px 0 7px;
	width: 210px;
}
#login_form .form_columns {
	margin-top: 5px;
	border: none;
}
#login_form .formcolumn_left input {
	width: auto;
	float: left;
	margin: 0 5px 2px 0;
}
#login_form #message {
	margin-bottom: 10px !important;
}
#login_form p {
	margin: 4px 0 0;
	border: none;
	font-size: 1.1em;
	line-height: 1em;
}
#login_form label {
	margin: 0;
	color: #fff;
	font-size: 1em;
}
#login_form .formcolumn_left label {
	padding: 2px 0 0;
	display: block;
	float: left;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}
#login_form .formcolumn_left {
	margin: 0 5px 0 0;
	padding-top: 5px;
	float: left;
	width: 100px;
}
#login_form .formcolumn_right {
	margin: 0;
	float: right;
	width: 90px;
}
p#register_button {
	width: 250px;
	height: 30px;
	background: url(../images/button_register.gif) no-repeat top left;
}
p#register_button a {
	padding: 9px 0 0;
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 100%;
}
p#register_button a:link, p#register_button a:visited {
	color: #fff;
}
#login_form h2 {
	margin: 0;
	font-size: 1.1em;
	text-transform: uppercase;
	border: none;
	background: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#register {
	padding: 20px;
	margin: 30px auto;
	width: 460px;
	border: 1px solid #ccc;
	background: url(../images/bg_content.gif) bottom right no-repeat #fff;
}
#register h3 {
	margin: 0 0 10px;
	font-size: 1.4em;
	/*text-align: center;*/
	color: #777;
}
#register h3.headline {
	margin: 15px 0 2px;
	text-align: left;
	font-size: 1.6em;
	color: #d0159b;
}
#register p.description {
	margin: 0 0 10px;
	font-size: 1.2em;
	color: #444;
	line-height: 1.4em;
}
p.next_step {
	float: right;
	width: 100px;
	font-size:1.2em !important;
}
div#register_button_container p.next_step {
	width: 150px;
}
p.save_settings {
	float: right;
	width: 150px;
}
#order_container p.previous_step, div#register p.previous_step {
	float: left;
	width: 100px;
	font-size:1.2em;
}
div#register p.previous_step {
	width:150px;
}
#register_button_container {
	margin-top:10px;
}
#register .formcolumn_left, #register .formcolumn_right {
	width: 210px;
}
#register input.custom {
	width: 200px;
}
#register h2 {
	margin: 0 0 5px;
	padding: 0 0 5px;
}
#container {
	width: 950px;
	margin: 0 auto;
}
#header {
/*background: url(../images/bg_header.jpg) no-repeat 20px 0 transparent;*/
}
#header #tips_logo {
	margin: 8px 15px 0 0;
	float: right;
	border: none;
	width: 111px;
	height: 110px;
}
#content {
	padding: 0 3px 0 2px;
}
/*#footer {
	margin: 30px 5px;
	background: url(../images/bg_footer.png) no-repeat top left transparent;
}*/
#footer {
	/*min-height:270px;*/
	background:#fff url('../images/bg_footer.jpg') top center no-repeat;
}
#footerInner {
	width:950px;
	margin:0 auto;
	padding-bottom:30px;
}
#header h1,
#header h2,
h2.logo
{
	width: 400px;
	height: 127px;
	padding-left:275px;
	/*background: url(../images/logo.png) no-repeat;*/
	overflow: hidden;
	float: left;
	font-size: 100%;
	margin: 0;
	padding-bottom: 0;
}
#header h1 a, #header h1 a,
#header h2 a, #header h2 a,
h2.logo a
 {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 500px;
	overflow: hidden;
}
#nav {
	/*margin: 0 auto;
	width: 960px;
	background: url(../images/nav_normal.gif) repeat-x transparent;*/
	margin:0;
	clear:both;
	padding:0 2px 10px 2px;
	list-style:none;
	background:url('../images/bg_topMenu.png') no-repeat;
}
#nav li {
	/*float: left;
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	border-right: 1px solid #616161;*/
	display:inline;
}
#nav li#nav_logout {
	float: right;
	border-right: none;
	border-left: 1px solid #616161;
}
#nav li#nav_logout a {
	background: url(../images/nav_hover.gif) repeat-x;
}
#nav li a {
	/*float: left;
	display: block;
	padding: 6px 15px 7px;
	background: url(../images/nav_normal.gif) repeat-x;
	height: 14px;
	text-decoration: none;*/
	display:block;
	float:left;
	width:133px;
	height:39px;
	margin:2px 1px 0 1px;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	text-decoration:none;
	line-height:37px;
	text-align:center;
}
#nav li a:link, #nav li a:visited {
	color: #fff;
}
#nav li a:hover, #nav li.active a {
	/*color: #fff;
	background: url(../images/nav_hover.gif) repeat-x;*/
	background:url('../images/bg_topMenuSelected.png') repeat-x;
}
#nav li a span span {
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
}
/*#nav li a:active {
	color: #fff;
	background: url(../images/nav_click.gif) repeat-x;
}

#nav li.active a {
	color: #fff;
	font-weight: bold;
	background: url(../images/nav_active.gif) repeat-x;
}*/

h2 {
	margin: 30px 0 5px 22px;
	padding-bottom: 5px;
	font-size: 4.3em;
	font-family: Georgia, Times, sans-serif;
	font-weight: normal;
	/*	letter-spacing: .2em;
	text-transform: uppercase;
	text-align: center;*/
	color: #4E4E4E;
	font-style:italic;/*background: url(../images/headergfx_bottom.png) repeat-x bottom;*/
}
h2.prodName {
	font-weight:bold;
	font-size:2em;
	border-bottom:1px solid #DCDCDC;
	margin:20px 0;
}
h2 em {
	font-size: .5em;
	color: #999;
}
h2 span.smaller {
	font-size:0.6em;
}
h3 {
	font-size: 2em;
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
h3.steps {
	color: #E7619D;
	margin-bottom: 20px;
	font-size: 1.4em;
	text-align: right;
}
h2 .gfx_left {
	display: block;
	width:51px;
	height: 20px;
	background: url(../images/headergfx_left.png) no-repeat top left;
}
a:link, a:visited {
	/*color: #E7619D;*/
	color:#E7619D;
	text-decoration: none;
}
a:hover, a:active {
	color: #222;
	text-decoration: underline;
}
.campaign_row {
/*padding: 0 5px;*/
	
}
.campaign {
	padding: 16px 12px;
	text-align: center;
}
.campaign_container {
	margin: 0 25px 20px 0;
	width: 460px;
	float: left;
}
.campaign_row .big {
	/*background: url(../images/bg_campaignbig.gif) no-repeat top left;*/
	background:url(../images/bg_shadowBox.png) bottom repeat-x;
}
.campaign_row .small {
	width: 185px;
	background: url(../images/bg_campaignbig.gif) no-repeat top right;
}
.campaign_row .last {
	margin-right: 0;
}
.big .campaign_image {
	float: left;
}
.small .campaign_image {
}
.big .campaign_info {
	/*position: relative;
	float: right;
	width: 215px;
	height: 200px;
	text-align: center;*/
	clear:both;
}
div.introCampaign {
	padding:18px 0;
	float:right;
	width:290px;
}
p.brandText {
	font-size:1.3em;
	line-height:1.5em;
	padding-bottom:10px;
	font-style:italic;
	clear:both;
	padding:20px 0;
}
p.larger, p.remindText {
	font-size:1.8em;
	color:#4E4E4E;
	/*margin:20px 0;*/
	border-bottom:1px solid #DCDCDC;
}
p.remindText {
	border-bottom:0px;
}
img.brandProdImage {
	margin-right:10px;
}
a.campUrl, a.brandUrlRight, span.campUrl {
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
	line-height:1.7em;
	color:#E7619D;
}
img.mainCampImage {
	float:left;
}
div.brandUrlRight {
	float:right;/*padding-top:130px;*/
}
div.introCampaign h3 {
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	line-height:1.7em;
	color:#171717;
}
p.introCampaignCaption {
	line-height:1.5em;
	font-style:italic;
	clear:both;
	font-size:1.3em;
	height:192px;
	overflow:hidden;
}
.campaign_info h4, .result h4 {
	font-size:2.4em;
	line-height:1em;
	font-style:italic;
	font-weight:bold;
	color:#4E4E4E;
	float:left;
	margin-left:6px;
	height:60px;
	text-align:left;
	width:285px;
}
div#Searchresult .campaign_info h4 {
	width:275px;
	padding-top:5px;
}
.countdown {
	/*float:left;*/
	margin-left:5px;
	clear:both;
	text-align:left;
	font-size:1.2em;
	font-style:italic;
}
.small .campaign_info {
	position: relative;
	height: 100px;
	text-align: center;
}
.campaign_info h3 {
	font-size: 1.3em;
	text-transform: none;
	/*font-family: Arial, Verdana, sans-serif;*/
	letter-spacing: 0;
	color: #333;
	clear:both;
	/*float:left;*/
	margin-left:6px;
	text-align:center;
}
.campaign_info p.button_container, .campaign_info p.button_container a {
	float:right;
	margin-right:3px;
}
.campaign_logo {
	margin: 10px 0 5px;
}
p.send_tips {
	padding: 0;
	margin-top: 166px;
	font-family: Georgia, Times, serif;
	font-size: 1em;
	text-transform: uppercase;
}
.small p.send_tips {
	margin-top: 94px;
}
p.send_tips a:link, p.send_tips a:visited {
	color: #777;
}
p.send_tips a:hover, p.send_tips a:active {
	color: #111;
}
p.submit_button a.button {
	width: 160px;
	float: right;
}
a.button {
	display: block;
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 3px 10px 4px 10px;
	height: 12px;
}
p.upcoming_campaign {
	margin-top: 15px;
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 4px 0 6px;
	height: 12px;
	color: #555 !important;
	background: url(../images/button_darkpink.gif) repeat-x center center;
	border: 1px solid #860662;
}
/*p.button_container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}*/

#login_form p.button_container {
	position: absolute;
	bottom: 32px;
}
#login_form p.about_links {
	padding: 9px 3px 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 244px;
	height: 20px;
	color: #ccc;
	text-align: center;
	background: url(../images/bg_aboutlinks.gif) no-repeat top left;
}
#login_form a:link, #login_form a:visited {
	color: #fff;
}
#login_form a:hover, #login_form a:active {
	color: #999;
}
#login_form div#message a:link, #login_form div#message a:visited {
	color: #000;
	text-decoration: underline;
}
.small .countdown {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
}
/*.big .countdown {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}*/

p.buy_button {
	width: 100px;
}
a.pink {
	color: #fff !important;
	background: url(../images/bg_button.png) repeat-x;
	/*background: url(../images/button_pink.gif) repeat-x center center;
	border: 1px solid #bc178d;*/
	height:30px;
	font-size:1.2em;
	text-transform:none;
	font-weight:bold;
	line-height:18px;
}
input.pink {
	color: #fff !important;
	background: url(../images/bg_button.png) repeat-x;
	/*background: url(../images/button_pink.gif) repeat-x center center;
	border: 1px solid #bc178d;*/
	font-size:1.2em;
	text-transform:none;
	font-weight:bold;
	line-height:18px;
	padding-left:20px;
	padding-right:20px;
	border: none;
}
a.light_grey {
	color: #333 !important;
	background: url(../images/button_lightgrey.gif) repeat-x center center;
	border: 1px solid #999;
}
a.grey {
	color: #ccc !important;
	background: url(../images/button_grey.gif) repeat-x center center;
	border: 1px solid #999;
}
a.dark {
	color: #ffcff1 !important;
	background: url(../images/button_darkpink.gif) repeat-x center center;
	border: 1px solid #860662;
}
a.button:hover {
	color: #ccc !important;/*background: url(../images/button_grey.gif) repeat-x center center;
	border: 1px solid #555;*/
}
#promoFooter .box {
	margin-right: 25px;
	padding: 20px 0;
	float: left;
	width: 217px;
}
#promoFooter .box img {
	float: left;
	margin: 0 10px 10px 0;
}
#promoFooter .box h4 {
	/*font-family: Georgia, Times, serif;*/
	font-size: 1.2em;
	font-weight: bold;
	font-style:italic;
	color: #717171;
	text-transform: uppercase;
}
#promoFooter .box p {
	color: #757575;
	font-size: 1.1em;
	line-height: 1.4em;
	font-style:italic;
}
#promoFooter .box a {
	color: #757575;
}
#promoFooter .last {
	margin-right: 0;
	width: 215px;
}
#footer_links {
	/*margin-top: 10px;*/
	padding: 20px 0 0 0;
	clear: both;/*background: url(../images/footer_line.gif) no-repeat top left;*/
}
#footer_links .last {
	margin-right: 0;
}
p.press_date {
	font-size: 1.1em;
	font-weight: bold;
	color: #777 !important;
}
ul.press_releases {
	margin: 15px 0 0;
	padding: 0 16px;
}
ul.press_releases li {
	padding: 5px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	list-style-type: disc !important;
	border-bottom: 1px solid #eee;
}
div.press_photo {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
div.press_photo img {
	display: block;
	margin: 0 10px 0 0;
	padding: 5px;
	float: left;
	border: 1px solid #ddd;
	background: #fff;
}
div.press_photo_info {
	margin: 0;
	padding: 3px 0 0;
	float: left;
	width: 400px;
}
div.press_photo_info h5 {
	font-size: 1.4em;
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
div.press_photo_info p {
	margin: 0;
	padding: 0;
	font-size: 1.1em !important;
	line-height: 1.3em;
}
div.press_photo_info p.photo_date {
	margin: 0;
	color: #777 !important;
	font-size: 1.1em !important;
}
div.footer_list {
	margin-right: 25px;
	padding: 0;
	float: left;
	width: 217px;
}
div.footer_list h4 {
	margin-bottom: 10px;
	/*font-family: Georgia, Times, serif;*/
	font-size: 1.6em;
	font-weight: bold;
	font-style:italic;
	color: #717171;
	text-transform: uppercase;/*border-bottom: 1px solid #999;*/
}
div.footer_list li {
	padding: 2px 0 2px 0px;
	/*background: url(../images/footer_bullet.gif) no-repeat 0 50%;*/
	list-style:none;
	font-style:italic;
	font-size:1.2em;
	color: #757575;
}
input.custom {
	margin-bottom: 4px;
	padding: 3px;
	background: #fff;
	color: #222;
	font-size: 1.1em;
	border: 1px solid #c8aac0;
}
#footer input.custom {
	width: 207px;
}
#footer a:link, #footer a:visited {
	color: #555;
}
#footer a:hover, #footer a:active {
	color: #000;
}
#dialog_login a:link, #dialog_login a:visited {
	color: #E7619D;
}
#submit_tips {
	width: 75px;
	float: right;
}
.subpage {
/*padding: 30px 20px;
	background: url(../images/bg_content.gif) bottom right no-repeat #fff;*/
	/*position: relative;*/
}
.subpage_top {
	/*height: 4px;
	background: url(../images/subpage_top.gif) repeat-x bottom left;*/
	height:1px;
}
.subpage_bottom {
	height: 20px;/*background: url(../images/subpage_bottom.gif) repeat-x top left;*/
}
/* page sharing
------------------------------------*/
.sharePage {
	border-top:1px solid #C1C1C1;
	border-bottom:1px solid #C1C1C1;
	margin:0 0 20px 0;
	padding:10px 0;
	font-style:italic;
}
.sharePage p {
	margin:0;
	padding:0;
	text-align:right;
}
.sharePage p label {
	font-size:1.3em;
	font-weight:bold;
	color:#4E4E4E;
}
.sharePage p a {
	color:#4E4E4E;
	text-transform:uppercase;
	font-weight:bold;
}
.sharePage p a:hover {
	text-decoration:none;
}
.sharePage p a img {
	vertical-align:middle;
	margin:0 3px 0 15px;
}
.sharePage a.backButton {
	float:left;
	font-size:1.3em;
}
.brand {
	margin-right: 20px;
	width: 160px;
	float: left;
	text-align: center;
}
.brand_row {
	padding: 20px 0 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #eee;
}
#brands_container .last {
	margin-right: 0;
}
.brand_logo {
	text-align: center;
}
.brand p.brand_url {
	margin-top: 10px;
	font-size: 1.2em;
	font-family: Georgia, Times, serif;
	text-align: center;
}
.brand p.brand_products {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
.brand p {
	margin-top: 10px;
	font-size: 1.1em;
	text-align: center;
	line-height: 1.4em;
	color: #555;
}
.brand p a {
	font-size: 1.2em;
	color: #4E4E4E;
	font-style:italic;
}
form {
	margin: 0;
	padding: 0;
}
#profile_container form {
	margin: 0 auto;
	padding-bottom: 20px;
}
.profile_left {
	float: left;
	width: 200px;
	font-size: 1.3em;
	font-style:italic;
	color:#4E4E4E;
}
.profile_left ul {
	margin-bottom:20px;
	padding-bottom:0px;
}
p.my_page_saldo {
	border-top:1px solid #DCDCDC;
	padding-top:20px;
}
.profile_right {
	margin-left: 30px;
	float: left;
	width: 650px;
}
.profile_left li {
/*border-bottom: 1px solid #eee;*/
}
.profile_left li.active {
/*background: #f4f4f4;*/
}
.profile_left li a {
	padding: 4px 0;
	display: block;
	margin-bottom:5px;
}
.profile_left li.active a {
	color: #717171;
}
.profile_right h3 {
	font-size: 2.4em;
	margin-bottom: 5px;
}
.profile_right h3 strong {
	color: #E7619D;
}
.profile_right p {
	margin: .3em 0 1.2em;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
}
.profile_right form p {
	font-size: 1em;
}
table#tips_list {
	margin-top: 15px;
	width: 650px;
	border: 1px solid #888;
}
table#tips_list th {
	padding: 6px 7px;
	font-size: 1.2em;
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #eee;
	background: url(../images/nav_normal.gif) repeat-x center center #e5e5e5;
}
table#tips_list td {
	padding: 7px;
	font-family: Georgia, Times, serif;
	color: #222;
	background: #fff;
}
table#tips_list th.tips_name, table#tips_list th.tips_member, table#tips_list th.tips_purchase {
	border-right: none;
}
table#tips_list .tips_name {
	width: 250px;
	font-size: 1.2em;
	border-right: 1px solid #888;
}
table#tips_list .tips_member {
	width: 121px;
	text-align: center;
	border-right: 1px solid #888;
	font-size: 1.2em;
}
table#tips_list .tips_purchase {
	width: 121px;
	text-align: center;
	border-right: 1px solid #888;
	font-size: 1.2em;
}
table#tips_list .tips_remind {
	width: 100px;
	text-align: center;
}
form p {
	margin: 10px 0 0;
}
p.seperator {
	padding: 0 0 15px;
	border-bottom: 1px solid #dadada;
}
form label, label.gray {
	font-size: 1.1em;
	font-family: Georgia, Times, serif;
	/*text-transform: uppercase;
	letter-spacing: .1em;*/
	color: #555;
	white-space: nowrap;
}
label.gray {
	display:block;
}
div#tips_userlink {
	width:440px;
	color: #555;
	font-size:1.2em;
	border:1px solid #eee;
	padding:10px;
	margin:0;
}
form p strong {
	font-size: 1.3em;
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	color: #555;
	white-space: nowrap;
}
form label.categorylabel {
	margin-right: 15px;
	font-weight: normal;
}
form label em {
	margin-left: 5px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.85em;
	text-transform: none;
	color: #777;
}
form label a:link, form label a:visited {
	color: #777;
}
form label a:hover, form label a:active {
	color: #222;
}
form input {
	padding: 3px;
}
form input.radio {
	margin-left: 10px;
}
p#register-gender input.radio {
	margin: 5px 0 5px 0;
}
p#register-gender input.second {
	margin-left: 15px;
}
form .input_big {
	width: 520px;
	font-size: 2.4em;
}
form .input_medium {
	width: 520px;
	font-size: 1.4em;
}
form .input_small {
	width: 520px;
	font-size: 1.2em;
}
form textarea {
	font-size: 1.1em;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.4em;
}
textarea#user_contacts, textarea#mail_message {
	width:440px;
}
.movedTipButton {
	padding-right:208px;
}
.movedNextButton {
	padding-right:8px;
}
form a.getGmail {
	float:right;
	padding:1px 110px 0 10px;
	background: url(../images/getGmail.png) no-repeat top right;
	height:32px;
	width:75px;
	margin-top:30px;
	font-style:italic;
	font-size:1.4em;
}
form .textarea_big {
	width: 525px;
	height: 250px;
}
form .textarea_medium {
	width: 525px;
	height: 125px;
}
form .textarea_small {
	width: 525px;
	height: 55px;
}
form .select_medium {
	width: 240px;
	padding: 1px 0 2px;
}
form .select_small {
	margin-right: 5px !important;
	width: 65px !important;
}
#profile_id {
	width: 45px;
	padding:0;
}
.form_columns {
	margin: 0 auto;
	border-bottom: 1px solid #dadada;
}
.form_columns p {
	margin-bottom: 25px;
}
.form_columns em {
	font-style:italic;
}
.form_columns .input_big {
	width: 280px;
}
.form_columns .input_medium {
	width: 280px;
}
.form_columns .input_small {
	width: 280px;
}
.form_columns select {
	width: 280px;
}
.formcolumn_left {
	margin: 0 5px 0 0;
	float: left;
	width: 300px;
}
.formcolumn_right {
	margin: 0;
	float: right;
	width: 300px;
}
#delete_user {
	padding: 15px 0 0;
}
#delete_user input {
	margin: 0 4px 0 0;
	float: left;
}
#delete_user p {
	margin: 0;
}
#delete_user label {
	font-size: 1em;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 0;
	color: #999;
	text-transform: none;
}
body#product #subpage_container {
	background:#fff;
	margin-top:69px;
}
#subpage_container h3 {
	margin-bottom: 10px;
	border-bottom: 2px solid #eee;
}
#subpage_container h4 {
	font-size: 1.6em;
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 10px;
	border-bottom: 2px solid #eee;
}
#subpage_container .profile_left h4 {
	font-size:1.4em;
	letter-spacing:0;
	text-transform:none;
	font-style:italic;
	margin-top:7px;
}
#subpage_container p, #order_container p {
	margin: .5em 0 1em;
	font-size: 1.3em;
	color: #555;
	line-height: 1.4em;
}
#alt_content ul {
	margin-bottom: 25px;
}
#alt_content li {
	padding: 3px 0 3px 7px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	background: url(../images/footer_bullet.gif) no-repeat 0 50% #fff;
}
#main_content {
/*width: 600px;*/
	/*float: right;*/
}
#alt_content {
	margin-right: 40px;
	width: 250px;
	float: left;
}
#product #alt_content {
	width: 370px;
	margin-right: 20px;
}
#product #main_content {
	width: 500px;
	float:right;
}
#shop_container #alt_content {
	width: 220px;
}
#shop_container #alt_content img {
	display: block;
	margin: 0;
	padding: 0;
}
#shop_container #main_content {
/*width: 650px;*/
}
#brand_header {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
	clear:both;/*	border-bottom: 4px solid #eee;*/
}
#brand_header img {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#brand_header p {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	/*float: right;*/
	font-size: 1.2em;
	font-family: Georgia, Times, serif;
}
#shop_container .campaign_row {
	margin: 0;/*padding: 15px 0;
	border-bottom: 2px solid #eee;*/
}
#shop_container .big {
	padding:16px 12px;
	text-align:center;
}
#shop_container .campaign {
	margin: 0 25px 0 0;
	position: relative;
	float: left;
	width: 298px;
	padding: 0 0 20px;
}
#shop_container .campaign h3, div.result h3 {
	margin:8px 0;
	font-size: 1.2em;
	color:#4e4e4e;
	text-align: center;
	float:none;
	font-style:italic;
	font-weight:bold;
}
#shop_container .campaign h4, div.result h4 {
	margin: 2px 0 2px 5px;
	font-size: 1.6em;
	border-bottom: none;
	font-family: Georgia, Times, serif;
	width:100px;
	height:40px;
	line-height:1.1em;
	text-align:center;
}
#shop_container .campaign h4 span, #shop_container .campaign h5 span, .result h4 span, .result h5 span {
	display:block;
	font-size:0.7em;
}
.result h4, .result h5 {
	margin-top:-6px !important;/*text-align: center;*/
}
.result h4 span {
	font-weight:normal;
	padding-left:10px;
}
.result h5 span {
	font-weight:normal;
	padding-right:20px;
	text-align:right;
}
#shop_container .campaign h5, .result h5 {
	margin: 2px 6px 2px 0;
	font-size: 1.6em;
	border-bottom: none;
	font-family: Georgia, Times, serif;
	text-align: center;
	color: #888;
	font-weight:bold;
	font-style:italic;
	float:right;
}
#shop_container .campaign p.button_container {
	clear:both;
	width:130px;
	display:block;
	margin:10px 72px 0 -32px !important;
}
#shop_container .last {
	margin-right: 0;
	padding-right: 0;
}
#shop_container .button_container {
	right: 0;
}
#shop_container .last .button_container {
	right: 0;
}
#product_image {
	text-align: center;
}
#product_thumbnails {
	margin: 0 0 0 10px;/*text-align: center;*/
}
div.moreBrandProducts h3 {
	font-style:italic;
	text-transform:none;
	color:#4E4E4E;
	letter-spacing:0;
	font-size:2.2em;
	padding:0 0 4px 12px;
	border-bottom:1px solid #C1C1C1;
	margin-bottom:10px;
}
div.more_products a.otherProduct {
	background:url("../images/bg_shadowBox.png") repeat-x bottom;
	/*clear:both;*/
	padding:10px 10px 15px 10px;
	display:block;
	float:left;
	margin:0 12px 5px 0;
}
div.more_products a.otherProduct img {
	width:124px;
	height:154px;
	display:block;
	margin:0;
	padding:0;
	border:none;
}
p.show-all-products {
	/*clear:both;*/
	display:none;
}
#product_maininfo {
	text-align: center;
	clear:both;
}
#product_maininfo p {
	margin: 5px 0;
}
#product_maininfo h4 {
	margin-top: 0;
	font-size: 2.4em;
	border-bottom: none;
}
#product #main_content h3 {
	margin: 0;
	font-size: 1.6em;
	border: none;
}
#product #main_content p {
	margin: 3px 0 10px;
	font-size: 1.1em;
}
#prodTabs {
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:1px solid #DCDCDC;
}
#prodTabs h3 {
	text-transform:none;
	float:left;
	margin-right:10px !important;
	letter-spacing:0;
	font-size:1.4em !important;
}
#prodTabs h3.selected a {
	font-weight:bold;
	color:#000;
}
p.prodInfoText strong {
	font-weight:bold;
	color:#000;
	text-transform:none;
	letter-spacing:0;
	font-size:1.1em;
}
div#tabTexts p {
	font-size:1.3em !important;
}
p.prodGuideText, div.prodGuideText, p.prodMoreinfoText {
	display:none;
}
#product div.rightColProd {
	float:right;
	width:226px;
	background: url(../images/bg_price.png) no-repeat;
	text-align:center;
	color:#858585;
}
#product div.rightColProd div.prices {
	padding:10px 20px;
}
#product div.rightColProd p.buy_button {
	margin:15px auto 5px auto !important;
}
div.klarnaInfo {
	text-align:right;
}
div.klarnaInfo img {
	float:left;
	margin-left:3px;
}
#product div.leftColProd {
	float:left;
	width:226px;
}
#product select {
	width:230px;
	/*height:35px;*/
	background:#E9E9E9;
	border:none;
	margin-bottom:10px;
	color:#9E9E9E;
	font-style:italic;
	font-size:1.2em;
	padding:10px;
	font-weight:inherit;
	outline-width:0px;
}
#product option {
	margin: 5px;
}
div.seperator {
	padding: 10px 0;
	border-top: 1px solid #eee;
}
h3.campadre, h3.butik {
	letter-spacing:0;
	text-transform:none;
	font-style:italic;
	font-size:2em !important;
}
h3.campadre {
	color: #494949;
}
p.campadreprice, p.butikprice {
	color:#858585 !important;
	font-size:2em !important;
	font-weight:bold;
	font-style:italic;
	margin:0 0 5px 0 !important;
}
p.campadreprice {
	color: #494949 !important;
}
.column_left {
	margin-right: 20px;
	width: 100px;
	float: left;
}
.column_right {
	width: 200px;
	float: left;
}
.product_columns select {
	margin-left: 5px;
}
#alt_content #product_thumbnails img {
/*margin-right: 20px;*/
	/*border: 1px solid #ddd;
	background: #fff;
	padding: 1px;*/
}
.more_products img {
	margin: 5px 5px 0 0;
	border: 1px solid #eee;
	background: #fff;
	padding: 1px;
}
#brands_container, #profile_container, #order_container, #subpage_container {
	background:#fff;
	padding:30px;
}
div.productFrame {
	padding:0 20px 20px 0 !important;
}
#brand_container #alt_content {
	width: 220px;
	text-align: center;
}
#alt_content .brand_image {
	margin-bottom: 10px;
}
/*#order_container {
	padding: 20px 40px;
}*/

#cart_table {
	width: 880px;
}
#pay_options {
	border:1px solid #666;
	width:225px;
	padding:5px;
}
#pay_options_error {
	width:225px;
	padding:5px;
	background-color:#FBEBEB;
	border:1px solid #AB0000;
	color:#BA0000;
}
#profile_container #cart_table {
	width: 650px;
}
#cart_table tr.header td {
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1.4em;
	color: #333;
	border-bottom: 2px solid #eee;
}
#cart_table td {
	padding: 5px 0;
	font-size: 1.2em;
	border-bottom: 1px solid #eee;
}
#cart_table td.name {
	width: 400px;
}
#cart_table td.color {
	width: 150px;
	color: #777;
}
#cart_table td.size {
	width: 150px;
	color: #777;
}
#cart_table td.amount {
	width: 75px;
}
#cart_table td.price {
	text-align: right;
	width: 105px;
}
#cart_table td#shipping_cost, #cart_table td#total_price, #cart_table td#handling_fee, #cart_table td.other_cost {
	padding: 7px 0;
	text-align: right;
}
#cart_table input.cart_amount {
	width: 30px;
	float: left;
}
#cart_table td.empty_cart {
	padding: 20px 0;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #444;
	background: #eee;
}
#cart_table span.prodAdded {
	color:#298E1E;
	font-weight:bold;
	font-style:italic;
	font-size:1.3em;
}
p.next_step {
	text-align: right;
}
pre {
	margin-top: 2px;
	color: #444;
	font-size: 1.4em;
	line-height: 1.3em;
	word-wrap: break-word;
}
/*
img, div, .pngfix {
	behavior: url(/iepngfix.htc);
}
*/
div.notification {
	margin: 0 auto;
	padding: 10px;
	width: 450px;
	background: url(../images/alpha10.png) repeat;
}
div.notification p {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
	text-align: center;
	color: #444;
}
div#message {
	margin: 20px auto 10px;
	padding: 5px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	width: 400px;
}
#login div#message {
	margin: 0;
	width: auto;
}
div.success {
	color: #00ba53;
	/*background: #d5ffaf;*/
	background: #f5fbeb;
	border: 1px solid #00ba53;
}
div.error {
	color: #ba0000;
	/*background: #ffd1d1;*/
	background: #fbebeb;
	border: 1px solid #ba0000;
}

div.notification2 p{
	text-align: left;
	width: 500px;
	font-style:italic;
	font-size:0.9em !important;
}


form#submit_tips {
	float: none;
}
form#submit_tips p {
	margin: 0;
}
td label {
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	text-transform: none;
	font-size: 1em;
	letter-spacing: 0;
}
#billing_address {
	padding: 10px;
	margin-bottom: 15px;
	width: 450px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	height:380px;
}
#billing_address h3 {
}
#billing_address .form_columns {
	border: none;
	position:absolute;
	width:450px;
}
#billing_address .formcolumn_left {
	width: 200px;
}
#billing_address .formcolumn_right {
	width: 200px;
}
#billing_address input {
	margin-top: 2px;
	padding: 0;
	width: 185px;
}
#billing_address .form_columns p {
	margin: 0 0 8px;
}
img.payment_logo {
	margin: 10px 10px 20px 0;
}
span.required {
	color: #f00;
}
p.notice {
	font-size: 1.1em;
}
.discount {
	color: #E7619D;
}
#select_salary {
	margin-left: 10px;
}
p.terms_conditions {
	padding: 4px 0 0;
	color: #666;
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	font-style: italic;
	letter-spacing: 1px;
}
p.terms_conditions a:link, p.terms_conditions a:visited {
	color: #666;
	text-decoration: underline;
}
p.terms_conditions a:hover, p.terms_conditions a:active {
	color: #000;
}
body#front_login {
	margin: 0;
	padding: 0;
	/*background: url(../images/bg_front.jpg) no-repeat 50% -80px #f7f7f7;*/
	height: auto;
}
body.christmax_bg {
	background: url(../images/bg_front_campaign.jpg) no-repeat 50% -80px #f7f7f7 !important;
}
#front_login #container {
	margin: 5px auto 0;
	width: 950px;
}
#front_login h1 {
/*margin: 0 0 20px;
	width: 257px;
	height: 103px;
	background: url(../images/logo_front.png) no-repeat top left transparent;
	overflow: hidden;*/
}
h1.danish,
#header h2.danish

 {
	width:410px !important;
}
h1.danish a,
#header h2.danish a
 {
	background: url(../images/bg_tm.png) right 40px no-repeat;
}
/*#front_login h1 a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 2000px;
}*/

#front_text {
	float: left;/*width: 500px;*/
}
#front_form {
/*float: right;
	width: 142px;*/
}
#front_text p {
	margin-left: 20px;
	font-size: 1.2em;
	font-family: Georgia, Times, serif;
	line-height: 1.5em;
	color: #555;
}
#front_login p.front_links {
	margin: 0;
	padding: 5px 0;
	text-align: center;
}
#front_form form {
	margin: 0;/*	padding: 10px 21px 15px;
	background: url(../images/front_form_bg.gif) no-repeat top left #e8e8e8;*/
}
#front_form input.front_input {
	margin: 0 0 8px;
	/*width: 110px;*/
	/*border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: none;
	border-top: 1px solid #aaa;*/
	color: #444;
}
#front_form label {
/*font-family: Arial, Verdana, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	font-size: 1.1em;*/
}
#front_form p.remember_me {
	margin: 0;
}
#front_form p.forgot_password {
	margin: 3px 0 0 12px;
	font-size: 1.1em;
}
#front_form #options_left {
	width: 130px;
	float: left;
}
#front_form #options_right {
	width: 65px;
	float: right;
}
#front_login p.front_links a:link, #front_login p.front_links a:visited {
	color: #fff;
}
#front_login p.front_links a:hover, #front_login p.front_links a:active {
	color: #fff4fb;
}
#front_login p.front_links a {
	padding: 4px 0 0;
	display: block;
	width: 112px;
	height: 16px;
	background: url(../images/front_button.jpg) no-repeat top left;
}
#front_about {
	margin-left: 2px;
	float: left;
}
#front_brands {
	margin-right: 2px;
	float: right;
}
#front_text strong {
	color: #e63eab;
}
#front_footer {
	padding: 9px 0 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: url(../images/bg_countdown.gif) repeat-x top left #444;
	display:none;
}
#front_footer p {
	margin: 0;
	font-size: 1.1em;
	font-family: Georgia, Times, serif;
	text-align: center;
	letter-spacing: 1px;
	color: #eee;
}
#front_footer strong {
	text-transform: uppercase;
}
p#signup_button {
	margin: 12px 0 0 4px;
	width: 236px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	background: url(../images/big_signup_button.gif) no-repeat top left transparent;
}
p#signup_button a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 9px 0 7px;
	height: 14px;
	text-decoration: none;
}
p#signup_button a:link, p#signup_button a:visited {
	color: #fff;
}
p#signup_button a:hover, p#signup_button a:active {
	color: #ffdff4;
	text-decoration: underline;
}
p.pink_button {
	margin: 3px 0 0;
	padding: 0;
	text-align: center;
	background: url(../images/button_left.gif) top left no-repeat;
}
p.pink_button a {
	padding: 4px 6px 6px 9px;
	display: block;
	height: 10px;
	background: url(../images/button_right.gif) top right no-repeat transparent;
	text-decoration: none;
}
p.pink_button a:link, p.pink_button a:visited {
	color: #fff;
}
p.pink_button a:hover, p.pink_button a:active {
	color: #ffdff4;
}
#front_tips {
	margin-top: 10px;
}
#front_login div#message {
	margin: 0 0 10px 0;
	width: auto;
	font-size: 1.1em;
}
#dev_bar {
	position: absolute;
	top: 0;
	left: 0;
	/*right: 0;*/
	padding: 5px;
	background: #444;
	color: #eee;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#dev_bar a:link, #dev_bar a:visited {
	color: #bbb;
}
div.campaign_tips, div.campaign_remind {
	/*clear:both;*/
	margin: 0 0 0 0;
	/*	padding-top:-20px;*/
	/*padding: 11px 6px 5px 0;*/
	/*text-align: center;*/
	/*font-weight: bold;*/
	font-size: 1.3em;
	/*font-family: Arial, Times, serif;
	text-transform: uppercase;*/
	/*color: #999;*/
	/*background: url(../images/box_gradient.png) repeat-x top left;*/
	text-align:right;
	padding-right:6px;
	float:right;
	width:100px;
}
div#Searchresult div.campaign_tips {
	width:145px;
	font-size:1em;
}
div.campaign_tips a:link, div.campaign_tips a:visited, div.campaign_remind a:link, div.campaign_remind a:visited {
	/*color: #666;
	text-decoration: underline;*/
	font-style:italic;
}
div.campaign_tips a:hover, div.campaign_tips a:active, div.campaign_remind a:hover, div.campaign_remind a:active {
	color: #222;
}
p.dialog_text {
	margin: 5px 0 10px;
	font-size: .7em;
	line-height: 1.4em;
	color: #444;
}
#dialog label {
	display: none;
	/*	font-family: Arial, Verdana, sans-serif;*/
	text-transform: none;
	letter-spacing: 0;
	font-size: .95em !important;
}
#dialog_login label {
	/*font-family: Arial, Verdana, sans-serif;*/
	text-transform: none;
	letter-spacing: 0;
	font-size: .7em !important;
}
#dialog input#tips_email {
	float: right;
	width: 270px;
}
#dialog_login input#dialog_username, #dialog_login input#dialog_password {
	margin: 3px 0 0;
	width: 270px;
}
#register_competition {
	margin: 10px 0 0;
	padding: 16px 0 0;
	background: url(../images/headergfx_bottom.png) repeat-x top;
}
#register_competition label {
	font-size: 1.1em;
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #555;
	white-space: nowrap;
}
#register_competition h4 {
	margin: 0 0 5px;
	font-size: 1.1em;
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	color: #555;
}
#register_competition p {
	margin: 0 0 5px;
}
p.small_message {
	margin: 5px 0 10px;
	font-size: 1.1em;
	color: #666;
}
#register_competition .formcolumn_right {
	width: 235px;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
.clear {
	display: block;
}
/* THICKBOX */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {
	color: #666666;
}
#TB_window a:visited {
	color: #666666;
}
#TB_window a:hover {
	color: #000;
}
#TB_window a:active {
	color: #666666;
}
#TB_window a:focus {
	color: #666666;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:1001;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background: url(../images/macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 1002;
	color:#000000;
	display:none;
	border: 1px solid #ccc;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title {
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal {
	padding:15px;
}
#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}
#TB_load {
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.left-brand-info {
	margin: 10px 5px;
	width: 190px;
	text-align: center
}
.left-brand-info p {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
#shop_container #alt_content .left-brand-info img {
	display: inline;
}
.campaign_text {
	margin-bottom: 15px;
}
.discount_code {
	text-align: right;
}
.p_header {
	color: #E7619D;
	font-size: 1.7em;
}
.reminder_table {
	width: 100%;
	margin-bottom:30px;
}
.reminder_table td, .reminder_table th {
	width: 33%;
	font-size:1.4em;
	padding:8px 0;
}
.reminder_table th {
	border-bottom:1px solid #DCDCDC;
	color:#333333;
	font-family:Georgia, Times, serif;
	letter-spacing:0.1em;
	text-transform:uppercase;
}
.reminder_table td {
	color: #303030;
}
.reminder_con {
	width: 100%;/*text-align: center;*/
}
.campaign-size {
	width: 160px;
	font-size: 1.2em;
}
.page_subheader {
	color: #303030;
	font-size: 1.3em;
	margin-bottom: 10px;
}
.targetGroup {
/*position: absolute;
	right: 0;
	top: 0;*/
}
.product_share {
	margin-top: 15px;
	float: left;
	margin-left: 15px;
}
.product_share a {
	font-size: 1.4em;
	text-transform: uppercase;
	font-family: Georgia, Times, Serif;
}
.product_share img {
	position: relative;
	top: 2px;
}
#notification {
	display: none;
}
#tip-a-friend {
	display: none;
}
#import_contacts {
	display: none;
}
#klarna-about {
	display: none;
}
#notification textarea {
	width: 275px;
	height: 80px;
}
#notification p {
	margin: 0 0 10px 0;
}
.closeNotification {
	font-size: 1.6em;
	margin: 3px;
	float: right;
}
.dialog input {
	width: 270px;
}
/* christmas campaigh 2009 addons
-----------------------------------------*/
.campaign_christmas {
}
.chCampBig {
	/*height:230px;*/
	background: url(../images/christmas_large_campaign.jpg) no-repeat;
	padding-top:195px;
	padding-left:720px;
	padding-bottom:14px;
	cursor:pointer;
}
.campaign_christmas .campaign_tips {
	margin-bottom:30px;
}
.introButton {
	width:215px;
}
div#popEmailForm, div.emailConfirmation {
	display:none;
}
div#popEmailForm {
	position:absolute;
	z-index:13;
	width:400px;
	border:1px solid #C81695;
	padding:40px;
	background:#FFFFFF url(../images/bg_content.gif) no-repeat scroll right bottom;
}
div#popEmailForm h2 {
	margin-top:0px;
}
div#popEmailForm input {
	width:220px;
	margin-top:10px;
}
div#popEmailForm textarea {
	height:100px;
	width:227px;
	margin-top:10px;
}
div#popEmailForm label {
	margin-top:13px;
	display:block;
	float:left;
	width:100px;
}
div#popEmailForm a, div#popEmailForm button {
	float:left;
	margin-top:50px;
	width:100px;
	margin-right:10px;
}
div#popEmailForm h3 {
	font-family:Georgia, Times, Serif;
	font-size:1.4em;
	text-transform:uppercase;
	color:#E7619D;
}
div#popEmailForm button {
	color: #fff !important;
	background: url(../images/button_pink.gif) repeat-x center center;
	border: 1px solid #bc178d;
	display:block;
	font-family:Georgia, Times, serif;
	font-size:1.1em;
	padding:2px 4px;
	/*text-align:center;
	text-decoration:none;*/
	text-transform:uppercase;
}
div#popEmailForm button:hover {
	background:transparent url(../images/button_grey.gif) repeat-x scroll center center;
	border:1px solid #555555;
	color:#CCCCCC;
	cursor:pointer;
}
.tleftspan {
	display: none;
}
/*themes
----------------------*/
body.pink {
	background: #FBF1F0 url('../images/bg_wrapper_pink.jpg') top center no-repeat;
}
body.purple {
	background:#F7E6EC url('../images/bg_wrapper_purple.jpg') top center no-repeat;
}
body.gold {
	background:#E9CE7D url('../images/bg_wrapper_gold.jpg') top center no-repeat;
}
/*shopping cart
-------------------------*/
#shoppingCart {
	float:right;
	height:123px;
	text-align:right;
	font-size:1.1em;
	color:#616161;
	position:relative;
	padding-right:3px;
	width:260px;
}
#shoppingCart div.shoppingCart_loggedInUser {
	margin-top: 10px;
}
#shoppingCart div.cartTotal {
	width: 265px;
	display:block;
	margin:0px 5px 0 0;
	padding:0 0 10px 0px;
	border-bottom:1px solid #DCDCDC;
	/*line-height:1.8em;*/
	font-style:italic;
}
#shoppingCart div.cartTotal a.cTotal:hover {
	text-decoration:none;
}
#shoppingCart div.cartTotal img {
	vertical-align:middle;
	margin-right:10px;
}
a.loLink {
	color:#4e4e4e;
}
#shoppingCart div.scLinks {
	margin-top:8px;
}
#shoppingCart div.scLinks a, #shoppingCart div.scLinks span {
	line-height:1.5em;
	display:block;
	font-style:italic;
}
#shoppingCart div.scLinks a.link1, #shoppingCart div.scLinks span.link1 {
	font-size:1.1em;
	font-weight:bold;
	color:#4C4E4B;
}
#shoppingCart div.scLinks a.link2, #shoppingCart div.scLinks span.link2 {
	color:#666;
}
#shoppingCart div.scLinks span.link3 {
	color:#E7619D;
}
#cartPop {
	position:absolute;
	z-index:5;
	/*width:520px;*/
	float:right;
	padding:10px;
	border:1px solid #ccc;
	right:3px;
	top:30px;
	display:none;
	background:#fff url('../images/bg_campaignbig.gif') bottom right no-repeat;
}
#cartPop table {
	font-size:0.8em;
	width:640px;
	margin-bottom:6px;
	text-align:left;
}
#cartPop table td.name {
	width:220px;
}
#cartPop table td.color, #cartPop table td.size, #cartPop table td.amount {
	width:80px;
}
#cartPop table td.priceSum {
	width:640px;
	text-align:right;
}
#cartPop table td.amount input {
	margin-left:16px;
}
#cartPop p.next_step {
	margin-left:540px;
	font-size:1em !important;
}
/*front page & slideshow
-------------------------*/
#frontText {
	position:absolute;
	z-index:200;
	margin-left:50px;
	width:320px;
	top:430px;
	height:180px;
	color:#fff;
	font-size:1.2em;
	line-height:1.4em;
	float:left;
}
#frontText h2 {
	background:none;
	color:#fff;
	text-transform:none;
	font-weight:bold;
	text-align:left;
	margin:0 0 8px 0;
	letter-spacing:0;
	font-style:italic;
	font-size:1.8em;
}
#rightColHome {
	margin:40px 0 18px 0px;
	/*background:#eee;*/
	float:left;
	width:200px;
}
#rightColHome label {
	text-transform:none;
	font-style:italic;
	font-weight:bold;
	color:#4E4E4E;
	letter-spacing:0;
	font-size:1.2em;
	margin-bottom:6px;
	display:block;
}
#rightColHome label.rememberMe {
	display:inline;
	font-size:1.1em;
	font-weight:normal;
	margin-bottom:0;
}
#rightColHome input {
	width:184px;
	/*height:35px;*/
	background:#E9E9E9;
	border:none;
	margin-bottom:10px;
	color:#9E9E9E;
	font-style:italic;
	font-size:1.2em;
	padding:10px;
}
#rightColHome input#user_pass {
	margin-bottom:7px;
}
#rightColHome input#login_remember {
	width:12px;
	height:12px;
	margin-right:3px;
	padding:0;
	margin-bottom:0;
}
#rightColHome a.lostPass, #rightColHome a.readMoreT {
	font-style:italic;
	font-size:1.1em;
	color:#E7619D;
	/*clear:both;*/
	display:block;
	float:right;
	padding-top:12px;
}
#rightColHome p.pink_button {
	float:left;
	background:url('../images/bg_button.png') repeat-x;
	height:30px;
	margin:6px 0 0 0;
}
p.gray_button {
	background:url('../images/bg_button_gray.png') repeat-x !important;
}
#rightColHome p.gray_button {
	margin-top:0px;
}
#rightColHome p.pink_button a {
	background:none;
	font-weight:bold;
	font-size:1.2em;
	line-height:18px;
	padding:3px 9px;
}
#rightColHome div.formLine {
	border-bottom:1px solid #D6D6D6;
	height:16px;
	margin-bottom:37px;
}
.whiteBoxIndex, .whiteBoxIntroCampaign {
	background:#fff;
	/*border-bottom:3px solid #666;*/
	clear:both;
	padding:0 10px 10px 0;
	margin-bottom:18px;
	background:url('../images/bg_shadowBox.png') bottom repeat-x;
}
div#product_thumbnails a {
	background:url('../images/bg_otherImage.png') no-repeat;
	display:block;
	float:left;
	padding:7px 12px 11px 12px;
}
div#product_thumbnails a img {
	width:64px;
	height:82px;
	border:none;
	display:block;
}
.whiteBoxIntroCampaign {
	margin:0 0 20px 0;
}
/*slideshows*/
div#slideshowContainer {
	background:url('../images/bg_slideshow.png') no-repeat;
	height:505px;
	/*width:720px;*/
	overflow:hidden !important;
	float:left;
}
div#slideshowCampContainer {
	background:url('../images/bg_slideshowCampaign.png') no-repeat;
	height:370px;
	overflow:hidden !important;
	float:left;
}
div#slideshowCampaign div.infoTip, div.campaign_container div.infoTip, .whiteBoxIndex .infoTip {
	position:absolute;
	z-index:1300;
	margin-top:0;
	width:580px;
	height:310px;
	background:url('../images/bg_infoTip.png');
	display:none;
}
/*login page infoTip*/
body#front_login .whiteBoxIndex .infoTip {
	margin:30px 0 0 30px;
}
body#front_login .infoTip a.closeButton {
	padding-right:12px;
}
.whiteBoxIndex .infoTip {
	/*display:block;*/
	width:660px;
	height:445px;
	overflow:hidden;
	background:#F1F1F1;
}
.whiteBoxIndex .infoTip div.leftText {
	float:left;
	padding:30px;
	width:282px;
	height:390px;
	overflow:hidden;
}
.whiteBoxIndex .infoTip div#Searchresult {
	float:right;
	position:absolute;
	z-index:1300;
	right:0;
	margin-top:25px;
	width:300px;
	height:410px;
	overflow:hidden;/*text-align:center;*/
}
.whiteBoxIndex .infoTip div#Searchresult img {
	width:240px;
	height:296px;
	margin-left:15px;
}
div#Searchresult h3 {
	letter-spacing:0;
	text-transform:none;
	margin-top:15px;
	height:25px;
}
.whiteBoxIndex .infoTip div#Searchresult div.result {
	background:url('../images/bg_moreInfo.png') center 0 no-repeat;
	width:271px;
	padding:17px 0;
}
div.campaign_container div.infoTip {
	/*display:block;*/
	width:400px;
	height:230px;/*margin-left:18px;*/
}
div.infoTip p.brandText {
	margin:20px;
	color:#fff;
	text-align:left;
}
div#slideshowCampaign div.infoTip a.closeButton, div.campaign_container div.infoTip a.closeButton, .whiteBoxIndex div.infoTip a.closeButton {
	margin:20px 45px;
	float:right;
	background:url('../images/closeButton.png') no-repeat;
	height:25px;
	width:25px;
}
div.campaign_container div.infoTip a.closeButton {
	margin:20px 53px;
}
div.whiteBoxIndex div.infoTip a.closeButton {
	margin:5px 10px;
	background:url('../images/bg_closeExample.png') right 4px no-repeat;
	width:70px;
	height:15px;
	font-size:1.1em;
	font-style:italic;
	text-align:right;/*padding-right:12px;*/
 }
div#slideshowCampContainer a.campInfoButton, div.campaign_container a.campInfoButton {
	position:absolute;
	z-index:950;
	margin-top:20px;
	margin-left:510px;
	display:block;
	width:25px;
	height:25px;
	background:url('../images/infoButton.png') no-repeat;
}
div.campaign_container a.campInfoButton {
	margin-left:322px;
	margin-top:20px;
}
div#slideshowCampContainer a.campVideoButton, div.campaign_container a.campVideoButton {
	position:absolute;
	z-index:951;
	margin-top:20px;
	margin-left:540px;
	display:block;
	height:25px;
	width:25px;
	background:url('../images/videoButton.png') no-repeat;
}
div.campaign_container a.campVideoButton {
	margin-left:352px;
	margin-top:20px;
}
div.introCampaign h4 {
	height:60px;
	width:280px;
}
div.introCampaign div.campaign_tips {
	clear:both;
	float:none;
	text-align:right;
	width:284px;
}
/*.campaignMain{
	float:none;
}*/

/**
 * Slideshow
 *
 * START:
 */
#cs-buttons-slideshoW {
	position: absolute !important;
	top: 50px !important;
	left: 490px !important;
	z-index: 10000 !important;
	margin: 0 !important;
}
.cs-title {
	width: 640px !important;
	background: red;
}
.cs-title b {
	font-size: 1.8em;
	font-weight: normal;
	padding-bottom: 5px;
	display: block;
}
.cs-title p {
	font-size: 1.2em;
}
/**
 * END;
 */

div#slideshoW, div#slideshowCampaign {
	margin:30px;
}
div#slideshowCampaign img.mainCampImage {
	width:580px;
	height:310px;
}
.coin-slider {
	overflow: hidden;
	zoom: 1;
	position: relative;
	width:720px;
}
.os2 .coin-slider {
	width:400px;
	height:230px;
	margin:0 18px;
}
div#slideshowCampContainer .coin-slider {
	width:640px;
}
.coin-slider a {
	text-decoration: none;
	outline: none;
	border: none;
}
.cs-buttons {
	font-size: 0px;
	padding: 10px;
	float: right;
	position:absolute;
	z-index:30;
	left:-50px !important;
	top:-75px;
	text-align:right;
}
.os2 .cs-buttons {
	left:-20px !important;
	top:-45px;
	text-align:right;
}
.cs-buttons a {
	margin-left: 9px;
	height: 18px;
	width: 18px;
	float: left;
	/*border: 1px solid #B8C4CF; */
	/*color: #B8C4CF; */
	text-indent: -1000px;
	background:url('../images/bg_dot.png') no-repeat;
}
a.cs-active {
	/*background-color: #B8C4CF;
	color: #FFFFFF; */
	background:url('../images/bg_dot_selected.png') no-repeat;
}
.cs-title {
	width: 545px;
	padding: 10px;
	background-color: #000000;
	color: #FFFFFF;
}
.cs-prev, .cs-next {
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 10px;
}
/*start page menu*/
ul#homeMenu {
	margin:10px 0 0 0;
	padding:10px 0;
	border-top:1px solid #ADADAD;
	/*border-bottom:1px solid #ADADAD;*/
	list-style:none;
}
ul#homeMenu li {
	display:inline;
}
ul#homeMenu li a {
	margin-right:10px;
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
	color:#E7619D;
}
p.dkCopyright {
	padding:10px 0;
	color:#666;
	border-top:1px solid #adadad;
}
p.dkCopyright img {
	margin-top:10px;
	float:right;
}
/* product image with shadows
------------------------------------*/
.os1 {
	background:url('../images/botLeft.png') bottom left no-repeat;
	float:left;
}
div.campaign_container .os2 {
	height:245px;
}
div.campaign_container .os1 {
	margin-bottom:3px;
}
.os2 {
	background:url('../images/botRight.png') bottom right no-repeat;
	margin-bottom:0px;
	float:left;
	padding-bottom:21px;
}
.os2 img {
	display:block;
}
.os2 object.campaign_image, .os2 img.campaign_image {
	/*margin:0 18px;*/
	/*padding-bottom:21px;*/
	width:400px;
	height:230px;
}
.closed .os2 img.campaign_image {
	margin:0 18px;
}
.os2 object.campaign_image {
	z-index:31;
	position:relative;
}
.os2 img.product_image {
	margin:0 18px;
	/*padding-bottom:21px;*/
	width:238px;
	height:300px;
}
.os2 img.product_image_large {
	margin:0 18px;
	/*padding-bottom:21px;*/
	width:320px;
	height:400px;
}
.os3 {
	background:url('../images/topRight.png') top right no-repeat;
	text-align:left;
}
div.soldItem {
	background:url('../images/bg_sold.png') no-repeat;
	margin:0 18px;
	position:absolute;
	z-index:5;
	top:30px;
	left:13px;
	height:300px;
	width:238px;
}
div.soldItem strong {
	display:block;
	text-align:center;
	margin:50px 20px 0 0;
	float:right;
	width:80px;
	font-size:13px;
	font-style:italic;
	color:#fff;
}
/*old campaigns*/

div.campTextOld {
	background:url("../images/bg_shadowBox.png") repeat-x center bottom;
	padding:30px;
	color:#4E4E4E;
	font-size:1.3em;
	font-style:italic;
	margin-bottom:15px;
}
div.campTextOld p {
	margin-bottom:25px;
}
div.campTextOld div.pagination {
	font-size:1.3em;
}
/*--------------------*/
div.campTextOld div.pagination a.next, div.campTextOld div.pagination span.next, #read_more_window div#Pagination a.next, #read_more_window div#Pagination span.next {
	float:right;
	margin-right:0;
}
/*---------------------------------*/
h4.headline_wine {
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
	letter-spacing:0xp;
}
div.campTextOld div#Pagination a.next, div.campTextOld div#Pagination a.prev {
	width:200px;
	display:block;
}
div.campTextOld div#Pagination a.next {
	float:right;
	text-align:right;
}
div.campTextOld div#Pagination a.prev {
	float:left;
	text-align:left;
}
#read_more_window div#Pagination {
	position:absolute;
	z-index:2000;
	width:300px;
	top:170px;
	left:345px;
}
#read_more_window div.pagination a.next, #read_more_window div.pagination a.prev, #read_more_window div.pagination span.next, #read_more_window div.pagination span.prev {
	height:22px;
	width:11px;
	display:block;
	overflow:hidden;
}
#read_more_window div.pagination a.next {
	background:url("../images/bg_arrowNextEnabled.png") no-repeat;
	color:transparent;
}
#read_more_window div.pagination a.prev {
	background:url("../images/bg_arrowBackEnabled.png") no-repeat;
	float:left;
	color:transparent;
}
#read_more_window div.pagination span.next {
	background:url("../images/bg_arrowNextDisabled.png") no-repeat;
	color:transparent;
}
#read_more_window div.pagination span.prev {
	background:url("../images/bg_arrowBackDisabled.png") no-repeat;
	float:left;
	color:transparent;
}
#read_more_window div.leftText h3 {
	font-style:italic;
	text-transform:none;
	letter-spacing:0;
	font-weight:bold;
	margin-bottom:30px;
}
.whiteBoxIndex div.leftText p {
	font-size:1.3em;
	color:#6F6F6F;
	margin-bottom:20px;
}
div.example {
	position:absolute;
	background:url("../images/bg_example.png") no-repeat;
	text-align:center;
	z-index: 1400;
	top:20px;
	left:20px;
	width:68px;
	height:68px;
}
div.example span {
	margin:26px auto;
	display:block;
	color:#fff;
	font-style:italic;
}
.show {
	display:block !important;
}
.hide {
	display:none !important;
}
.locationListContainer {
	float: right;
	width: 370px;
}
.locationListContainer strong {
	float: left;
	margin: 12px 0px 8px 0px;
}
.locationList {
	width: 250px;
	font-size: 14px;
	margin: 10px 0px;
	float: right
}
.locationList option {
	width: 350px;
}
.yourServiceLocation {
	text-align: right;
	font-size: 12px;
}
.red, .red p {
	color:#F2184B !important;
	clear:both;
}
/*BLOG
----------------------*/
#blog_container {
}
.content_blog h2 a {
	color: #4E4E4E;
}
.blog_left {
	padding:30px;
	float:left;
	width:615px;
	background:#fff;
}
.blog_left p {
	margin-bottom:15px;
}
.blog_left div#Searchresult div.result h3 {
}
.blog_left h3 {
	margin-bottom:10px;
	margin-top:20px;
	color:#4E4E4E;
	letter-spacing:0;
	text-transform:none;
	font-weight:bold;
	font-size:2.5em;
	text-align:left;
}
.blog_left h3 a {
	color:#4E4E4E;
	font-weight:bold;
}
.blog_left {
	font-size:1.2em;
	color:#4E4E4E;
}
.blog_right {
	padding:30px;
	float:right;
	width:200px;
	background:#fff;
}
.blog_right h3 {
	text-transform:none;
	font-weight:bold;
	color:#666666;
	letter-spacing:0;
	font-style:italic;
}
.blog_right ul {
	margin:0 0 30px 0;
}
.blog_right ul li {
	font-size:1.2em;
	padding:2px 0;
	font-style:italic;
}
.blog_right a {
	color:#CC6666;
}
.autDate {
	font-weight:bold;
	font-size:.8em;
	margin: 10px 0;
}
a.comLink {
	font-style:italic;
}
div.tagList {
	float:right;
	font-style:italic;
}
.commentBox {
	background:#efefef;
	padding:10px;
	border:1px solid #ddd;
	margin-bottom:10px;
}
div.blog_left div#Pagination {
	margin:20px 0 2px 0;
	padding:5px 0;
	border-top:1px solid #DADADA;/*border-bottom:1px solid #DADADA;*/
}
div.blog_left div.pagination a, div.blog_left div.pagination span {
	font-size:1.6em;
	font-style:italic;
	display:block;
}
div.blog_left div.pagination span {
	color:#ddd;
}
div.blog_left div.pagination a.prev, div.blog_left div.pagination span.prev {
	float:left;
}
div.blog_left div.pagination a.next, div.blog_left div.pagination span.next {
	float:right;
}
/* start page: register and tour updates */
p.register-home-gender {
	margin: 0 0 10px 0;
}
#rightColHome .register-home-gender input.radio {
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	width: auto;
}
#rightColHome .register-home-gender label {
	display: inline;
	margin: 0 10px 0 5px;
}
.home-take-tour {
	clear: both;
	padding-top: 10px;
	font-size: 14px;
}
/* welcomepopup */
.popupContent h3 {
	font-family: Georgia, Times, serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 29px;
	text-transform: none;
	font-stretch:normal !important;
}
td#popupFooter {
	background-image:url('/images/popupFooterLogo.jpg');
	background-position:right;
	background-repeat:no-repeat;
	background-color:#e9e9e9;
	height:67px;
}
td#mikroshop_popupFooter {
	background-image:url('/images/salongK_popupFooterLogo.jpg');
	background-position:right;
	background-repeat:no-repeat;
	background-color:#e9e9e9;
	height:67px;
}
#brandsBox {
	background-image:url('/images/brandsBg.jpg');
	background-position:left;
	background-repeat:no-repeat;
	width:565px;
	height:67px;
}
.popupHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000 !important;
	line-height:15px;
	margin:0;
	padding-top:32px;
	padding-left:0;
	padding-right:10px;
	padding-bottom:0px;
	font-weight:bold;
	font-style:italic;
	text-transform:none;
}
.popupContent {
	font-size:11px;
}
.popupContent div, .popupContent p {
	font-size:11px;
	color:#4e4e4e;
	margin-left:15px;
	margin-right:10px;
}
.popupContent p {
	margin-top:20px;
	color:#4e4e4e;
	font-size:11px;
}
#welcome_popup_push {
	margin-top:20px;
	margin-left:152px;
	font-style: italic !important;
	color:#d76e9d;
}
.pushText {
	font-size:1em;
		margin-right:20px;
	margin-top:10px;
}
#welcome_popup_push em, #welcome_popup_push strong {
	font-style: italic !important;

}
.popupContent em, .popupContent strong {
	font-style:italic !important;
}
.popupContent .txtfeild {
	background: #E9E9E9;
	border: 1px solid #FFF;
	color: #9E9E9E;
	font-size: 1em;
	font-style: italic;
	margin-bottom: 10px;
	padding: 4px;
}
.popupContent p.pink_button {
	background: none;
	margin: 3px 0px 0px;
	padding: 0px;
	text-align: center;
	white-space:normal !important;
}
.popupContent p.pink_button a {
	background:none;
	display: block;
	height: 10px;
	padding: 4px 6px 6px 9px;
	text-decoration: none;
	white-space:normal !important;
}
.popupContent p.pink_button {
	background: url(/images/lilaButtonBg.png) repeat-x;
	float: left;
	height: 30px;
	margin: 6px 0px 0px;
	font-size:12px;
	font-weight:bold;
width:80px;
	white-space:normal !important;
}
.loginBtn{
	width:80px;
}
.signUpBtn{
	width:90px !important;
}
.popupContent label.rememberMe {
	display: inline;
	font-size: 1.1em;
	font-weight: italic;
	margin-bottom: 0px;
}
.popupContent label, .popupContent .small {
	font-size:1em;
}

.autDate {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	font-family: Arial, Verdana, sans-serif;
	margin-top: 40px;
}
.author_rows {
	position: absolute;
	left: 60px;
	bottom: 20px;
}
.author_row1, .author_row2, .author_row3 {
	display: block;
}
ul.blog_tags li {
	float: left;
	padding: 0 8px 7px 0;
}
.blog_breadcrumb {
	font-family: Arial, Verdana, Sans-serif;
	border-bottom: 1px solid #E7619D;
	padding-bottom: 20px;
}
.author_top {
	border-bottom: 1px solid #E7619D;
	padding-bottom: 10px;
}
.next_step_paypal {
	float: right;
}


