@CHARSET "UTF-8";

/* BODY */

body, td, th {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #333333;
	text-decoration: none;
}

body {
	background-color : #cccccc;
	margin: 0;
	padding: 0;
	text-align : left;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	text-decoration : none;
}

form {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	-moz-outline-style: none;
	outline: none;
}

a:visited {
	/*color: #333333;*/
    text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: none;
}

.add_this_button {
	width: 125px;
	height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 4px;
}

a.btnSmall, a.btnMedium, a.btnLarge, a.btnHuge, a.button5 {
	display: block;
}

.btnSmall, .btnMedium, .btnLarge, .button5 {
	background-color: #fff;
	border: none;
	height: 17px;
	line-height: 17px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background-repeat: no-repeat;
	text-decoration: none;
}

.btnSmall {
	width: 39px;
	background-image: url(/img/mobile/button_go.jpg);
}

.btnMedium {
	width: 55px;
	background-image: url(/img/mobile/button_select2.jpg);
}

.btnLarge {
	width: 87px;
	background-image: url(/img/mobile/button_checkout.jpg);
}

a.btnSmall:hover, a.btnMedium:hover, a.btnLarge:hover, a.btnHuge:hover, a.btnSmall:visited, a.btnMedium:visited, a.btnLarge:visited, a.btnHuge:visited, a.button5:visited, a.button5:hover {
	text-decoration: none;
	color: #fff;
}

.success {
	color: #090;
	font-weight: bold;
}

.btnHuge {
	background-image: url(/img/layout/button_login_points.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	border: none;
	height: 29px;
	line-height: 29px;
	text-align: center;
	width: 132px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	margin: 0;
	margin-left: 2px;
}

#pager {
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

#pager a, #pager .current {
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 3px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#pager .current {
	font-weight: bold;
	color:#666;
	text-decoration:none;
	background-color:#FFF;
	border-color:#F60;
	border-style:solid;
	border-width:1px;
}

#pager a {
	color: #999;
}

#pager a:hover {
	border-color: #999;
	color: #333;
	border-color:#F60;
	border-style:solid;
	border-width:1px;
	text-decoration: none;
}

#pager a.previous:hover, #pager a.next:hover {
	background-color: #fff;
	border:none;
}

#pager .previous, #pager .next {
	background-color: #fff;
	border:none;
}

#empty {
	text-align: center;
	font-size: 11px;
}

.deal .delete {
	color: #fff
}

.highlighted {
	background-color: #ffc;
	color: #333;
}

.labeled {
	color: #666;
}

/* TEXT */

.main_text {
	width: auto;
	margin-right: 30px;
	margin-left: 20px;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
}

.main_text_BOLD {
	font-weight: bold;
	color: #333333;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.commentbox {
	background-color: #ECECEC;
	width: auto;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 14px;
	font-weight: bold;
	color: #333333;
}

.commentfooter {
	padding-left: 58px;
	padding-top: 5px;
	margin-bottom: 2em;
	font-size: 100%;
	color: #4A4A4A;
	background-image: url(/img/layout/comment_arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 0;
	padding-bottom: 10px;
}

/* FORMS */


.form_container {
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 20px;
	float: left;
	width: 500px;
}

.form_marginO {
	margin: 0px;
	padding: 0px;
}

.form_main {
	float: left;
}

.form_left {
	width: 180px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	float: left;
	color: #666666;
}

.form_right {
	text-align: left;
	width: 308px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 9px;
	margin-left: 2px;
	float: right;
}

.form_right_2 {
	text-align: left;
	padding-top: 9px;
	margin-left: 2px;
}

.form_text_field {
	border: 1px solid #CCCCCC;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-size: 11px;
	margin: 0px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}

.streetNumber_field, .streetName_field, .cvv_field {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}

.form_search {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 0px;
}

.form_left_BOLD {
	width: 500px;
	font-weight: bold;
	padding-top: 12px;
	float: left;
	color: #333333;
	padding-bottom: 0px;
}

.form_left_required {
	width: 180px;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	float: left;
	color: #666666;
	background-image: url(/img/layout/dot_orange.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.required_dot {
	background-image: url(/img/layout/dot_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-left: 12px;
	float: right;
	padding-right: 15px;
}

div.p7TPcontent div.form_main {
}

label.dropdown {
	cursor: pointer;
}

/* HEADER */

#header {
	background-image: url(/img/layout/header.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 963px;
}

#welcome {
	float: right;
	padding-top: 51px;
	padding-right: 22px;
	clear: right;
}

#search_engine {
	text-align: center;
	padding-top: 3px;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #CCCCCC;
}

#dropmenudiv {
	position:absolute;
	z-index:100;
	margin-top: 10px;
	line-height: 20px;
	font-size: 11px;
	background-image: url(/img/layout/bg_left_horizontNEW_DEALS.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#dropmenudiv a {
	display: block;
	text-indent: 15px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E9E9E9;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	font-size: 11px;
	background-image: url(/img/layout/dot_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #F0F0F0;
	font-weight: bold;
	background-image: url(/img/layout/dot_orange.gif);
	background-repeat: no-repeat;
	color: #800000;
	width: auto;
}

#logo_big {
	float: left;
	height: 57px;
	width: 164px;
}

.font_orange {
	color: #FF6600;
}

.font_small_9 {
	font-size: 9px;
}

.font_GREEN {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}

.font_BOLD {
	font-weight: bold;
}

.text_RED {
	color: #FF0000;
}

.my_account {
	float: right;
	background-image: url(/img/layout/my_account.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 22px;
	padding-left: 10px;
	color: #333333;
	font-weight: bold;
	clear: right;
}

.free {
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
	font-variant: normal;
	clip: rect(auto,auto,auto,auto);
	vertical-align: 50%;
	font-style: italic;
	letter-spacing: 0.1em;
}

.font_orange_BOLD {
	color: #FF6600;
	font-weight: bold;
}

/* MAIN */

#container_main {
	width: 962px;
	padding: 0;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(/img/layout/bg_main.jpg);
	background-repeat: repeat-y;
}

#search_engine_field {
	float: right;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#home_slogan {
	font-size: 16px;
	color: #666666;
	text-align: left;
	float: left;
	clear: left;
	width: 704px;
	font-weight: bold;
	padding-top: 5px;
}

#slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	float: left;
	clear: left;
	padding-bottom: 5px;
	width: 704px;
	padding-left:15px;
}

#left_column {
	float: left;
	width: 212px;
	margin-left: 0px;
	clear: left;
	margin-top: 3px;
	margin-bottom: 3px;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 7px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#right_column {
	width: 720px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
	clear: right;
	float: right;
}

#login {
	background-image: url(/img/layout/bg_left_horizont.jpg);
	background-repeat: repeat-x;
	text-align: right;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
}

#main {
	background-image: url(/img/layout/bg_main.jpg);
}

#prizes {
	height: 65px;
	background-image: url(/img/layout/bg_left_horizont.jpg);
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

#steps {
	height: 92px;
	width: 720px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	clear: both;
}

.new_member {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tab {
	background-image: url(/img/layout/tab_empty.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 205px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.tab_text {
	color: #FFFFFF;
	background-image: url(/img/layout/dot_orange.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.qNav {
	font-size: 10px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-image: url(/img/layout/globe.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #666666;
}

.form {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.login_fields {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	text-indent: 3px;
	margin-top: 3px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}

.login_button {
	font-size: 11px;
	text-indent: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	cursor:pointer;
}

.img_adver1 {
	margin-top: 6px;
	margin-left: 6px;
	margin-bottom: 4px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}

.img_adver2 {
	margin-top: 0px;
	margin-left: 6px;
	margin-bottom: 4px;
	padding: 0px;
	border: 1px solid #EAEAEA;
	margin-right: 0px;
}

.prizes_text {
	font-size: 15px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.prizes_text2 {
	color: #999999;
	margin-top: 20px;
	margin-left: 20px;
}

.steps {
	list-style-type: none;
	display: inline;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.steps_text {
	padding-left: 45px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	height: auto;
	clear: both;
	font-size: 10px;
	margin: 0px;
}

.steps li {
	display: inline;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: left;
}

.steps_text_BOLD {
	padding-left: 45px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	height: auto;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 10px;
}

.help_main {
	width: 704px;
	height: auto;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.help_left {
	float: left;
	width: 162px;
	margin-right: 16px;
	border: 1px solid #CCCCCC;
	background-image: url(/img/layout/bg_left_horizontNEW_DEALS.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}

.help_right {
	padding: 0px;
	float: left;
	width: 162px;
	border: 1px solid #CCCCCC;
	background-image: url(/img/layout/bg_left_horizontNEW_DEALS.jpg);
	background-repeat: repeat-x;
}

.help_possition {
	width: auto;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}

.help_text {
	padding-top: 4px;
	color: #000000;
}

.validation_icon {
	padding-bottom: 3px;
	padding-left: 5px;
}

.button1_postcode {
	background-image:url(/img/layout/map_bg.jpg);
	background-repeat:no-repeat;
	border-width:0;
	color:#FFFFFF;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	font-weight:bold;
	height:32px;
	margin-left:315px;
	margin-top:-32px;
	/*
margin:78px 0 0 9px;
padding:1px 0 4px 1px;
*/
width:59px;
	cursor: pointer;
	padding-bottom:4px;
}

.button1_postcode2 {
	background-image:url(/img/layout/map_bg.jpg);
	background-repeat:no-repeat;
	border-width:0;
	color:#FFFFFF;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	font-weight:bold;
	height:32px;
	margin-left:315px;
	margin-top:-34px;
	/*
margin:78px 0 0 9px;
padding:1px 0 4px 1px;
*/
width:59px;
	cursor: pointer;
}

.button1 {
	background-image: url(/img/layout/button_go.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 17px;
	width: 39px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	cursor:pointer;
}

.button2 {
	background-image: url(/img/mobile/button_select2.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 17px;
	width: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor:pointer;
}

.button3 {
	background-image: url(/img/layout/button_login_points.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 29px;
	width: 132px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	cursor:pointer;
}

.button4 {
	background-image: url(/img/mobile/button_select2.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 17px;
	width: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	cursor:pointer;
}

.normal {
}

.highlight {
	background-color: #ffffde;
	background-repeat: repeat-x;
}

.highlight2 {
	background-color: #E8E8E8;
}

.flash_text {
	margin: 0px;
	float: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

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

.delivery_text {
	background-image:url(../images/layout/add_menu_bg.jpg);
	background-repeat:repeat-y;
	float:left;
	line-height:1.4em;
	padding:10px 40px;
	width:625px;
}

/* FOOTER */

#footer {
	height: auto;
	background-image: url(/img/layout/bg_main.jpg);
	background-repeat: repeat-y;
	width: auto;
	padding-right: 7px;
	padding-left: 7px;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer_in {
	background-image: url(/img/layout/bg_left_horizont.jpg);
	background-repeat: repeat-x;
	width: auto;
	background-color: #FFFFFF;
	text-align: center;
}

#footer_bt_top {
	text-align: right;
	width: auto;
	padding-right: 60px;
}

#footer_links {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer_end {
	background-image: url(/img/layout/footer_end.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: auto;
	background-color: #CCCCCC;
}

.footer_reflection {
	background-color: #CCCCCC;
	background-image: url(/img/layout/footer_end_reflection.jpg);
	background-repeat: no-repeat;
	height: 41px;
	padding-bottom: 20px;
}

/* LINKS */

.class1 A:link {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
}

.class1 A:visited {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.class1 A:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

.class1 A:active {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.class2 A:link {
	color: #FF0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

.class2 A:visited {
	color: #FF0000;
	text-decoration: none;
	font-size: 11px;
}

.class2 A:hover {
	text-decoration: underline;
	color: #800000;
	font-size: 11px;
}

.class2 A:active {
	color: #FF0000;
	text-decoration: none;
	font-size: 11px;
}

.class3 A:link {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
}

.class3 A:visited {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 12px;
}

.class3 A:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
}

.class3 A:active {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
}

.class4 A:link {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.class4 A:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.class4 A:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.class4 A:active {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

/*
.deal A:link {
    color: #333333;
    text-decoration: none;
}
.deal A:visited {
    color: #333333;
    text-decoration: none;
}
.deal A:hover {
    color: #999999;
    text-decoration: none;
}
.deal A:active {
    color: #333333;
    text-decoration: none;
}
*/

.choice A:link {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

.choice A:visited {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

.choice A:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	padding-left: 15px;
	background-image: url(/img/layout/dot_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.choice A:active {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

.SEO A:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
}

.SEO A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
}

.SEO A:hover {
	color: #CD0301;
	text-decoration: none;
	font-size: 9px;
}

.SEO A:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
}

.important {
	margin:0px;
}

.important b {
	font-weight: normal;
}

/* MENU_NAV */

.markermenu {
	MARGIN: 0px;
	WIDTH: 190px;
	LIST-STYLE-TYPE: none;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-image: url(/img/layout/bg_left_horizont.jpg);
	height: auto;
}

.left_menu {
	background-image: url(/img/layout/bg_left_horizont.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.markermenu LI A {
	BORDER-TOP-WIDTH: 0px;
	PADDING-RIGHT: 0px;
	BACKGROUND-POSITION: 6px center;
	DISPLAY: block;
	PADDING-LEFT: 22px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 2px;
	MARGIN: 0px;
	WIDTH: auto;
	COLOR: #666666;
	PADDING-TOP: 2px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: auto;
	TEXT-DECORATION: none;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	background-image: url(/img/layout/dot_gray.gif);
	line-height: 15px;
}

HTML .markermenu LI A {
	WIDTH: 100%
}

.markermenu LI A:visited {
	COLOR: #666666;
	HEIGHT: auto
}

.markermenu LI A:active {
	COLOR: #666666;
	HEIGHT: auto
}

.markermenu LI A:hover {
	BACKGROUND-POSITION: 6px 50%;
	FONT-WEIGHT: bold;
	BACKGROUND-IMAGE: url(/img/layout/dot_orange.gif);
	COLOR: #800000;
	HEIGHT: auto;
	BACKGROUND-COLOR: #F8F8F8;
	TEXT-DECORATION: none
}

/* MAP */ 
#map {
	background-image: url(/img/layout/map_bg2.jpg);
	height: 240px;
	width: 720px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	clear: both;
}

#map_left {
	clear:none;
	float:left;
	height:190px;
	margin-bottom:0;
	margin-right:0;
	margin-top:4px;
	margin-left:25px;
	padding:0 3px 0 4px;
	text-align:right;
	width:200px;
	z-index:-1000;
}

#map_left a img {
	border: none;
}

#map_text {
	height: 15px;
	width: 306px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	clear: none;
}

#post_code_text {
	clear:left;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:15px;
	margin:0;
	padding:10px 23px 1px 0;
	text-align:center;
	width:480px;
}

#post_code {
	clear:left;
	float:left;
	height:183px;
	margin:4px 0 0;
	padding:5px 23px 2px 0;
	text-align:center;
	width:450px;
}

.post_code_submit_container {
/*
	float:right;
	margin-right:75px;
	margin-top:-110px;
	*/
}

.post_code_submit_container_select {
	float:right;
	margin-right:75px;
	margin-top:-112px;
}

.map_right {
	margin: 0px;
	float: right;
	padding: 0px;
	height: 190px;
	width: 300px;
	clear: both;
}

.map_news {
	float: left;
	width: 192px;
	height: 190px;
	text-align: left;
	font-size: 11px;
}

.map_news_text {
	height: 130px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
	margin-bottom: 4px;
	padding-bottom: 2px;
	width: 171px;
}

.map_news2 {
	margin: 0px;
	height: 171px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.info_text {
	float:right;
	font-size:10px;
	font-weight:bold;
	height:15px;
	padding-bottom:1px;
	padding-top:10px;
	text-align:left;
	width:130px;
}

.post_code_GO {
	padding-left:4px;
	padding-top:6px;
	text-align:center;
}

.postcode_field {
	border:0 none;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-height:normal;
	color:#666666;
	letter-spacing:normal;
	margin:77px 0 7px;
	padding:2px 0;
	text-align:center;
	width:170px;
	background-color:transparent;
}

.map_transparent {
	z-index: 0;
	overflow: hidden;
}

.suburb_choice {
	margin-bottom: 5px;
	margin-top: 3px;
}

/* DEAL_CONTAINER */

#deal_container {
	margin: 0px;
	height: auto;
	z-index: 1000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: both;
	padding: 0px;
}

.deal_text_underline {
	margin-bottom: 3px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 6px;
}

.deal_text_underline_green {
	margin-bottom: 3px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 6px;
	font-weight: bold;
	color: #336633;
}

.deal_img {
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 107px;
	width: 140px;
	clear: both;
	float: none;
}

.deal_text_bold {
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 11px;
}

.deal_header_big {
	font-size: 14px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-bottom: 0px;
	margin-right: 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9900;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(/img/layout/bg_left_horizont_upsidedown.jpg);
	background-repeat: repeat-x;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	margin-top: 0px;
	width: 693px;
	margin-left: 0px;
	height: 19px;
	clear: both;
}

.deal_header_flash {
	font-size: 14px;
	border-left-width: 0px;
	font-weight: bold;
	border-bottom-width: 0px;
	background-image: url(/img/layout/bg_left_horizont_upsidedown.jpg);
	background-repeat: repeat-x;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	width: 0px;
	height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.deal_header_right {
	float: right;
	color: #FF0000;
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.deal_header_number {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

.deal_number {
	font-size: 10px;
	color: #FF3300;
	padding-left: 5px;
}

.deal_go_bt {
	margin-top: 6px;
	margin-bottom: 6px;
}

.deal_text_bold2 {
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	margin-right: 6px;
}

.deal_header_big_space {
	font-size: 14px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-bottom: 15px;
	margin-right: 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	background-image: url(/img/layout/bg_left_horizont_upsidedown.jpg);
	background-repeat: repeat-x;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	margin-top: 40px;
	width: 693px;
	margin-left: 0px;
	height: 19px;
	clear: both;
	font-weight: bold;
}

.header_sort_text {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}

.header_sort_pop_up {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	clear: right;
	float: right;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 11px;
	width: auto;
}

.header_sort {
	font-size: 14px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-bottom: 5px;
	margin-right: 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9900;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(/img/layout/bg_left_horizont_upsidedown.jpg);
	background-repeat: repeat-x;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	margin-top: 0px;
	width: 693px;
	margin-left: 0px;
	height: 19px;
	clear: both;
}

.borderit img {
	border: 1px solid #CC0000;
}

.borderit:hover img {
	border: 1px solid navy;
}

.borderit:hover {
	color: red; /* irrelevant definition to overcome IE bug */
}

.innerdiv {
	left: 2px;
	top: 2px;
	background-color: transparent;
	background-image: url(/img/layout/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	position: relative;
	z-index: 1000;
	visibility: visible;
}

.sort_pop_up {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	color: #333333;
	padding: 0px;
}

.camera {
	padding: 0 6px 2px 0;
	margin: 0px;
	height: 19px;
	width: 20px;
	float: left;
}

.GO_bt {
	margin-left: 8px;
	height: 17px;
	width: 39px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.compInfo_img {
	float: left;
	height: 40px;
	width: 80px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menu_bt {
	float: right;
	padding-top: 10px;
}

/* DEAL MENU */

#supplier_text {
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #666666;
}

.supplier_logo {
	height: auto;
	width: auto;
	border: 1px solid #CCCCCC;
	padding-right: 3px;
	padding-top: 3px;
	padding-left:2px;
	padding-bottom: 2px;
	margin: 8px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.supplier_text {
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #666666;
}

.supplier_text_BOLD {
	font-weight: bold;
	color: #333333;
}

.add_main_top {
	background-image: url(/img/layout/add_menu_top.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 705px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 12px;
}

.add_main_bottom {
	background-image: url(/img/layout/add_menu_bottom.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 705px;
	padding: 0px;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	margin-bottom: 15px;
}

.add_main_header {
	float: left;
	padding-right: 10px;
	padding-left: 12px;
	background-image: url(/img/layout/dot_orange.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	margin-left: 12px;
	font-weight: bold;
	text-indent: 3px;
}

.add_main_table {
	width: 685px;
	clear: both;
	background-image: url(/img/layout/add_menu_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.add_price {
	width: 50px;
	padding-left: 15px;
	padding-bottom: 1px;
	/*border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;*/
    padding-top: 1px;
}

.add_men_text_bold {
	line-height: 12px;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.add_men_tab_cont {
	padding-top: 3px;
	padding-bottom: 3px;
	/*border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;*/
    width: auto;
	margin-right: 6px;
}

.add_men_text_small {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 11px;
	margin: 0px;
	padding: 0px;
}

.add_price_field {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	text-align: center;
}

.add_field {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	text-align: center;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right:2px;
	margin-top: 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}

.add_men_price {
	text-align: left;
	/*border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;*/
    padding-bottom: 3px;
	margin-left: 5px;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 8px;
}

.add_men_size {
	font-size: 11px;
	padding-bottom: 3px;/*border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;*/
}

.add_men_text_red {
	line-height: 12px;
	font-size: 11px;
	color: #FF0000;
	font-weight: normal;
}

.add_men_price_red {
	text-align: left;
	padding-left: 18px;
	/*border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;*/
    padding-bottom: 3px;
	margin-left: 5px;
	color: #FF0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.add_men_price_final {
	text-align: left;
	margin-left: 5px;
	color: #336600;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
}

.add_men_text_final {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: right;
	color: #336600;
}

.add_men_tab_cont_final {
	padding-top: 3px;
	width: auto;
	margin-right: 6px;
}

.add_main_top_grey {
	background-image: url(/img/layout/add_menu_top2.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 705px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 12px;
}

.add_main_bottom_grey {
	background-image: url(/img/layout/add_menu_bottom2.jpg);
	background-repeat: no-repeat;
	height: 7px;
	width: 705px;
	padding: 0px;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.add_main_table_grey {
	width: 685px;
	clear: both;
	background-image: url(/img/layout/add_menu_bg2.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.arrow_small_left {
	margin-right: 2px;
}

.arrow_small_right {
	margin-left: 2px;
}

.qty_field {
	text-align: center;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.qty {
	float: right;
}

.menu_price_sum {
	text-align: right;
	color: #336600;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 24px;
	margin-top: 8px;
}

.select_left {
	float: left;
}

.checkout {
	width: 705px;
	text-align: right;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 30px;
}

.delivery_time {
	float: left;
	padding-top: 10px;
}

form {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* DEAL_CURLY */

.curlycontainer {
	margin-bottom: 0em;
	border: 1px solid #CCCCCC;
	background-repeat: repeat-x;
	font-size: 11px;
	background-image: url(/img/layout/bg_left_horizont.jpg);
	margin: 0;
	margin-top: 15px;
	margin-right: 16px;
	padding: 0px;
	float: left;
	width: 162px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 4px;
}

.curlycontainer2 {
	margin-bottom: 0em;
	width: 162px;
	border: 1px solid #CCCCCC;
	background-repeat: repeat-x;
	font-size: 11px;
	background-image: url(/img/layout/bg_left_horizont.jpg);
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
}

#deals .deal, .curly_container2 {
	margin-bottom: 10px;
	background-repeat: repeat-x;
	font-size: 11px;
	margin-right: 15px;
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
	width: 703px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/img/layout/bg_left_horizontNEW_DEALS.jpg);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 4px;
}

#deals .highlight, .curly_container3 {
	margin-bottom: 10px;
	font-size: 11px;
	margin-right: 15px;
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
	width: 703px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/img/layout/bg_left_horizont.jpg);
	background-color:#FFF;
	background-repeat: repeat-x;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 4px;
}

.curly_text_bold_line {
	font-weight: bold;
	padding-bottom: 5px;
}

.curly_text_underline {
	margin-bottom: 4px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 6px;
}

.curly_img {
	margin: 0px;
	padding-right: 7px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
}

.curly_innerdiv {
	background-color: transparent;
	background-image: url(/img/layout/brcorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	position: relative;
	left: 2px;
	top: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.curly_text_bold {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 3px;
}

.curly_price {
	text-align: left;
	font-size: 10px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-right: 6px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.curly_price2 {
	text-align: left;
	font-size: 10px;
	color: #333333;
	margin-right: 6px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.curly_price3 {
	text-align: center;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

.curly_go_bt {
	margin-right: 5px;
	margin-top: 5px;
	padding: 0px;
	background-image: url(/img/layout/button_select.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 55px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: both;
}

.curlu_extras {
	color: #FF0000;
	margin-top: 4px;
	margin-bottom: 4px;
}

.curly_text_main {
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 399px;
}

.curly_text_main2 {
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.curly_text_description {
	padding-bottom: 2px;
	font-style: italic;
	color: #666666;
	margin: 0px;
}

.curly_text_description2 {
	padding-bottom: 2px;
	padding-top: 5px;
	font-family: Verdana;
	color: #666666;
}

.curly_text_main_menu {
	width: 424px;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 0px;
	float: left;
	font-size: 11px;
	line-height: 13px;
	padding-right: 6px;
	margin: 0px;
	padding-top: 0px;
}

.curly_v_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.curly_cont_bt {
	float: left;
	margin: 0px;
	padding: 0px;
}

.price {
	text-align: center;
	height: auto;
	width: auto;
	padding-top: 38px;
	color: #000000;
}

.add_deal_cont {
	width: auto;
}

.sort {
	margin-right: 15px;
	margin-bottom: 8px;
	padding: 0px;
	margin-left: 0px;
	width: auto;
}

.stars {
	float: right;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: help;
}

.deal ul, .curlu_extras ul, .curly_text_description2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*
.curlu_extras
{
    color: #f00;
}
*/
/* SELECT_CHOICE */

.select_choice_main {
	height: auto;
	padding-right: 15px;
	width: auto;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.select_choice_left {
	width: 190px;
	background-image: url(/img/layout/bg_left_horizontNEW_DEALS.jpg);
	float: left;
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 13px;
	border: 1px solid #E1E1E1;
}

.select_choice_center {
	width: 190px;
	float: left;
	background-image: url(/img/layout/bg_left_horizontNEW_DEALS.jpg);
	background-repeat: repeat-x;
	border: 1px solid #E1E1E1;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	margin-left: 15px;
	padding-left: 13px;
	margin-right: 15px;
}

.select_choice_right {
	float: left;
	width: 190px;
	background-image: url(/img/layout/bg_left_horizontNEW_DEALS.jpg);
	background-repeat: repeat-x;
	border: 1px solid #E1E1E1;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 13px;
}

.select_latest_deal {
	padding-top: 5px;
}

.select_search {
	float: left;
	margin: 0px;
	padding: 0px;
}

.stars {
	float: right;
	margin-top: 10px;
}

.select_popups {
	margin: 0px;
	padding: 0px;
	float: left;
}

.select_box {
	background-repeat: repeat-y;
	margin: 0px;
	height: 20px;
	padding-bottom:7px;
	padding-top:7px;
}

/* PROFILE */

.profile_head {
	color: #333333;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
	font-size: 11px;
	margin: 0px;
}

#confirmPas1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#confirmPas2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.profile_login {
	margin: 0px;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
}

.profile_td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
	font-size: 11px;
}

.profile_field1 {
	font-size: 11px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 6px;
}

.profile_field2 {
	font-size: 11px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 6px;
}

.profile_field3 {
	font-size: 11px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 6px;
	float: left;
}

.profile_field_long {
	font-size: 11px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 6px;
	width: 20em;
}

.profile_radio_bt {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.profile_address {
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.profile_list {
	margin: 5px;
	padding: 4px;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.profile_container {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}

#addresses .error {
	margin: 5px;
}

/* ORDER */

#slideDownCreditCard {
	height: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#slideDownCreditCard2 {
	height: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.creditCard_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
}

.order_summary {
	background-image: url(/img/layout/add_menu_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 25px;
	clear: left;
	margin-right: 15px;
	padding-right: 15px;
	margin-top: 0px;
	padding-top: 5px;
	width: 665px;
	padding-bottom: 10px;
}

.order_payment {
	width: 450px;
	padding-bottom: 4px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #333333;
	float: left;
}

.order_price {
	float: right;
	width: 90px;
	text-align: center;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 10px;
}

.order_field {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}

.order_field_postcode {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
}

.order_address_cont {
	width: 625px;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url(/img/layout/add_menu_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.order_address_right {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.order_address_left {
	float: left;
	width: 170px;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}

.order_address {
	background-image: url(/img/layout/add_menu_bg.jpg);
	background-repeat: repeat-y;
	width: 665px;
	margin-right: 15px;
	float: left;
	padding-left: 40px;
}

.order_address_left_required {
	float: left;
	width: 167px;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	/*background-image: url(/img/layout/dot_orange.gif);*/
    background-repeat: no-repeat;
	background-position: right center;
	margin-right: 3px;
}

.order_address_right2 {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
}

.order_address_cont2 {
	width: 625px;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url(/img/layout/add_menu_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}

.form_bts {
	padding-left: 170px;
	padding-top: 5px;
}

.order_address_still {
	padding-left: 170px;
	color: #000000;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;/*Emad Messiha, it was required to increase the suburb
    font size by 1 in the order form (note: default size in "body" style was 11px*/
}

/* CALENDAR */

/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

.hidden {
	opacity: 0;
	position: absolute;
}

.visible {
	opacity: 1;
}

input.calendar, select.calendar {
	width: 99px;
}

button.calendar {
	border: 0;
	cursor: pointer;
	margin-right: 6px;
	background-image: url(/img/layout/calendar-icon.gif);
	height: 20px;
	width: 20px;
}

button.calendar:hover, button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
	background-image: url(/img/layout/calendar.png);
}

div.calendar * {
	margin: 0;
	padding: 0;
}

div.calendar div {
	background: none !important;
	cursor: move;
	height: 185px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}

div.calendar caption {
	color: #333;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	text-align: center;
	width: 100%;
}

div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 17px;
	width: 11px;
}

div.calendar caption a.prev {
	background-image: url(/img/layout/calendar-prev.gif);
	left: 0;
}

div.calendar caption a.next {
	background-image: url(/img/layout/calendar-next.gif);
	right: 0;
}

div.calendar caption a:hover {
	background-position: 0 12px;
}

div.calendar caption span {
	height: 25px;
	position: relative;
	text-align: center;
}

div.calendar caption span.month {
	padding-right: 8px;
}

div.calendar caption span.month:after {
	content: ',';
}

div.calendar table {
	background: #FFF;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}

div.calendar td,  div.calendar th {
	border: 0;
	color: #FF0000;
	height: 21px;
	text-align: center;
	width: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

div.calendar td {
	color: #FFF;
	font-size: 11px;
	background-image: url(/img/layout/calendar-td.gif);
}

div.calendar td.invalid {
	color: #999;
}

div.calendar td.valid {
	color: #FF6600;
	cursor: pointer;
	background-image: url(/img/layout/calendar-valid.gif);
}

div.calendar td.hilite {
	background: url(file:///C|/Documents%20and%20Settings/Marcin/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8LM6P0Z8/calendar-hilite.gif);
}

div.calendar td.inactive {
	color: #FFF;
	background-image: url(/img/layout/calendar-td.gif);
	background-position: 0 100%;
}

div.calendar td.active,  div.calendar td.hover {
	color: #FFF;
	cursor: pointer;
	background-image: url(/img/layout/calendar-valid.gif);
	background-position: 0 100%;
}

/*  p7tp_10 */
    
    .p7TPpanel {
	border: 0;
}

.p7TPwrapper {
	padding: 0;
}

.emptyTabs {
	background-image: url(/img/tabsBg.jpg);
	background-color: transparent;
}

.p7TPheader {
	padding: 0;
}

.p7TPheader h2, .p7TPheader h3 {
	margin: 0 0 6px 0;
	font-size: 1.1em;
	font-weight: normal;
}

.p7TP_tabs {
	font-size: 1em;
}

#p7TP1 .p7TP_tabs a, #p7TP2 .p7TP_tabs a, #p7TP3 .p7TP_tabs a, #p7TP4 .p7TP_tabs a, #p7TP5 .p7TP_tabs a {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	background-image: url(/img/layout/tabs09_up.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
	/*dodane testowo*/
    height: 16px;
	line-height: 16px;
	/*font-weight: bold;*/
    color: #666;
}

#p7TP1 .p7TP_tabs a:focus, #p7TP2 .p7TP_tabs a:focus, #p7TP3 .p7TP_tabs a:focus, #p7TP4 .p7TP_tabs a:focus, #p7TP5 .p7TP_tabs a:focus {
	color: #000;
}

#p7TP1 .p7TP_tabs a:hover, #p7TP2 .p7TP_tabs a:hover, #p7TP3 .p7TP_tabs a:hover, #p7TP4 .p7TP_tabs a:hover, #p7TP5 .p7TP_tabs a:hover, #p7TP1 .p7TP_tabs a:active, #p7TP2 .p7TP_tabs a:active, #p7TP3 .p7TP_tabs a:active, #p7TP4 .p7TP_tabs a:active, #p7TP5 .p7TP_tabs a:active {
	color: #000;
}

.p7TP_tabs div {
	display: block;
	float: left;
	margin: 0 -1px 0 0;
}

.p7TPclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.p7TPcontent {
	background-color: #FFFFFF;
	font-size: 0.95em;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
	top: -1px;
	left: 0;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	clear: right;
}

.p7TPcontenth2, .p7TPcontent h3, .p7TPcontent h4 {
	font-size: 1.1em;
	color: #444444;
	margin: 0px;
	line-height: normal;
}

.p7TPcontent p {
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

#p7TP1 .p7TP_tabs div.down, #p7TP2 .p7TP_tabs div.down, #p7TP3 .p7TP_tabs div.down, #p7TP4 .p7TP_tabs div.down, #p7TP5 .p7TP_tabs div.down {
	padding: 0;
	position: relative;
	z-index: 2;
}

#p7TP1 .p7TP_tabs div.down a, #p7TP2 .p7TP_tabs div.down a, #p7TP3 .p7TP_tabs div.down a, #p7TP4 .p7TP_tabs div.down a, #p7TP5 .p7TP_tabs div.down a {
	background-image: url(/img/layout/tabs09_down.jpg);
	background-repeat: repeat-x;
	color: #333333!important;
	cursor: default;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6633;/*font-weight: bold;*/
}

.basket {
	color: #000000;
	font-weight: bold;
	padding: 10px;
}

.basket_line {
	border-bottom: 1px dashed #ccc;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#tabBasket a {
	color: #000!important;
}

#tabBasket a:hover {
	color: #333!important;
}

/*
 * deal - slot
 */
.current {
	text-decoration: underline;
}

.active .current {
	text-decoration: none;
}

a.selectProduct {
	color: #666;
}

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

/*Feedback (OPINION.css)*/
.td_v_line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	color: #333333;
	font-size: 11px;
}

.service_reply {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #CC6600;
	padding: 0px;
}

.close_tab {
	color: #FF6600;
	font-weight: bold;
	padding-left: 3px;
}

.open_tab {
	color: #666666;
	font-weight: bold;
	padding-left: 3px;
}

.opinion_underlined {
	text-decoration: underline;
}

.opinon_address {
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}

.opinion_restaurant {
	font-weight: bold;
	color: #FF3300;
	font-size: 11px;
}

.tr_feedback {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding: 0px;
}

.td_v_line_red {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	color: #D52A2A;
	font-size: 11px;
}

.opinion_text_main {
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3em;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.opinion_text_field {
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 430px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #333333;*/
	overflow: auto;
	font-size: 11px;
	line-height: 1.3em;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.rest_comment {
	margin-right: 6px;
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 11px;
	color: #336600;
}

.rest_comment_header {
	font-size: 11px;
	margin: 0px;
	font-weight: bold;
	padding: 0px;
	font-style: normal;
}

/**/
.allcuisin {
	/*background-image:url(/img/allcuisin.jpg);*/
	color:#666666;
	font-family:Arial;
	font-size:12px;
	height:88px;
	text-align:left;
	vertical-align:bottom;
	width:133px;
	padding:3px;
	cursor:pointer;
	float:left;
	margin:9px 10px 0 0;
	padding:0px;
}

.onecuisin {
	color:#666666;
	font-family:Arial;
	font-size:12px;
	height:88px;
	text-align:left;
	vertical-align:bottom;
	width:133px;
	padding:3px;
	cursor:pointer;
	float:left;
	margin:9px 10px 0 0;
	padding:0px;
}

.categories_container {
	border-width:0;
	clear:both;
	height:auto;
	margin:-10px 0 0;
	padding:0;
}

.categoryName {
	float:left;
	font-weight:bold;
	margin-left:3px;
	margin-right:3px;
	padding-left:3px;
	padding-top:70px;
	vertical-align:bottom;
}

.categoryCount {
	float:left;
	font-weight:normal;
	padding-top:69px;
	vertical-align:bottom;
}

.button5 {
	background-image:url(/img/orderForLater.gif);
	background-repeat:no-repeat;
	border-width:0;
	color:#FFFFFF;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:17px;
	padding:0;
	width:107px;
	line-height:17px;
	text-align:center;
	cursor:pointer;
}

/*multi select section*/
.a9multiselect {
	/*width: 9.9em;
	height: 22px;
	border: 1px solid #CCCCCC;
	margin: -.05em 0 1em 0;*/
	position: relative;
	padding: 0;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index: 1000;
}

.a9multiselect .expcol-click, .a9multiselect .expcol-click-open {
	background-color:#FFFFFF;
	cursor:default;
	margin:0;
	min-width:9.8em;/*padding:1px 0 1px 4px;
	border:1px solid #CCCCCC;*/
}

.a9multiselect span.expcol-click {
	position: absolute;
	z-index: 104;
	width:150px;
	padding:0 0 0 4px;
	border:1px solid #CCCCCC;
}

.a9multiselect span.expcol-click-open {
	border-bottom: 1px solid #fff;
	position: absolute;
	z-index: 104;
	width:150px;
	padding:0 0 0 4px;
	border:1px solid #CCCCCC;
}

.a9multiselect .title {
	/*font-size: .8em;
	height: 1.3em;
	line-height: 1.2em;
	overflow: hidden;
	padding: .3em 1.1em .1em .5em;
	background: white url(/img/multiselect.bmp) no-repeat scroll right center;
	border:medium none;
	width:150px;
	border:1px solid #CCCCCC;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	height:auto;
	margin:0;
	padding:0;*/
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0.1em;
	margin:0;
	/*padding:1px 0 1px 2px;*/
	height: 14px;
	text-align:left;
	width:150px;
	overflow:hidden;
	color:#666666;
	padding:1px 0 1px 4px;
}

.a9multiselect .title:hover {
/*background: white url(/img/multiselect-hover.bmp) no-repeat scroll right center;
	border:medium none;
	width:150px;
	border:1px solid #CCCCCC;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	height:auto;
	margin:0;
	padding:0; */
}

.expcol-body {
	position: absolute;
	z-index: 106;
	min-height: 1em;
	background: #FFF;
	border:1px solid #CCCCCC;
	display:none;/*margin-top:-11px;
	display: block;
	padding: .1em;
	font-size: 75%;
	*/
}

.expcol-body ul {
	overflow: auto;
	min-height: 1em;
	min-width: 20em;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.expcol-body li { /*margin: 0 0 .2em 0;*/
	list-style:none;
}

.expcol-body li:hover {
	background: #F9DDB3;/*background: #ddd;*/
}

.arc90_multiselect {
	width: 12.5em;
	height: 1.35em;
	visibility: hidden;
}

.a9selectall {
	border-bottom: 1px solid #ccc;
}

.custPhotoThumb {
	/*padding-bottom:4px;
	width:67px;*/
	height:44px;
	cursor:pointer;
	margin-left:6px;
}

/*history css*/
.history_text {
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.history_table {
	background-color: #DDDDDD;
}

.history_text_BOLD {
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	background-color: #F5F5F5;
}

.history_table_bt {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFFFFF;
	background-image: url(/img/layout/button_book.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	height: 17px;
	width: 87px;
	margin: 2px;
	cursor: pointer;
}

.Blue A:link {
	color: #660000;
	text-decoration: none;
	text-align: left;
}

.Blue A:visited {
	color: #660000;
	text-decoration: none;
	text-align: left;
}

.Blue A:hover {
	color: #660000;
	text-decoration: underline;
	text-align: left;
}

.Blue A:active {
	color: #660000;
	text-decoration: none;
	text-align: left;
}

.Green A:link {
	color: #006600;
	text-decoration: none;
	text-align: left;
}

.Green A:visited {
	color: #006600;
	text-decoration: none;
	text-align: left;
}

.Green A:hover {
	color: #006600;
	text-decoration: underline;
	text-align: left;
}

.Green A:active {
	color: #006600;
	text-decoration: none;
	text-align: left;
}

/*Emad Messiha - New MultiSelect*/
.multiselect {
	cursor:pointer;
	position:absolute;
	background-color:white;
	border:1px solid #cccccc;
	padding:2px;
	display:none;
	width:200px;
	color:#666666;
}

.multiselect ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.multiselect input, .multiselect label {
	cursor:pointer;
}

.multiselect_button {
	display:none;
	padding:0px 10px 0px 5px;
	border:1px solid #cccccc;
	letter-spacing:0.1em;
	color:#666666;
	width:140px;
	cursor:pointer;
}

.multiselect .selectall {
	border:1px solid #cccccc;
}

.multiselect li:hover {
	background: #F9DDB3;
}
/*Emad Messiha - End New MultiSelect*/
