body {
	background-image: url(../images/top_back.gif);
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
}

.xmas_back {
	background-image: url(../images/uks_header_xmas.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 1020px;
	margin-left: -20px;
}

.logo img {
	margin-left: 0px;
}

/* NAVIGATION */
.nav {
	padding-top: 5px;
	clear: both;
}

.home a {
	position: relative;
	float: left;
	width: 49px;
	height: 22px;
	display: block;
	text-decoration: none;
	color: #595959;
	margin-right: 5px;
	padding-left: 10px;
	padding-top: 2px;
}

.home a:hover {
	background-image: url(../images/nav_home_back.gif);
	background-repeat: no-repeat;
}

.home p {
	position: relative;
	float: left;
	width: 49px;
	height: 22px;
	display: block;
	text-decoration: none;
	color: #344764;
	margin-right: 5px;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/nav_home_back.gif);
	background-repeat: no-repeat;
}

.gift a {
	position: relative;
	float: left;
	width: 69px;
	height: 22px;
	display: block;
	text-decoration: none;
	color: #595959;
	margin-right: 5px;
	padding-left: 10px;
	padding-top: 2px;
}

.gift a:hover {
	background-image: url(../images/nav_gift_back.gif);
	background-repeat: no-repeat;
}

.gift p {
	position: relative;
	float: left;
	width: 69px;
	height: 22px;
	display: block;
	text-decoration: none;
	color: #595959;
	margin-right: 5px;
	padding-left: 10px;
	padding-top: 2px;
	font-weight: bold;
	background-image: url(../images/nav_gift_back.gif);
	background-repeat: no-repeat;
}

.comp a {
	position: relative;
	float: left;
	width: 89px;
	height: 22px;
	display: block;
	text-decoration: none;
	color: #595959;
	margin-right: 5px;
	padding-left: 10px;
	padding-top: 2px;
}

.comp a:hover {
	background-image: url(../images/nav_comp_back.gif);
	background-repeat: no-repeat;
}

.comp p {
	position: relative;
	float: left;
	width: 89px;
	height: 22px;
	display: block;
	text-decoration: none;
	color: #595959;
	margin-right: 5px;
	padding-left: 10px;
	padding-top: 2px;
	font-weight: bold;
	background-image: url(../images/nav_comp_back.gif);
	background-repeat: no-repeat;
}

/* SUB NAV & SEARCH */
	
.sub_nav {
	margin-top: 30px;
}
	
.sub_nav p {
	float: right;
	color: #fff;
	font-size: 10px;
}
	
.sub_nav a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	font-size: 10px;
	margin: 0px 5px 0px 5px;
}

.sub_nav a:hover {
	text-decoration: underline;
}

/* SEARCH BOX */

.search_box {
	background-image: url(../images/search_back.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
	margin-left: 15px;
}

.search_box input {
	margin-top: 5px;
	float: left;
}

.search_btn {
	margin-left: 5px;
}

/* MAIN PROMO */

.main_promo_top {
	background-image: url(../images/promo_top.gif);
	background-repeat: no-repeat;
	height: 5px;
	display: block;
	margin-top: 5px;
}

.main_promo_mid {
	background-image: url(../images/promo_midback.gif);
	background-repeat: repeat-y;
	display: block;
	height: 225px;
}

.main_promo_foot {
	background-image: url(../images/promo_foot.gif);
	background-repeat: no-repeat;
	display: block;
	height: 6px;
}

.main_promo_content {
	margin: 5px 10px 10px 10px;
	width: 680px;
	background-color: #fff;
	height: 210px;
	background-image: url(../images/girl.jpg);
	background-repeat: no-repeat;
}

.main_promo_content_xmas {
	margin: 5px 10px 10px 10px;
	width: 680px;
	background-color: #fff;
	height: 210px;
	background-image: url(../images/xmas_main_back.jpg);
	background-repeat: no-repeat;
}

.main_promo_content_valentine {
	margin: 5px 10px 10px 10px;
	width: 680px;
	background-color: #fff;
	height: 210px;
	background-image: url(../images/valentine_main_back.gif);
	background-repeat: no-repeat;
}

.main_promo_content_valentine h1 { color: #ffffff; }
.main_promo_content_valentine h1 a { color: #ffffff; }
.main_promo_content_valentine h2 { color: #EF2E6D; }
.main_promo_content_valentine p { color: #ffffff; }
.main_promo_content_valentine em { color: #EF2E6D; font-weight:bold; font-style:normal; }
.main_promo_content_valentine em a { color: #EF2E6D; font-weight:bold; font-style:normal; }

.main_promo_content_mothersday {
	margin: 5px 10px 10px 10px;
	width: 680px;
	background-color: #fff;
	height: 210px;
	background-image: url(../images/mothersday_main_back.gif);
	background-repeat: no-repeat;
}

.main_promo_content_mothersday h1 { color: #898989; }
.main_promo_content_mothersday h1 a { color: #898989; }
.main_promo_content_mothersday h2 { color: #F26D7D; }
.main_promo_content_mothersday p { color: #898989; width: 400px; }
.main_promo_content_mothersday em { color: #F26D7D; font-weight:bold; font-style:normal; }
.main_promo_content_mothersday em a { color: #F26D7D; font-weight:bold; font-style:normal; }

.main_promo_content_easter {
	margin: 5px 10px 10px 10px;
	width: 680px;
	background-color: #fff;
	height: 210px;
	background-image: url(../images/easter_main_back.gif);
	background-repeat: no-repeat;
}

.main_promo_content_easter h1 { color: #ffffff; }
.main_promo_content_easter h1 a { color: #ffffff; }
.main_promo_content_easter h2 { color: #387692; }
.main_promo_content_easter p { color: #ffffff; width: 400px; }
.main_promo_content_easter em { color: #387692; font-weight:bold; font-style:normal; }
.main_promo_content_easter em a { color: #387692; font-weight:bold; font-style:normal; }

.main_promo_content_gift {
	margin: 5px 10px 10px 10px;
	width: 680px;
	background-color: #fff;
	height: 210px;
	background-image: url(../images/gift_tool_present.jpg);
	background-repeat: no-repeat;
}

.main_promo_content_gift h1 {
	font-size: 20px;
	margin-bottom: 15px;
}

.main_promo_content em {
	font-weight: bold;
	color: #344764;
	font-style: normal;
}


/* MAIN COLUMN AREA */

.main_head {
	background-image: url(../images/main_header.gif);
	background-repeat: no-repeat;
	height: 34px;
	margin-top: 10px;
}

.main_head_plain {
	background-image: url(../images/promo_top.gif);
	background-repeat: no-repeat;
	height: 5px;
	display: block;
	margin-top: 5px;
}

.main_head p {
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	display: block;
	padding-top: 10px;
}

.main_head p a {
	color: #fff;
}

.main_mid {
	background-image: url(../images/main_mid.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 700px;
	padding-bottom: 5px;
}

.main_foot {
	background-image: url(../images/main_foot.gif);
	background-repeat: no-repeat;
	height: 6px;
	margin-bottom: 10px;
}

.magazine_holder {
	background-color: #fff;
	margin-top: 10px;
	height: 110px;
}

.magazine_holder h1 {
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	letter-spacing: 0px;
	margin: 10px 0px 0px 0px;
	line-height: 16px;
}

.magazine_holder h2 {
	font-weight: bold;
	font-size: 18px;
	color: #00bbf3;
	margin: 0px 0px 0px 0px;
}

.magazine_holder p {
	color: #838383;
	font-weight: bold;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
}

.magazine_info img {
	margin-bottom: 10px;
}

.magazine_pos img {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: -5px;
}

.mag_desc {
	position: relative;
	top: -60px;
}

.buy_btn {
	position: relative;
	top: 55px;
}

.save {
	position: relative;
	top: 25px;
	background-color: #f2f2f2;
	height: 45px;
	width: 55px;
	float: right;
	margin: -25px 15px 0px 0px;
}

.save p {
	font-size: 12px;
	color: #ff7e00;
	margin: 0px 0px 0px 5px;
}

.save h2 {
	font-size: 22px;
	color: #ff7e00;
	margin: 0px 0px 0px 5px;
}

.save2 {
	position: relative;
	top: 10px;
	background-color: #f2f2f2;
	height: 45px;
	width: 55px;
	float: left;
	margin: 0px 5px 0px 0px;
}

.save2 p {
	font-size: 12px;
	color: #ff7e00;
	margin: 0px 0px 0px 5px;
}

.save2 h2 {
	font-size: 22px;
	color: #ff7e00;
	margin: 0px 0px 0px 5px;
}

.save3 {
	position: relative;
	top: 0px;
	background-color: #e7e7e7;
	height: 45px;
	width: 55px;
	float: left;
	margin: 0px 5px 0px 10px;
	padding: 0;
}

.save3 p {
	font-size: 12px;
	line-height: 10px;
	color: #ff7e00;
	margin: -5px 0px -5px -5px;
	padding: 0;
}

.save3 h2 {
	font-size: 22px;
	line-height: 12px;
	color: #ff7e00;
	margin: -5px 0px 0px 5px;
	padding: 0;
}

.buy_btn2 {
	position: relative;
	float: left;
	top: 30px;
}

/* MAIN PRODUCT */

.mag_detail_holder {
	background-color: #fff;
	margin-top: 10px;
	margin-left: 10px;
	width: 680px;
	padding-bottom: 10px;
}

.mag_detail_txt {
	width: 430px;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
}

.mag_detail_txt h1 {
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	letter-spacing: 0px;
	margin: 0px 0px 15px 0px;
	line-height: 16px;
}

.mag_big {
	margin: 20px 0px 20px 20px;
	border: 1px solid #f3f3f3;
}

.long_description {
	position: relative;
	top: 15px;
	width: 640px;
	clear: both;
	border-top: 1px solid #ededed;
	padding-top: 10px;
	margin-left: 20px;
	padding-bottom: 10px;
}

.long_description h1 {
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	letter-spacing: 0px;
	margin: 10px 0px 15px 0px;
	line-height: 16px;
}

.breakdown {
	width: 430px;
	height: auto;
}

.static {
	width: 210px;
	float: left;
}

.static p {
	background-color: #f3f3f3;
	display: block;
	margin-bottom: 1px;
	padding: 5px 5px 5px 10px;
}

.highlighted p {
	color: #ff7e00;
	font-weight: bold;
}

.mag_other_select {
	background-color: #fff;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 10px;
	width: 460px;
	height: 140px;
	overflow: hidden;
}

.mag_other_select_width {
	float: left;
	width: 210px;
	margin-left: 10px;
	margin-right: 10px;
}

.mag_other_select p {
	margin: 10px 10px 5px 0px;
	padding-left: 10px;
	font-weight: bold;
}

.mag_other_select_form {
	margin: 0px 10px 10px 10px;
}

.breakdown2 {
	width: 445px;
	height: auto;
	margin: 0px 0px 0px 10px;
}

.static2 {
	width: 146px;
	float: left;
}

.static2 p {
	background-color: #f3f3f3;
	display: block;
	font-weight: normal;
	margin-bottom: 1px;
	padding: 5px 5px 5px 10px;
	margin: 0px 0px 1px 0px;
}

/* UNDER THE COVERS */

.undercovers_holder {
	position: relative;
	float: left;
	width: 335px;
	background-color: #fff;
	margin-top: 10px;
	margin-left: 10px;
}

.undercovers_holder h1 {
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	letter-spacing: 0px;
	margin: 10px 0px 0px 0px;
	line-height: 16px;
}

.undercovers_holder h2 {
	font-weight: bold;
	font-size: 18px;
	color: #00bbf3;
	margin: 0px 0px 0px 0px;
}

.undercovers_holder p {
	font-family: Verdana, sans-serif;
	line-height: 16px;
	color: #838383;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
}

.undercovers_holder h3 {
	line-height: 16px;
	color: #838383;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	margin-bottom: 15px;
}

.undermagazine_pos img {
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}

.undermag_desc {
	float: left;
	width: 235px;
	margin-left: 20px;
	margin-top: -135px;
}

.underbuy_btn {
	margin-top: 10px;
	margin-left: 0px;
	width: 90px;
}

.underbuy_btn h2 {
	margin-left: 10px;
}

.under_save {
	position: relative;
	top: 5px;
	background-color: #f2f2f2;
	height: 45px;
	width: 55px;
	float: right;
	margin: 0px 5px 0px 0px;
}

.under_save p {
	font-size: 12px;
	color: #ff7e00;
	margin: 0px 0px 0px 5px;
}

.under_save h2 {
	font-size: 22px;
	color: #ff7e00;
	margin: 0px 0px 0px 5px;
}

/* GIFT TOOL */

.right_head {
	background-image: url(../images/rightside_head.gif);
	background-repeat: no-repeat;
	height: 34px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.right_head p {
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	display: block;
	padding-top: 10px;
}

.right_mid {
	height: auto;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin-top: 0px;
	margin-bottom: 0px;
}

.giftimg {
	float: right;
	margin-right: 20px;
}

.right_mid h3 {
	padding: 10px 10px 0px 10px;
	width: 120px;
}

.right_mid p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
}

.right_mid img {
	margin-left: 10px;
	margin-bottom: 5px;
}

.right_mid label {
	margin-right: 15px;
	margin-left: 5px;
}

.gift_question1 {
	background-color: #f2f2f2;
	margin: 10px;
	padding: 5px;
}

.gift_question1 p {
	margin: 0;
}

.gift_question1_btn {
	margin-left: 10px;
	margin-bottom: 5px;
}

.icon_options {
	border-bottom: 1px dotted #c5c5c5;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}

.icon_options img {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-top: 5px;
}

.icon_options a p {
	margin-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	display: block;
}

.icon_options a:hover p {
	text-decoration: none;
	color: #00bbf3;
}

.icon_options a em {
	text-decoration: none;
	display: block;
	font-style: normal;
}

.icon_options a:hover em {
	text-decoration: none;
	color: #ff7e00;
}

.right_foot {
	background-image: url(../images/rightside_foot.gif);
	background-repeat: no-repeat;
	height: 6px;
	margin-bottom: 15px;
}

.right_promos {
	margin-top: 20px;
}


/* GIFT TOOL MAIN */

.question_holder {
	background-color: #fff;
	width: 680px;
	margin-left: 10px;
	padding-bottom: 20px;
}


.question_holder h1 {
	font-weight: bold;
	font-size: 12px;
	color: #111111;
	letter-spacing: normal;
	margin-left: 10px;
	margin-top: 0px;

}

.question_holder fieldset {
	width: 510px;
	background-color: #f3f3f3;
	margin-left: 10px;
	padding: 5px;
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.header_block {
	background-color: #9f9f9f;
	width: 680px;
	height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.header_block p {
	margin-left: 10px;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

.question_answer {
	margin-left: 10px;
	display: block;
	clear: both;
	width: 680px;
	height: 30px;
}

.question_answer p {
	line-height: 30px;
}

/* BASKET */


.basket_holder {
	background-color: #fff;
	width: 680px;
	margin-left: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
}

.basket_holder h1 {
	font-weight: bold;
	font-size: 12px;
	color: #111111;
	letter-spacing: normal;
	margin-left: 10px;
	margin-top: 0px;

}

.basket_holder fieldset {
	width: 650px;
	background-color: #f3f3f3;
	margin-left: 10px;
	padding: 5px;
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
}

.title_holder {
	width: 680px;
	margin-left: 10px;
	margin-top: 0px;
	font-weight: bold;
}

.button_holder {
	width: 660px;
	margin-left: 10px;
	margin-top: 0px;
	text-align: right;
}

.button_holder img {
	margin-right: 10px;
}

.basket_text {
	width: 660px;
	margin-left: 10px;
	text-align: left;
	margin-top: 10px;
}

.basket_section1 {
	width: 100px;
	float: left;
	border-right: 1px solid #fff;
}

.comp_txt p {
	padding-top: 10px;
	color: #444444;
}

.comp_txt h2 {
	padding-top: 10px;
}

.basket_section1 img {
	margin: 10px;
}

.basket_section1 p {
	margin: 10px;
}

.basket_section2 {
	width: 240px;
	float: left;
	border-right: 1px solid #fff;
}

.basket_section2 p {
	margin: 10px;
}

.basket_section3 {
	width: 150px;
	float: left;
	border-right: 1px solid #fff;
}

.basket_section3 img {
	margin: 10px;
}

.basket_section3 p {
	margin: 10px;
}

.basket_section4 {
	width: 300px;
	float: left;
}

.basket_section4 label {
	width: 130px;
	float: left;
}

.basket_section4 input {
	margin-bottom: 5px;
}

.basket_section5 {
	width: 400px;
	float: left;
}

.basket_section5 label {
	width: 240px;
	float: left;
}

.basket_section5 input {
	margin-bottom: 5px;
}
.dotted_foot {
	border-bottom: 1px dotted #b2b2b2;
	margin-top: 5px;
	margin-bottom: 5px;
}

.dotted_foot2 {
	border-bottom: 1px dotted #b2b2b2;
	margin-top: 0px;
	margin-bottom: 5px;
}

.small_option {
	width: 440px;
	float: left;
}

fieldset.small_select {
	width: 190px;
	float: left;
	height: 35px;
	padding: 5px;
}

fieldset.small_select label {
	width: 50px;
	float: left;
	display: block;
	margin-left: 10px;
	margin-top: 10px;
}

fieldset.small_select input {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
/* TEXT FORMATTING */

h1 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #344764;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
	letter-spacing: -2px;
	
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00bbf3;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #344764;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 16px;
}

p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #ff7e00;
}

a:hover {
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

form p {
	margin-left: 0px;
}

/* FOOTER */

.footer_holder {
	position: relative;
	float: left;
	width: 100%;
	height: 120px;
	background-image: url(../images/footer_back.gif);
	background-repeat: repeat-x;
}

.instep {
	background-image: url(../images/inside_step.gif);
	background-repeat: no-repeat;
	height: 67px;
	margin-top: 35px;
	padding: 10px;
}

.instep p {
	color: #4d4d4d;
	font-size: 10px;
	font-weight: bold;
}

.outstep {
	height: 67px;
	margin-top: 45px;
}

.outstep p {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 0px;
}

.outstep a {
	color: #4d4d4d;
	text-decoration: none;
}

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