/* @group Global backgrounds */

.header{
	background: #000 url(/img/main-nav-bg.jpg) repeat-x left bottom;
}

.header-content{
	background: transparent url(/img/top-banner.jpg) no-repeat 0 0;
	height: 164px;
	position: relative;
}

.main-content{
	background: #fff url(/img/main-content-bg.jpg) repeat-x top left;
	color: #000;
	padding: 30px 0 0;
}

.footer{
	background: #000 url(/img/footer_top_bg.jpg) repeat-x left top;
}

.sub-nav{
	background: #cfc9c9;
	margin: 0 !important;
}

.sub-nav li a{
	color: #848484;
	font-size: 10pt;
	padding: 4px 14px 6px;
	display: block;
	text-decoration: none;
	float: left;
}

.sub-nav li a.active{
	color: #fefefe;
	background: #848484;
}

.sub-nav li a:hover{
	color: #fff;
	background: #686868;
}

/* @end */

/* @group Navigation */

.primary-nav{
	padding: 137px 0 0;
}

.primary-nav li.first a{
	border-left: 1px #dddddd solid;
}

.primary-nav li a{
	padding: 5px 8px;
	border-right: 1px #dddddd solid;
	display: block;
	text-transform: uppercase;
	color: #000;
	font: normal 13pt Perpetua, Times, serif;
}

.primary-nav li a:hover, .primary-nav li a.active{
	color: #fff;
	background: #848484;
}

/* @end */

/* @group buttons */

.grey-button{
	border: 1px solid #cfc9c9;
	background: transparent url(/img/grey-button-bg.gif) no-repeat right top;
	padding: 2px 32px 3px 16px;
	font-size: 9pt;
	color: #c23933;
	text-decoration: none;
	max-width: 202px;
}

.grey-button:hover{
	background: transparent url(/img/grey-button-bg.gif) no-repeat right bottom;
	color: #EEE;
	cursor: pointer;
}

a.grey-button{
	display: block;
}

.red-button{
	border: 1px solid #686767;
	background: transparent url(/img/red-button-bg.gif) no-repeat right top;
	padding: 1px 32px 3px 16px;
	font-size: 10pt;
	color: #fefefe;
	text-decoration: none;
	max-width: 202px;
}

.red-button:hover{
	background: transparent url(/img/red-button-bg.gif) no-repeat right bottom;
	color: #fefefe;
	cursor: pointer;
}

a.red-button{
	display: block;
}

/* @end */

/* @group Typography */

h2,h3,h4,h5,h6{
	clear: both;
}

h2,h3,h4,h5,h6,p,span,div{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}

h2, h3{
	font-size: 14pt;
	color: #000000;
	margin: 15pt 0 20pt;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

p,span,div{
	font-size:9pt;
	line-height:14pt;
	color: #828282;
}

p.line{
	font-size: 1px;
	color: #fff;
	clear: both;
	border-bottom: 1px solid #e0e0df;
}

.center{
	text-align: center;
}

a{
	color: #c23a34;
	text-decoration: none;
	cursor: pointer;
}

a:hover{
	color: #222;
}

/* @end */

/* @group Forms */

form{
	padding: 0 0 10px;
	border-bottom: 1px solid #d6d4d3;
}

form h4{
	background: #848484;
	color: #fff;
	padding: 5px 10px;
	font-size: 14pt;
	margin: 0;
}

form fieldset{
	background: #eaeaea;
	color: #848484;
	padding: 8px 10px 0;
}

form .ftext, form .fselect{
	background: #ffffff;
	border: 1px solid #c0bdbd;
	padding: 3px 2px;
}

form table label{
	display:block;
	margin:0 6px 10px 0;
	text-align:right;
}

form .pop-up-login table label{
	color: #666;
}

ul.steps{
	overflow: hidden;
	margin: 7px 0 10px !important;
	padding: 2px 0;
}

ul.steps li{
	background:transparent url(/img/arrows.gif) no-repeat scroll right 6px;
	color:#848484;
	float:left;
	height:19px;
	margin:0 15px 0 0;
	padding:1px 12px 0 0;
	text-align:left;
	text-transform:lowercase;
	vertical-align:middle;
	width:43px;
}

ul.steps li:last-child {
	background:none!important;
}

ul.steps li a{
	color:#848484;
}

ul.steps li.active, ul.steps li:hover {
	background: transparent url(/img/arrows.gif) no-repeat scroll right -27px;
	color: #c23a34;
}

 ul.steps li.active a, ul.steps li a:hover, ul.steps li:hover a  {
	color: #c23a34;
}

ul.steps li.active a, ul.steps li.active a:hover;{
	color: #c23a34;
}

#Form1 .line{
	margin: 6px 0 10px;
}

.thead{
	background: #fbfbfb;
}

.thead td{
	background: #fbfbfb;
	color: #848484;
	text-decoration: underline;
	font-weight: bold;
}

.cabinet table tr td{
	padding: 4px;
}

form table td{
	vertical-align:top;
}

.log-in form table td{
	overflow: hidden;
}

ol.numbers{
	list-style: decimal;
	list-style-position: inside;	
}

.form-buttons{
	overflow: hidden;
	margin: 10px 0 10px 0;
}

.form-buttons .red-button {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#IMAGEBUTTON3{
	width: 45px;
}

.drink-option-btn {
	background: transparent url(../img/drink-form-bg.jpg) no-repeat 0 0;
	height: 23px;
	width:303px;
	padding:114px 0 5px 10px;
	float: left;
	position:relative;
}

.drink-option-btn p, .food-option-btn p{
	width: 180px;
	float: left;
}

.drink-option-btn #type_coc, .food-option-btn #type_cul{
	float:right;
	margin:0 10px 0 0;
	width: 50px;
}


.food-option-btn{
	background: transparent url(../img/food-form-bg.jpg) no-repeat 0 0;
	height: 23px;
	width:303px;
	padding:114px 0 5px 10px;
	float: right;	
	position:relative;
}

.recipe-type, form .section {
	overflow: hidden;
}

form div.section, form .form-buttons {
	margin-top:25px;
}

form .form-buttons {
	padding-bottom:10px;
}

form div.section  p {
	float:left;
	width:170px;
	margin-left:20px;
	margin-right:35px;
}

form div.section  p {
	text-align:right;
}

form div.section .input, form div.section textarea, form div.section input {
	float:left;
}

form div.section input, form div.section select, form div.section textarea {
	margin:3px;
}

form div.section textarea, form div.section input, form div.section select {
	width:325px;
}

form div.section li select {
	width:320px;
}

form div.section textarea {
	height:150px;
}

.VAMValSummaryErrors{
	color: #c23a34;
}

/* @end */

/* @group Sub-nav-content */



.sub-nav-content{
	background: #e3e1e1;
	color: #050505;
	padding: 8px 8px 3px 16px;
}

.sub-nav-content p{
	font-size: 9pt;
	padding: 1px 0 0;
}

.sub-nav-content em{
	color: #848484;
	font-variant: normal;
	font-style: normal;
}

.sub-nav-content a.right{
	float: right;
}


/* @end */

/* @group logo */

.header h1{
	width: 123px;
	height: 69px;
	left:0px;
	position:absolute;
	top:22px;
}

.header h1 a{
	background: transparent url(/img/logo.gif) no-repeat 0 0;
	width: 123px;
	height: 69px;
	display: block;
	text-align: left;
	text-indent: -9999px;
}

/* @end */

/* @group footer */

.footer h6{
	background:transparent url(/img/sponsors.jpg) no-repeat scroll -65px 0;
	height:14px;
	margin: 31px auto 10px;
	text-align:left;
	text-indent:-9999px;
	width:100px;
}

.footer-sponsors{
	width: 250px;
	margin: 0 auto;
}

.footer-sponsors .porthole, .footer-sponsors .seamobile, .footer-sponsors .mha{
	background: transparent url(/img/sponsors.jpg) no-repeat;
	display: block;
	text-align: left;
	text-indent: -9999px;
}

.footer-sponsors .porthole{
	height: 28px;
	width: 66px;
	background-position: 0 -33px;
}

.footer-sponsors .seamobile{
	height: 44px;
	width: 88px;
	background-position: -75px -28px;
	margin: 0 15px;
}

.footer-sponsors .mha{
	height: 32px;
	width: 61px;
	background-position: -173px -30px;
}

.footer-nav{
	text-align: center;
	color: #aaa;
	margin: 10px 0 20px;
}

.footer-nav a{
	color: #aaa;
}

.footer-nav a:hover{
	color: #fff;
}

.footer .legal{
	margin: 0 0 10px;
}

.footer .legal.small{
	font-size: 8pt;
	margin: 0 0 20px;
}

/* @end */

/* @group sidebar */

.secondary h5{
	font-family: Perpetua,Times,serif;
	color: #000;
	font-size: 14pt;
	text-transform: uppercase;
}

.secondary-email-tout{
	background: transparent url(/img/email.jpg) no-repeat 135px 28px;
	color: #5f5f5f;
}

.secondary-email-tout .red-button{
	width: 147px;
}

.secondary-email2-tout{
	background: transparent url(/img/email2.jpg) no-repeat 135px 28px;
	color: #5f5f5f;
}

.secondary-email-tout h5{
	margin: 0 0 20px;
}

.secondary-email-tout ol{
	margin: 0 0 20px;
}

/* @end */

/* @group Misc */

img, div { 
	behavior: url(/css/iepngfix.htc);
}

ol{
	list-style: disc;
	list-style-position: inside;
}

.primary  .guidelines-list{
	list-style-position: outside;
	margin: 0 0 20px 15px;
}

.primary ul, .primary ol, .primary p{
	margin: 0 0 10px;
}

.em{
	font-style: italic;
}

.login-block{
	position: absolute;
	bottom: 35px;
	right: 0;
	color: #d5d5d5;
	text-align: right;
}

.login-block a{
	color: #bbb;
}

.login-block a:hover{
	color: #FFF;
}

.guidelines-tout-left{
	background:transparent url(/img/bacardi_apple.png) no-repeat scroll 128px 20px;
	float:left;
	height:155px;
	margin:20px 45px 0;
	padding-top:30px;
	width:209px;
}

.guidelines-tout-left .red-button{
	float: left;
	margin: 10px 0 0;
}

.guidelines-tout-right{
	width: 325px;
	float: left;
	padding-top: 80px;
}

.guidelines-tout-right p{
	color: #C23A34;
	padding: 0px 0 0 20px;
	background: transparent url(/img/left-arrow.gif) no-repeat scroll left center;
}

.guidelines-tout-right p strong{
	font-size: 16px;
}

.user-form-disclaimer{
	color: #000;
	font-size: 10px;	
}

.primary .user-form-note{
	font-size: 10px;	
	font-style: italic;
	margin: 0 0 25px;
}

body.user-form{
	background: #fff;
}

#ForgotPassword2_RequiredTextValidator3_Txt, 
form span.required {
	color: #C23A34;
}

.user-form-note span{
	color: #C23A34;
}

.user-form form{
	border: none;
}

.user-form form .red-button{
	float: left;
}

.user-form form label{
	display: inline;
	margin: 0;
}

.user-form form .ftext-container, .user-form form  .fselect-container, .user-form form .fcheck-container{
	margin:0 0 10px;
}

.user-form form .ftext-error{
	color: #C23A34;
	display: block;
}

.user-form form fieldset{
	margin:0 0 25px;
	padding:15px 10px 8px;
}

.user-form form #userType td, .user-form form #registrationform_userType td {
	padding: 0 10px 0 0;
}

.user-form form #userType td input, .user-form form #registrationform_userType td input{
	width: 23px;
}

.forgot-password{
	height: 300px;	
}
/* @end */

/* @group home page */

.secondary-welcome-tout{
	margin: 0 0 42px;
}

.homepage-sidebar .secondary-welcome-tout h5{
	font-size: 18pt;
	margin: 0 0 12px;
}

.homepage-sidebar .secondary-welcome-tout p{
	margin: 0 0 12px;
}

.homepage-sidebar .secondary-welcome-tout h5:first-letter{
	font-size: 21pt;
}

.homepage-sidebar .secondary-competiton-tout h5{
	margin: 0 0 15px;
}

.homepage-sidebar .secondary-competiton-tout{
	background: transparent url(/img/bacardi_apple.jpg) no-repeat 125px 0px;
	color: #5f5f5f;
}

.homepage-sidebar .secondary-competiton-tout ol{
	margin: 0 0 40px;
}

.homepage-sidebar .secondary-competiton-tout .red-button{
	width: 53px;
}

/*Couple overrides to make the homepage content area wider.*/

/* @group Touts */

.home-touts-wrapper{
	overflow: hidden;
	position: relative;
	width: 703px;
	height: 217px;
	margin: 0 0 25px;
}

.home-touts{
	overflow: hidden;
	position: relative;
	width: 703px;
	height: 217px;
}

.home-touts li{
	position: absolute;
	top: 0;
	left: 0;
	width: 703px;
	height: 217px;
}

.home-tout-1 a, .home-tout-2 a, .home-tout-3 a, .home-tout-4 a{
	background: transparent url(/img/content/tout1.jpg) no-repeat 0 0;
	display: block;
	width: 703px;
	height: 217px;
	text-align: left;
	text-indent: -9999px;
}

.home-tout-2 a{
	background: transparent url(/img/content/tout2.jpg) no-repeat center center;
}

.home-tout-3 a{
	background: transparent url(/img/content/tout3.jpg) no-repeat center center;
}

.home-tout-4 a{
	background: transparent url(/img/content/tout4.jpg) no-repeat center center;
}

.home-touts-nav{
	position: absolute;
	bottom: 9px;
	right: 0;
	display: block;
}

.home-touts-nav li{
	float: left;
}

.home-touts-nav li a{
	background:#222221 none repeat scroll 0 0;
	border: 1px solid #222221;
	color:#C7C7C7;
	display:block;
	margin:0 9px 0 0;
	padding:3px 0;
	text-align:center;
	width:26px;
}

.home-touts-nav li a:hover{
	background: #C7C7C7;
	color: #222221;
}

.home-touts-nav li a.active{
	background: #C7C7C7;
	color: #222221;
}

/* @group Winners */


.home-winners-touts{
	overflow: hidden;
	margin: 0 0 0 4px;
}

.home-boty{
	width: 340px;
	float: left;
	padding: 0 9px 0 0;
	margin: 0 9px 0 0;
	border-right: 1px solid #dfe0de;
	overflow: hidden;
}

.home-coty{
	width: 339px;
	float: left;
	overflow: hidden;
}

.home-boty h3, .home-coty h3{
	background: #191919;
	font-family:Perpetua,Times,serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 10px 6px 12px;
	border: 1px solid #c2c0c0;
	border-bottom: none;
}

.home-boty-content, .home-coty-content{
	background: #fff url(/img/home-boty-tout-bg.jpg) repeat-x 0 0;
	border: 1px solid #c2c0c0;
	border-top: none;
	padding: 15px 10px 10px 18px;
	overflow: hidden;
}

.home-coty-content{
	background: #d4d4d4 url(/img/home-coty-tout-bg.jpg) repeat-x 0 0 !important;
}

.boty-home-image, .coty-home-image{
	display: block;
	border: 1px solid #dfe0de;
	float: left;
	margin: 0 10px 10px 0;
}

.home-boty-content-info, .home-coty-content-info{
	width: 136px;
	overflow: hidden;
	float: left;
}

.home-winners-touts .red-button{
	clear: both;
	font-size:8pt;
	padding:3px 21px 2px 10px;
	width:82px;
}

.home-winners-touts p{
	color: #000;
}

.home-winners-touts strong{
	color: #c53b34;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

.home-winners-touts span{
	display: block;
	color: #919191;
	margin: 0 0 15px;
}

/* @end */

/* @end */


/* @end */

/* @group sponsor page */

.sponsors-page-sponsor{
	overflow: hidden;
	margin: 0 0 40px;
}

.sponsors-page-sponsor img{
	display: block;
	margin: 0 30px 0 5px;	
	text-align: right;
	width: 90px;
	float: left;
}

.sponsor-page-sponsor-info{
	float: left;
	width: 515px;
	
}

.sponsor-page-sponsor-info h5{
	margin: 0 0 25px;
	font-weight: bold;
	font-size: 15pt;
}

/* @end */

/* @group Winers */

/* @group Sidebar */

.secondary-download-tout, .secondary-competition-tout, .secondary-email2-tout{
	color: #5f5f5f;
	margin: 0 0 55px;
}

.secondary-download-tout h5, .secondary-competition-tout h5, .secondary-email2-tout h5{
	margin: 0 0 15px;
}

.secondary-download-tout ol, .secondary-competition-tout ol, .secondary-email2-tout ol{
	margin: 0 0 20px 5px;
}

.secondary-download-tout .red-button{
	width: 143px;
}

.secondary-email2-tout .red-button{
	width: 147px;
}

.secondary-competition-tout .red-button{
	width: 55px;
}

.secondary-competition-tout{
	background: transparent url(/img/bacardi_apple.jpg) no-repeat 128px 20px;
}


/* @end */

.winners-boty-info{
	background: #FFFFFF url(/img/home-boty-tout-bg.jpg) repeat-x scroll 0 0;
	border: 1px solid #bbbaba;
	border-top: none;
	padding: 18px 10px 0 17px;
	height: 355px;
	position: relative;
}

.winners-coty-info{
	background: #D4D4D4 url(/img/home-coty-tout-bg.jpg) repeat-x scroll 0 0 !important;
	border-right: 1px solid #c4c3c3;
	border-left: 1px solid #c4c3c3;
	border-bottom: 1px solid #c4c3c3;
	padding: 18px 10px 0 17px;
	height: 355px;
	position: relative;
}

.winners-boty h3, .winners-coty h3{
	background:#191919 none repeat scroll 0 0;
	border: 1px solid #C2C0C0;
	border-bottom: none;
	color:#FFFFFF;
	font-family:Perpetua,Times,serif;
	margin:0;
	padding:6px 0px 6px 12px;
	text-transform:uppercase;
	font-size: 13pt;
}

.winners-boty h3 span, .winners-coty h3 span{
	font-size: 17pt;
	color:#FFFFFF;
	font-family:Perpetua,Times,serif;
	text-transform:uppercase;
}

.winners-boty-info .winner-photo, .winners-coty-info .winner-photo{
	display: block;
	float: left;
	margin: 0 13px 10px 0;
	border: 1px solid #bbbaba;
}

.winners-boty-info-copy, .winners-coty-info-copy{
	width: 133px;
	float: left;
}

.winners-boty-more-info, .winners-coty-more-info{
	clear: both;
}

.winners-boty-info-copy, .winners-coty-info-copy{
	color: #000;
}

.winners-boty-info-copy strong, .winners-coty-info-copy strong{
	color:#C53B34;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
}

.winners-boty-info-copy span, .winners-coty-info-copy span{
	color:#919191;
	display:block;
	margin:0 0 15px;
}

.winners-coty-more-info ,.winners-boty-more-info{
	color: #000;
	font-size: 8pt;
	width: 160px;
}

.winners-boty-info .red-button, .winners-coty-info .red-button{
	position: absolute;
	bottom: 10px;
	left: 18px;
}

.winner-food, .winner-drink{
	display: block;
	position: absolute;
	right: 17px;
	bottom: 10px;
}

.winners-master-left h3.semi , .winners-master-right h3.semi{
	color:#191919;
	font-family:Perpetua,Times,serif;
	font-size:14pt;
	margin:20px 0 15px;
	text-transform:uppercase;
}

.winners-master-left h3.semi span, .winners-master-right h3.semi span{
	color:#191919;
	font-family:Perpetua,Times,serif;
	font-size:20pt;
	text-transform:uppercase;
}

.winners-bartenters{
	border: 1px solid #bbbaba;
	background: #fff;
	padding: 8px 10px;
	margin: 0 0 38px;
	height: 265px;
	color: #000;
	position: relative;
}

.winners-cuisine{
	border: 1px solid #bbbaba;
	background: #d4d4d4;
	padding: 8px 10px;
	margin: 0 0 38px;
	height: 265px;
	color: #000;
	position: relative;
}

.winners-cuisine p ,.winners-bartenters p{
	color: #000;
	font-size: 8pt;
	line-height: 10pt;
}

.winners-cuisine p span ,.winners-bartenters p span{
	font-size: 8pt;
}

.winners-cuisine a ,.winners-bartenters a{
	font-size: 7pt;
	line-height: 9pt;
	display: block;
}

.winners-cuisine a.red-button ,.winners-bartenters a.red-button{
	background-position:-155px -1px;
	height:18px;
	padding:1px 23px 3px 7px;
	width:64px;
	position: absolute;
	bottom: 10px;
	left: 8px;
	font-size: 8pt;
	line-height: 13pt;
	overflow:hidden;
}

.winners-cuisine a.red-button:hover ,.winners-bartenters a.red-button:hover{
	background-position: -155px -24px;
}

.winners-bartenters p span, .winners-cuisine p span{
	color: #5f5f5f;
}

.winners-bartenters img, .winners-cuisine img{
	margin: 0 0 10px;
}

/* @end */

/* @group Press */

.press-page dd{
	margin: 0 0 15px;
}

.press-page h4{
	font-size: 15px;
	color: #000;
	margin: 0 0 10px;
}

/* @end */

/* @group Popups */

body.popup{
	background: #fff;
	width: 600px;
	margin: 0 auto 20px;
}

.popup-logo{
	display: block;
	background: transparent url(/img/logo_white.gif)no-repeat 0 0;
	width: 120px;
	height: 66px;
	text-align: left;
	text-indent: -9999px;
	float: left;
	margin: 14px 0 0 28px;
}

.popup-header{
	height: 98px;
	background: transparent url(/img/pop_up_bg_top.jpg) repeat-x left bottom;
	border: 1px solid #bbbaba;
	border-bottom: none;
}

.popup-section1{
	border-left: 1px solid #bbbaba;
	border-right: 1px solid #bbbaba;
	overflow:hidden;
	padding: 60px 30px 30px 60px;
}

.popup-section2{
	background: transparent url(/img/pop_up_bg_bottom.jpg) repeat-x left top;
	border: 1px solid #bbbaba;
	border-top: none;
	padding: 18px 10px 11px 20px;
}

.print-btn{
	background: transparent url(/img/print-btn.gif) no-repeat right top;
	height: 26px;
	width: 122px;
	display: block;
	color: #fff;
	float: left;
	margin: 28px 0 0 250px;
	font-size: 11pt;
	padding: 6px 0 0 40px;
	border: 1px solid #725f5e;
}

.print-btn:hover{
	background: transparent url(/img/print-btn.gif) no-repeat right bottom;
	color: #fff;
}

.popup-section1 .winning_item{
	display: block;
	margin: 10px auto;
	float: left;
}

.popup-section1 .recipe{
	float: left;
	margin: 0 0 0 3px;
	width: 240px;
}

.popup-section1 .recipe h3, .popup-section1 .recipe-two h3{
	margin: 0 0 30px;
}

.popup-section1 .recipe p, .popup-section1 .recipe-two p{
	color: #000;
	font-size: 8pt;
}

.popup-section1 .recipe p.line, .popup-section1 .recipe-two p.line{
	margin: 0 10px 21px;
}

.popup-section1 .recipe ul, .popup-section1 .recipe-two ul{
	font-size: 8pt;
	margin: 0 0 10px;
}

.popup-section1 .recipe ol, .popup-section1 .recipe-two ol{
	font-size: 8pt;
	margin: 0 0 10px;
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 0 20px;
}

.popup-section1 .recipe-two{
	float: left;
	margin: 10px 0 0 3px;
	width: 500px;
	clear: both;
	overflow: hidden;
	padding: 20px 0 0;
	border-top: 1px solid #E0E0DF;
}

.popup-section1 .recipe-two-left{
	width: 240px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

.popup-section1 .recipe-two-right{
	width: 240px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}


.popup-creator-card{
	overflow: hidden;
	margin: 0 0 20px;
}

.popup-creator-card .popup-winnner-photo{
	display: block;
	float: left;
	border: 1px solid #e2e0e0;
	margin: 0 30px 0 0;
}

.popup-creator-card-info{
	float: left;
	width: 400px;
	overflow: hidden;
}

.popup-section2 p{
	margin: 0;
}

.popup-creator-card-info p{
	color: #000;
	float: left;
	margin: 0 20px 10px 0;
	width: 230px;
}

.popup-creator-card-info strong{
	color: #C53B34;
}

.popup-creator-card-info span{
	color: #5f5f5f;	
}

.popup-section2 h4{
	color: #000;
	font-weight: bold;
	margin: 0 0 6px;
}

.popup-section2 p.line{
	margin: 0 0 10px;
}

.popup-section2 .addn-info{
	margin: 10px 0 0;
	color: #000;
	font-size: 8pt;
	font-style: italic;
}

.float-right{
	float: left;
}

.pop-up-login{
	background: transparent url(../img/login_bg.jpg) no-repeat center top;
	padding: 30px 30px 15px 60px !important;
}

.pop-up-login h2{
	text-align: left;
	text-indent: -9999px;
	background: transparent url(../img/login_heading.png) no-repeat center center;
	height: 27px;
	margin: 0 0 15px;
}

body.log-in form{
	border: none;
	margin: 0;
	padding: 0;
}

body.log-in .popup-section2{
	text-align: center;
}

body.log-in .popup-section2 span{
	color: #c33a34;
}

.login-form .right{
	text-align: right;
	display: block;
	float: right;
}

/* @end */

/* @group Products */


.product-wrapper{
	overflow: hidden;
	display: block;
	width: 100%;
	clear: both;
	margin: 0 0 20px;
}

img.prod-drink{
	float: left;
	width:  136px;
	margin: 0 10px 0 0;
}

.prod-info{
	float: left;
	width: 494px;
}

.login-form table{
	width: 330px;
	margin: 0 0 0 30px; 
}

.left{
	float: left;
}

.login-form .it_regular{
	display: block;
	width: 100%;
	padding: 3px;
	background: #848484;
	color: #fff;
	border: none;
}

.login-form .red-button{
	float: left;
	margin: 10px 0 0;
}

/* @end */

/* @group age page */

body.age a{
	color: #fff;
}

body.age a:hover{
	color: #C23A34;
}

.age-primary-content{
	background: transparent url(/img/age-bg.jpg) no-repeat left center;
	margin: 0 auto;
	clear: both;
	padding:45px 0px 0px;
	height:auto;
}

.biglogo{
	display: block;
	margin: 20px auto 40px;
	background: transparent url(/img/age-logo.gif) no-repeat top left;
	height: 104px;
	text-align: left;
	text-indent: -9999px;
}

body.age{
	background: #000;
}

body.age .age-form p{
	width:420px;
}

body.age p{
	text-align: left;
	color: #fff;
	margin:10px auto;
	font-size:10px;
}

body.age .age-instructions{
	margin: 0 0 30px;
}

body.age .age-disclaimer{
	color: #888787;
}

body.age form {
	border:none;
}

body.age .age-form, body.age .footerAge {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

body.age .footerAge p{
	text-align: center;
}

body.age .footerAge {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

body.age .age-primary-content{
	margin-left:auto;
	margin-right:auto;
	padding:50px 50px 60px 350px;
	width:350px;
}



.age-logos{
	display: block;
	margin: 0 auto 0;
	width: 448px;
}


.date-age-dd, .country-age-dd{
	width: 215px;
	margin: 10px 0 10px;
}

.country-age-dd{
	margin: 10px 0 30px;
}

.country-age-dd #drpCountries{
	width: 215px;
}

body.age .age-primary-content #drpY{
	width: 36%;
} 
body.age .age-primary-content #drpM, body.age .age-primary-content #drpD{
	width: 29%;	
}

body.age .age-primary-content #drpCountries, 
body.age .age-primary-content #drpY, 
body.age .age-primary-content #drpM, 
body.age .age-primary-content #drpD {
	font-size:13px;
	background:#212121;
	border:2px solid #272727;
	padding:0px;
	text-align: center;
	color: #c33a34;
}

body.age .age-primary-content p.age-error span{
	color: #C23A34;
	font-weight: bold;
}


body.age a { 
	text-decoration:underline;
}

body.age a:hover {
	color:#C23A34;
	text-decoration:none;
}

body.age .age-primary-content option {
	padding:2px 4px;
	border:none;
}

body.age .footerAge p {
	margin:10px auto;
	color:#464545;
}

/* @end */

/* @group about page */

.timeline dl dt{
	font-weight: bold;
	/*color: #000;*/
}

.timeline dl dd{
	margin: 0px 0 11px;
}

table.entry-categories td{
	padding: 4px 20px;
}

/* @end */ 

/* @group registration form */
div#registrationForm fieldset p, 
div#registrationForm .theusertype {
	overflow:auto;
	padding:3px;
}

div#registrationForm fieldset p label, div.theusertype label {
	display:block;
	margin-right:15px;
	width:150px;
}

div#registrationForm fieldset p input, div#registrationForm fieldset p select#registrationform_cruiseLines,
div#registrationForm fieldset p label, 
div.theusertype table, div.theusertype label { 
	float:left;
	width:200px;
}
div.theusertype table label {
	width:auto;
	display:inline;
	margin-right:auto;
	float:none;
}

/* @end */
