/* MAIN CSS FOR THE ONLINE PRINT COMPANY CREATED MAY 2009 BY SH FOR INTERNET CREATION LTD */

/* GENERAL STYLES */
html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body{
	background-image:url(../images-home/background.jpg); background-color:#fff; background-repeat:no-repeat; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7b7b7b;
	background-color:#000;
}
a{
	color:#00A7DF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 15px 0;
	padding:0;
}
h1{
	color:#FF3F9E;
	font-size:18px;
	font-weight:normal;
}
h2{
	color:#00A7DF;
	font-size:16px;
	font-weight:normal;
	padding:15px 0;
	margin:0;
}
.opc_breadcrumb{
	font-size:12px;
	font-weight:normal;
}
.opc_breadcrumb a{
	color:#00A7DF;
	font-weight:bold;
}
* :focus { outline: 0; }
a img{
	border:none;
}
.clear{
	clear:both;
}
form{
	margin:0;
	padding:0;
}
textarea, input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
table, th, td{ font-size:11px; }

table{width:100%;border-collapse:collapse;margin:1em 0; background-color:#FFFFFF;}

th, td{text-align:left;padding:.5em;border:1px solid #EFEFEF;}

th{
	background-color:#FAFAFA;
}

table p{
	margin:0;
	padding:0;
}

/* HEADER */
#opc_header{
	width:768px;
	height:85px;
	margin:0 auto;
	position:relative;
	background-color:#FFFFFF;
}

/* LOGO */
#opc_logo{
	position:absolute;
	left:15px;
	bottom:0;
}

/* NAV */
#opc_very_top_nav{
	margin:0;
	padding:0;
	list-style-type:none;
	width:505px;
	position:absolute;
	right:15px;
	top:15px;
	text-align:right;
}

#opc_very_top_nav li{
	display:inline;
	text-align:right;
	margin:0 0 0 16px;
	padding:0;
}

#opc_very_top_nav li.home_tab{
	margin-right:1px;
}

#opc_very_top_nav li a{
	text-decoration:none;
	color:#FFF;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color:#00A7DF;
	padding:2px;
}

#opc_very_top_nav li a:hover{
	text-decoration:none;
	color:#FFFFFF;
	background-color:#FF3F9E;
}

#opc_middle_top_nav{
	margin:0;
	padding:0;
	list-style-type:none;
	width:505px;
	position:absolute;
	right:15px;
	top:40px;
	text-align:right;
}

#opc_middle_top_nav li{
	display:inline;
	text-align:right;
	margin:0 0 0 29px;
	padding:0;
}

#opc_middle_top_nav li.how_to_order_tab{
	margin-right:2px;
}

#opc_middle_top_nav li a{
	text-decoration:none;
	color:#FFFFFF;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color:#6C6D6F;
	padding:2px;
}

#opc_middle_top_nav li a:hover{
	text-decoration:none;
	color:#FFFFFF;
	background-color:#FF3F9E;
}

#opc_top_nav{
	margin:0;
	padding:0;
	list-style-type:none;
	width:505px;
	position:absolute;
	right:15px;
	top:65px;
	text-align:right;
}

#opc_top_nav li{
	display:inline;
	text-align:right;
	margin:0 0 0 1px;
	padding:0;
}

#opc_top_nav li a{
	text-decoration:none;
	color:#FFF;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color:#00A7DF;
	padding:2px 4px;
}

#opc_top_nav li a:hover{
	text-decoration:none;
	color:#FFFFFF;
	background-color:#FF3F9E;
}

/* HEADER LINKS (HELP, REGISTER, LOGIN ETC) */
#opc_header_subnav{
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
	top:16px;
	right:16px;
	width:545px;
	text-align:right;
}

#opc_header_subnav li{
	display:inline;
	margin-left:13px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
}

#opc_header_subnav li a{
	color:#FFFFFF;
}

#opc_header_subnav li a:hover{
	text-decoration:underline;
}

/* BASKET LINKS */
#opc_basket_links{
	position:absolute;
	top:40px;
	right:16px;
	margin:0;
	padding:0;
	text-align:right;
	color:#c5edf9;
	text-transform:uppercase;
	width:545px;
	font-size:11px;
	font-weight:bold;
}

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

/* MAIN CONTAINERS */
#opc_main_container{
	width:768px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	text-align:left;
	-moz-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	min-height:542px;
}

#opc_col1{
	width:183px;
	float:left;
	margin-left:15px;
	display:inline;
}

#opc_col2{
	width:528px;
	float:right;
	margin-right:15px;
	padding-top:10px;
	display:inline;
}

/* COLUMN 1 */

/* MAIN NAVIGATION STYLES */
.opc_main_nav{
	margin:0 0 15px 0;
	padding:0;
	list-style-type:none;
	color:#FFFFFF;
}

.opc_main_nav_bottom{
	background-image:url(../png/main_nav_bottom.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:183px;
	height:10px;
	margin:0 0 15px 0;
	padding:0;
	font-size: 0;
	overflow: hidden;
	line-height:0;
}

.opc_main_nav a{
	padding:3px 0 3px 10px;
	margin:0;
	border-bottom:1px dashed #66D4ED;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#00A7DF;
}

.opc_main_nav a:hover{
	/*background-color:#36B9E5 !important;*/
	text-decoration:underline;
}

/* ROUNDED BASKET */
.opc_grey_basket{
	margin:0 0 0 0;
	padding:10px 10px 0 10px;
	list-style-type:none;
	background-color:#B6B6B8;
	color:#FFFFFF;
	background-image:url(../png/grey_basket_top.png);
	background-position:left top;
	background-repeat:no-repeat;
}

.opc_grey_basket_bottom{
	background-image:url(../png/grey_basket_bottom.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:183px;
	height:10px;
	margin:0 0 15px 0;
	padding:0;
	font-size: 0;
	overflow: hidden;
	line-height:0;
}

.opc_grey_basket h1{
	font-size:12px;
	font-weight:normal;
	border-bottom:1px dashed #FFFFFF;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	color:#FFFFFF;
}

.opc_grey_basket p{
	margin:0;
}

/* ROUNDED BUTTONS */

.opc_white_buttons_row{
	margin:10px 0 10px 0;
	padding:0;
	list-style-type:none;
}

.opc_white_buttons_row li{
	float:left;
	width:auto;
	margin:0 5px 5px 0;
	display:inline;
}

.opc_white_buttons_row li a{
	background-color:#FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#00A7DF;
	text-decoration:none;
	padding:5px;
}

.opc_white_buttons_row li a:hover{
	background-color:#00A7DF;
	color:#FFFFFF;
	text-decoration:none;
}

.opc_search_title{
	color:#dcf6ff;
	font-size:16px;
	background-color:#525252;
	padding:5px 16px;
	margin-bottom:2px;
}

.opc_search_container{
	border:5px solid #F2F2F2;
	padding:0 5px 8px 16px;
	margin-bottom:5px;
}

.opc_search_container label{
	font-size:11px;
	color:#000000;
	display:block;
	margin:8px 0 2px 0;
}

.opc_search_text_input{
	border:2px solid #CFCFCF;
	width:140px;
}

.opc_search_submit{
	background-color:#FFFFFF;
	color:#00A7DF;
	padding:5px;
	margin:0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	border:none;
}
.opc_search_submit:hover{
	background-color:#00A7DF;
	color:#FFFFFF;
	text-decoration:none;
}

.opc_search_select{
	border:2px solid #CFCFCF;
	width:144px;
	font-size:11px;
}

/* STANDARD TEXT/INFO BOXES WITHIN COL 1 */
.opc_col1_standard_container{
	background-color:#F1F1F1;
	padding:16px;
	margin-top:5px;
}

/* OUR SALONS */
.opc_our_salons_container{
	background-color:#F1F1F1;
	padding:16px;
}

.opc_col1_title{
	color:#000000;
	font-size:19px;
}

.opc_col1_title span{
	
}

.opc_col1_sub_title{
	font-size:15px;
	color:#000000;
	margin:15px 0 0 0;
}

.opc_col1_plain_text{
	color:#707070;
	font-size:11px;
}

/* COLUMN 1 SHOP SECTION/BRAND LOGOS/IMAGES */
.opc_col1_sections{
	padding:0;
	margin:5px 0 0 0;
	border-bottom:1px dashed #E6E6E6;
}
.opc_col1_sections a{
	text-align:center;
	display:block;
	border-top:1px dashed #E6E6E6;
	padding:5px 0;
}

/* COL1 TELL A FRIEND */
.opc_tell_friend_container{
	background-image:url(../png/tell_friend_bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#F1F1F1;
	min-height:82px;
	margin-top:5px;
	padding:16px 16px 16px 85px;
}

/* COL1 GIFT WRAPPING */
.opc_gift_wrapping_container{
	background-image:url(../png/gift_wrap_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#F1F1F1;
	min-height:82px;
	margin-top:5px;
	padding:16px 16px 16px 85px;
}

/* RIGHT ALIGNED TEXT FOR WITHIN GIFT WRAPPING/SEND FRIEND ETC */
.opc_col1_right_title{
	font-size:16px;
	color:#000000;
	font-weight:bold;
	text-align:right;
	margin:0 0 5px 0;
}

.opc_col1_right_text{
	font-size:11px;
	color:#000000;
	text-align:right;
	margin:0 0 10px 0;
}

.opc_col1_right_text a{
	background-color:#00A7DF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#FFFFFF;
	font-size:10px;
	padding:5px;
	display:inline-block;
}

.opc_col1_right_text a:hover{
	text-decoration:none;
	background-color:#36B9E5;
}

/* HOME ADVERT/MAIN IMAGE/BANNER */
#opc_home_advert_container{
	text-align:right;
	margin-bottom:5px;
}

#opc_home_advert_container img{
	border:3px solid #525252;
}

/* TITLES FOR TOP PRODUCTS, NEW PRODUCTS ETC */
.opc_home_sections_title{
	border-bottom:1px solid #E6E6E6;
	font-size:18px;
	font-weight:normal;
}
.opc_home_sections_title p{
	margin:0;
	padding:0;
	color:#FF3F9E;
}

.opc_home_sections_title p span{
	
}

.opc_home_sections_title p a{
	font-size:11px;
	color:#737373;
}

.opc_home_sections_title p a:hover{
	color:#737373;
	text-decoration:underline;
}

/* THUMBMAILS FOR PRODUCTS */
.opc_thumbnails_row{
	margin:16px 0 32px 0;
}

.opc_thumbnail{
	width:176px;
	float:left;
	margin:0 60px 0 10px;
	display:inline;
	text-align:left;
}

.opc_thumbnail_image{
	width:176px;
	height:176px;
	text-align:center;
}

.opc_thumbnail_image img{
	margin:0 auto;
}

.opc_thumbnail h1{
	color:#393a3d;
	font-size:12px !important;
	margin:0 0 2px 0;
}

.opc_thumbnail h1 a{
	text-decoration:none;
	color:#393a3d;
}

.opc_thumbnail h1 a:hover{
	text-decoration:none;
	color:#00A7DF;
}

.opc_thumbnail p{
	font-size:12px;
	margin:0 0 2px 0;
}

.opc_thumbnail p.price{
	color:#00A7DF;
}

.opc_thumbnail .opc_thumbnail_link{
	background-color:#B9B9B9;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#FFFFFF;
	font-size:10px;
	padding:5px;
	display:inline-block;
}

.opc_thumbnail .opc_thumbnail_link:hover{
	text-decoration:none;
	background-color:#00A7DF;
}

/* CRUMB ETC FOR PRODUCTS/SECTIONS INCLUDING BRAND LOGO */
.opc_product_thumb_container{
	border-bottom:1px solid #E6E6E6;
	padding:0 0 5px 0;
}
.opc_product_thumb_container h1{
	margin:0;
	font-size:30px;
	color:#b8b8b8;
	float:left;
	width:470px;
	padding-top:40px;
	display:inline;
}
.opc_product_thumb_container a{
	color:#000000;
	font-weight:bold;
}
.opc_product_thumb_container img{
	float:right;
	display:inline;
}

.opc_summary_title{
	border-bottom:1px solid #E6E6E6;
	padding:10px 0 10px 0;
}

.opc_summary_title p{
	margin:0;
	color:#9ebec7;
	font-size:15px;
}

/* BRAND THUMBNAILS (BOXED) */
.opc_boxed_thumbnails_row{
	margin:25px 0 25px 0;
}

.opc_boxed_thumbnail{
	border:1px solid #CFCFCF;
	width:160px;
	min-height:160px;
	height:auto !important;
	height:160px;
	text-align:center;
	float:left;
	margin:0 10px 0 10px;
	padding:5px;
	display:inline;
}

.opc_boxed_thumbnail_image{
	height:120px;
	text-align:center;
}

.opc_boxed_thumbnail h1{
	font-size:11px !important;
	color:#000000;
	margin:5px 0 0 0;
}
.opc_boxed_thumbnail h1 a{
	color:#000000;
}

/* PAGES OF RESULTS */
.opc_section_title_pages{
	padding:10px 0 10px 0;
}

.opc_section_title_pages p{
	color:#000000;
	font-size:12px;
}

.opc_section_title_pages p span{
	
}

.opc_section_title_pages a{
	color:#797979;
}

/* SECTION THUMBNAILS */
.opc_section_thumbnails_row{
	margin:16px 0 32px 0;
}

.opc_section_thumbnail{
	width:176px;
	float:left;
	margin:0 10px 0 10px;
	display:inline;
	text-align:left;
}

.opc_section_thumbnail_image{
	width:176px;
	height:176px;
	text-align:center;
}

.opc_section_thumbnail_image img{
	margin:0 auto;
}

.opc_section_thumbnail h1{
	color:#000000;
	font-size:12px !important;
	font-weight:bold;
	margin:0 0 2px 0;
}

.opc_section_thumbnail h1 a{
	color:#000000;
}

.opc_section_thumbnail h1 a:hover{
	text-decoration:none;
	color:#00A7DF;
}

.opc_section_thumbnail p{
	font-size:12px;
	margin:0 0 2px 0;
}

.opc_section_thumbnail p.price{
	color:#00A7DF;
	font-size:15px;
	font-weight:bold;
	margin-top:20px;
}

.opc_section_thumbnail .opc_section_thumbnail_link{
	background-color:#B9B9B9;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#FFFFFF;
	font-size:10px;
	padding:5px;
	display:inline-block;
}

.opc_section_thumbnail .opc_section_thumbnail_link:hover{
	text-decoration:none;
	background-color:#00A7DF;
}

/* MAIN PRODUCT PAGE STYLES */
.opc_main_product_page_header{
	padding:20px 0 20px 0;
}

.opc_main_product_page_header_image{
	width:185px;
	float:left;
	text-align:center;
	display:inline;
}

.opc_main_product_page_header_image img{
	margin:0 auto;
}

.opc_main_product_page_header_info{
	width:310px;
	float:right;
}

.opc_main_product_page_header_info h1{
	color:#FF3F9E;
	font-size:18px;
	font-weight:normal;
}

.opc_main_product_page_header_info .opc_short_description{
	color:#a7a7a7;
	font-size:11px;
}

.opc_main_product_page_header_info .opc_price_label{
	color:#000000;
	margin:0;
}

.opc_main_product_page_header_info .opc_price{
	color:#000000;
	font-size:35px;
}

.opc_main_product_page_header_info .opc_options_label{
	color:#000000;
}

.opc_main_product_page_header_info .opc_extra_fields_container{
	color:#000000;
}

.opc_large_submit{
	background-color:#00A7DF;
	color:#FFFFFF;
	padding:10px;
	margin:0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	font-size:14px;
	border:none;
	font-weight:bold;
	display:inline-block;
}
.opc_large_submit:hover{
	background-color:#36B9E5;
	text-decoration:none;
}

.opc_small_submit{
	background-color:#00A7DF;
	color:#FFFFFF;
	padding:5px;
	margin:0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	font-size:11px;
	border:none;
	font-weight:bold;
}
.opc_small_submit:hover{
	background-color:#36B9E5;
	text-decoration:none;
}

.opc_main_product_additional_info{
	border-top:1px solid #E6E6E6;
	padding:20px 0 20px 20px;
}

.opc_main_product_additional_info h1{
	font-size:18px;
	color:#FF3F9E;
	font-weight:normal;
}

.opc_main_product_additional_info h1 span{
	
}

/* FOOTER */
#opc_footer{
	width:768px;
	margin:0 auto 0 auto;
	padding:30px 0;
	text-align:center;
	color:#FFFFFF;
}

#opc_footer p{
	font-size:11px;
	margin:0;
	padding:0;
}

#opc_footer a{
	color:#00A7DF;
}

/* STEP 1, 2, 3 PRODUCT PAGE */

.opc_step_1, .opc_step_2, .opc_step_3{
	margin:0 0 15px 0;
	padding:10px 10px 10px 10px;
	background-color:#EEEEEE;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.opc_step_1 h1, .opc_step_2 h1, .opc_step_3 h1{
	font-size:20px;
	font-weight:bold;
	color:#00A7DF;
}

.opc_product_full_description{
	text-align:left;
	margin:15px 0 15px 0;
}

/* MONTHLY SPECIALS BOX */
#opc_monthly_specials{
	width:528px;
	height:150px;
	background-image:url(../png/monthly_specials.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin-bottom:15px;
	cursor:pointer;
}

#opc_monthly_specials h1{
	padding:20px 100px 0 20px;
	margin:0;
	font-size:30px;
	color:#FFFFFF;
}
#opc_monthly_specials .opc_specials_content{
	padding:0 100px 0 20px;
	color:#FFFFFF !important;
}
#opc_monthly_specials .opc_specials_content p{
	margin:0;
}
.opc_monthly_specials_link{
	display:block;
	color:#FFFFFF !important;
}
.opc_monthly_specials_link:hover{
	text-decoration:none;
	color:#FFFFFF !important;
}

#main-content{
	position:relative;
}

/* LivePerson Styles */
.lpStaticButton, .lpStaticButton *{
	border:none;
}

.right { float:right }
