/*
  $Id: template_styles.css,v 1.0 17:37:59 06/17/2009  

  Cascading Stylesheets for AlgoZone template

  Copyright (c) 2009 AlgoZone, Inc (www.algozone.com)

*/

.small {
}

/*** Web Fonts ***/
@font-face {
    font-family: 'MarketingScriptRegular';
    src: url('webfonts/marketingscript-webfont.eot');
    src: url('webfonts/marketingscript-webfont.eot?iefix') format('eot'),
         url('webfonts/marketingscript-webfont.woff') format('woff'),
         url('webfonts/marketingscript-webfont.ttf') format('truetype'),
         url('webfonts/marketingscript-webfont.svg#webfontEEPDGBGO') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AngleterreBook1Regular';
    src: url('webfonts/angltrr-webfont.eot');
    src: url('webfonts/angltrr-webfont.eot?iefix') format('eot'),
         url('webfonts/angltrr-webfont.woff') format('woff'),
         url('webfonts/angltrr-webfont.ttf') format('truetype'),
         url('webfonts/angltrr-webfont.svg#webfont7snadZ4P') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AdamRegular';
    src: url('webfonts/adam-webfont.eot');
    src: url('webfonts/adam-webfont.eot?iefix') format('eot'),
         url('webfonts/adam-webfont.woff') format('woff'),
         url('webfonts/adam-webfont.ttf') format('truetype'),
         url('webfonts/adam-webfont.svg#webfontsiuYPXU6') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GruppoRegular';
    src: url('webfonts/gruppo-webfont.eot');
    src: url('webfonts/gruppo-webfont.eot?iefix') format('eot'),
         url('webfonts/gruppo-webfont.woff') format('woff'),
         url('webfonts/gruppo-webfont.ttf') format('truetype'),
         url('webfonts/gruppo-webfont.svg#webfontjrFezHJO') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LobsterRegular';
    src: url('webfonts/lobster-webfont.eot');
    src: url('webfonts/lobster-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/lobster-webfont.woff') format('woff'),
         url('webfonts/lobster-webfont.ttf') format('truetype'),
         url('webfonts/lobster-webfont.svg#Lobster1.4Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*** Web Fonts (end) ***/



body {
	background:url(../images/az_body_bg.jpg);
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin:0;
	padding:0;
	min-width:1000px;
}

a {
	color: #000000;
	text-decoration: none;

}

a.login {
	color: #B56F00;
	text-decoration: none;
	font:normal 14px Arial, Tahoma;
	font-weight:bold;
padding-left:2px;
padding-bottom:20px;
}

a:hover {
	color: #6c6d6f;
	text-decoration: none;
}

#az_page_wrapper {
	background:#f4f4f6;
	color: #000000;
}

#az_main_container {
	background:url(../images/az_header_bg.jpg) repeat-x;
	position:relative;
	text-align:center;
}

.az_page_width {
	width:1000px;
	margin:0 auto;
	text-align:left;

}



/*** Common Styles ***/
.clear {
	clear:both;
}

.flt_left {
	float:left;
}
.flt_right {
	float:right;
}

.align_center {
	text-align:center;
}
.align_left {
	text-align:left;
}

.az_notification {
	text-align:center;
	color:#F00;
}
/*** Common Styles (end) ***/



/*** Header Settings ***/
#az_main_header {
	height:125px;
}

#az_header_logo {
	margin:15px 0 0 15px;
	float:left;
}
#az_header_logo a {
	display:block;
}


/* Info Bar */
#az_info_bar_caption {
	padding:62px 10px 0 0;
	height:32px;
	font:italic 14px Arial, Tahoma;
	color:#FFFFFF;
	text-shadow: 0 1px 0 rgba(159, 167, 180, 0.8);
}

#az_info_bar_caption .az_info_bar_caption_1 {
	margin-left:22px;
	line-height:0;
}


/* Info Bar */
#az_info_bar {
	padding:8px 3px 0 0;
	height:32px;
}
#az_info_bar .az_info_bar_1 {
	margin-left:22px;
	line-height:0;
}

#az_info_bar .az_info_bar_2 {
	margin-left:22px;
}
#az_info_bar .az_info_bar_3 {
	margin-left:22px;
}
#az_info_bar .az_info_bar_4 {
	line-height:20px;
}

#az_info_bar2 {}
#az_info_bar2 .az_info_bar_1, #az_info_bar2 .az_info_bar_2, 
#az_info_bar2 .az_info_bar_3, #az_info_bar2 .az_info_bar_4 {
	background:url(../images/az_bottom_box_sep.png) 100% 50% no-repeat;
	width:25%;
	float:left;
	height:155px;
}
#az_info_bar2 .az_info_bar_3 {
	width:24%;
}
#az_info_bar2 .az_info_bar_4 {
	background:none;
}

/* Top links */
.az_top_links, .az_top_links a {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.az_top_links a:hover {
	text-decoration:underline;
}
.az_top_links_sep {
	background:url(../images/az_toplinks_sep.png) 50% 55% no-repeat;
	width:22px;
	display:inline-block;
}

/* Currencies */
#az_currencies select {
	border:1px solid #3f4c5d;
	background:#FFFFFF;
	color:#a9a9a9;
}

/* Languages */
#az_languages {
	padding-top:2px;
}

/* Search Box */
#az_search_box_l, #az_search_box_r, #az_search_box_m {
	display:block;
}
#az_search_box_l {
	background:url(../images/az_search_left.png) no-repeat;
	margin-top:4px;
}
#az_search_box_r {
	background:url(../images/az_search_right.png) 100% 0 no-repeat;
	padding:0 5px 0 4px;
}
#az_search_box_m {
	background:url(../images/az_search_mid.png) repeat-x;
	height:32px;
}
#az_search_button {
	background:url(../images/az_search_icon.png) no-repeat;
	border:none;
	width:22px;
	height:23px;
	display:inline-block;
	cursor:pointer;
	margin-top:5px;
	float:left;
}
#az_search_input {
	font:normal 12px Arial, Helvetica, sans-serif;
	border:none;
	background:none;
	color:#FFFFFF;
	margin:7px 0 0 3px;
	width:130px;
	float:left;
}
/*** Header Settings (end) ***/



/*** Top Menu Settings ***/
#az_top_menu {
	clear:right;
	float:right;
	z-index:2;
}
#az_menu_l_bar {
	background:url(../images/az_mainmenu_left.png) no-repeat;
}
#az_menu_r_bar {
	background:url(../images/az_mainmenu_right.png) 100% 0 no-repeat;
	padding:0 6px 0 5px;
}
#az_menu_m_bar {
	background:url(../images/az_mainmenu_bg.png) repeat-x;
	height:42px;
}
/*** Top Menu Settings (end) ***/



/*** Main Content Settings ***/
#az_main_content {

	margin:0;
	padding:0;
	clear:both;

}
#az_main_content_top {
}
#az_main_content_bottom {
	background:url(../images/az_bottom_bg.jpg) repeat-x;
	height:155px;
}

#az_main_content .az_page_width {
	width:958px;
}
.az_col3 #az_main_content .az_page_width {
	width:1256px;
}

#az_left_bar {
	float:left;
	width:278px;

}
#az_left_bar_top {}
#az_left_bar_mid {}
#az_left_bar_bottom {}

#az_site_content {
	float:left;
	width:640px;
	margin-left:40px;
}
.az_col1 #az_site_content {
	float:none;
	width:auto;
	margin-left:0;
}
.az_col2a #az_site_content {
	float:right;
	margin-left:0;
}
.az_col2b #az_site_content {
	margin-left:0;
}
.az_col3 #az_site_content {
	margin-left:30px;
}
#az_site_content_top { display:none; }
#az_site_content_mid {
	padding-bottom:0px;
}
#az_site_content_bottom { display:none; }

#az_right_bar {
	float:right;
	width:278px;
}
#az_right_bar_top {}
#az_right_bar_mid {}
#az_right_bar_bottom {}

/* Banner */
.az_banner_promo {
	text-align:center;
	margin-bottom:8px;
}
/*** Main Content Settings (end) ***/



/*** Welcome Message ***/
#az_welcome_box {

	background:url(../images/home-bg-grad.jpg) repeat-x;

	text-align:center;
	height:319px;
	margin-bottom:5px;
	border-bottom:1px solid #e0e0e2;

}
#az_latest_banner {
	margin-top:0px;
}
#az_welcome_text1, #az_welcome_text2, #az_welcome_text3, #az_services {
	margin-left:435px;
	margin-right:10px;
	text-align:center;
}
#az_welcome_text1 {
	font:normal 42px "LobsterRegular", Arial, Tahoma;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	color:#28292a;
	padding-top:18px;
}
#az_welcome_text2 {
	font:normal 32px "LobsterRegular", Arial, Tahoma;
	color:#649ed9;
	text-shadow: 0 1px 2px rgba(170, 197, 226, 0.6);
	padding-top:0px;
}
#az_welcome_text2 span {
	color:#c44735;
}
#az_welcome_text3 {

	font:normal 13px Arial, Tahoma;
	color:#898989;
	margin-top:10px;
	line-height:16px;
}
#az_welcome_text3 span {
	color:#649ed9;
}
#az_welcome_text3 span.color2 {
	color:#55565a;
}
#az_services {
	margin-top:28px;
	position:relative;
}
.az_services_link1, .az_services_link2 {
	display:inline-block;
	height:35px;
	width:140px;
	position:absolute;
	top:0;
}
.az_services_link1 {
	left:75px;
}
.az_services_link2 {
	right:75px;
}


.bumpfont {
	font:normal 16px Arial, Helvetica, sans-serif;
}

.bumpfontblue {
	font:normal 16px Arial, Helvetica, sans-serif;
	color:#649ed9;
}


/*** Welcome Message (end) ***/



/*** Breadcrumb ***/
#az_breadcrumb {
	line-height:50px;
}
#az_breadcrumb a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#444444;
}
#az_breadcrumb .az_trail_sep, #az_breadcrumb .az_trail_sep_end {
	background: url(../images/az_bullet1.gif) 50% 54% no-repeat;
	display:inline-block;
	width:10px;
}
#az_breadcrumb .az_trail_sep_end {
	background: url(../images/az_bullet2.gif) 50% 50% no-repeat;
}
#az_breadcrumb a.az_trail_last {
	color:#C9A18E;
}
/*** Breadcrumb (end) ***/



/*** Login Box ***/
.az_loginbox {
	padding:30px;
	display:inline-block;
}
.az_input_left, .az_input_right, .az_input_mid, .az_icon_username, .az_icon_password {
	display:inline-block;
}
.az_input_left {
	background: url(../images/az_inputbox_left.png) no-repeat;
	margin-right:6px;
	float:left;
}
.az_input_right {
	background: url(../images/az_inputbox_right.png) 100% 0 no-repeat;
	padding:0 3px;
}
.az_input_mid {
	background:url(../images/az_inputbox_mid.png) repeat-x;
	height:20px;
	padding:0 2px;
}
.az_input_mid input {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#646464;
	border:0;
	background:none;
	width:80px;
	height:17px;
}
.az_icon_username {
	background: url(../images/az_username_icon.png) 0 50% no-repeat;
	padding-left:18px
}
.az_icon_password {
	background: url(../images/az_password_icon.png) 0 50% no-repeat;
	padding-left:18px
}
.az_login_button {
	display:inline-block;
	float:left;
}
/*** Login Box (end) ***/



/*** Information Box ***/
#az_information {
	list-style:none;
	padding:18px 20px 10px 20px;
	margin:0;
}
#az_information li {
	background:url(../images/az_dotted_border.gif) 0 100% repeat-x;
	display:block;
	white-space:nowrap;
	padding-bottom:8px;
	margin-bottom:8px;
	text-align:left;
}
#az_information li a {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#72727f;
	display:inline-block;
}
#az_information li a:hover {
	color:#a0a0af;
}
#az_information li span {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#a0a0af;
	display:inline-block;
	margin-left:8px;
}
#az_information li img {
	float:left;
}
/*** Information Box (end) ***/



/*** Category Menu Box ***/
#az_category {
	padding:18px 20px 10px 20px;
	display:inline-block;
}
#az_category ul {
	list-style:none;
	padding:0;
	margin:0 0 0 30px;
	float:left;
}
#az_category ul.az_category_col1 {
	margin-left:0px;
}
#az_category li {
	background:url(../images/az_dotted_border.gif) 0 100% repeat-x;
	display:block;
	white-space:nowrap;
	padding-bottom:8px;
	margin-bottom:8px;
	text-align:left;
}
#az_category li a {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#72727f;
	display:inline-block;
}
#az_category li a:hover {
	color:#a0a0af;
}
#az_category li span {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#a0a0af;
	display:inline-block;
	margin-left:8px;
}
#az_category li img {
	float:left;
}
/*** Category Menu Box (end) ***/



/*** Shopping Cart Box ***/
#az_dropcart {
	list-style:none;
	padding:5px 5px;
	margin:0;
	width:240px;
}
#az_dropcart li {
	background:url(../images/az_dotted_border.gif) 0 100% repeat-x;
	display:block;
	text-align:left;
	padding:5px 0;
	white-space:nowrap;
}
#az_dropcart li.az_dropcart_last_item {
	background:none;
}
#az_dropcart li.az_dropcart_count {
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:10px 0;
}
#az_dropcart li.az_dropcart_total {
	border-top:1px solid #b8b8ba;
	padding:15px 0 6px 0;
}
#az_dropcart li.az_dropcart_button {
	padding:10px 0 5px 0;
	text-align:right;
}
.az_dropcart_img, .az_dropcart_name, .az_dropcart_price {
	display:inline-block;
}
.az_dropcart_img {
	float:left;
}
.az_dropcart_img img {
	border:1px solid #e2e2e4;
}
.az_dropcart_name {
	white-space:normal;
	width:50%;
	margin-left:4px;
}
.az_dropcart_name a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#72727f;
}
.az_dropcart_name a:hover {
	text-decoration:underline;
}
.az_dropcart_price {
	float:right;
	width:60px;
	text-align:right;
	color:#8EA6C9;
}
.az_dropcart_view {
	text-decoration:underline;
	float:right;
}
.az_dropcart_total_price {
	float:right;
}
.az_dropcart_total_price strong {
	color:#8EA6C9;
}
.az_dropcart_view_cart {
	float:left;
}
/*** Shopping Cart Box (end) ***/



/*** Product Info settings ***/
.az_related_products {
	width:275px;
}
.az_related_block {
	width:50%;
}
.az_related_title {
	text-align:left;
	padding-left:12px;
	color:#c44735;
}
.az_related_img {
	text-align:center;
	width:50%;
	margin-top:8px;
}
.az_related_img img {
	border:1px solid #e2e2e4;
}
.az_related_block {
	width:50%;
	margin-top:10px;
}
.az_related_button {
	margin-top:5px;
}
.az_related_sep {
	background:url(../images/az_dotted_border_hor.png) 0 100% repeat-x;
	height:15px;
	clear:both;
	margin:0 5px;
}

.az_product_info_text {
	float:left;
	width:100%;
}

.az_review_content {
	background:url(../images/az_dotted_border.gif) 0 100% repeat-x;
	margin-bottom:10px;
	padding-bottom:10px;
	clear:both;
}
.az_review_heading {
}
.az_review_date {
	text-align:right;
}
.az_review_text {
	margin-top:8px;
}
.az_review_stars {
	margin-top:10px;
}

.az_info_image {
	float:left;
}
.az_info_data {
	padding-left:15px;
}

.az_tab_container {
	margin-top:20px;
	margin-bottom:20px;
}

.az_info_name {
	font:normal 30px "LobsterRegular", Arial, Tahoma;
	color:#c44735;
	text-shadow: 0 1px 2px rgba(214, 214, 214, 0.8);
}
.az_info_blurb {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#649ed9;
}
.az_info_price {
	margin-top:2px;
margin-left:2px;
}
.az_info_price .az_productPrice, .az_info_price .productSpecialPrice {
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#c44735;

}





.az_info_price .az_productPrice .az_smallCur {
	font:bold 20px Arial, Helvetica, sans-serif;
}

.az_smallCur1 {
	font:bold 10px Arial, Helvetica, sans-serif;
}


.az_info_price .az_normalPrice .az_smallCur {
	font:bold 20px Arial, Helvetica, sans-serif;

}
.az_info_price .az_normalPrice {
	font:normal 20px Arial, Helvetica, sans-serif;
}
.az_info_price .productSpecialPrice {
}
.az_info_availability {
	margin-top:8px;
border-bottom:1px dotted #c3c3c3;
}


.az_info_availability_small {
	margin-top:8px;
font-size:12px;
	font-weight:bold;
border-bottom:1px dotted #c3c3c3;
}


.az_info_model {
	margin-top:6px;
}
.az_info_options {
	margin-top:6px;
}
.az_info_options select, .az_info_options input {
	border:1px solid #c3c3c3;
}
.az_info_qty {
	margin-top:6px;
}
.az_info_qty input {
	border:1px solid #c3c3c3;
	width:30px;
	text-align:center;
}
.az_info_button {
	margin-top:18px;
}
.az_info_availability span, .az_info_model span, 
 .az_info_options span {
	display:inline-block;
	width:150px;

}

.az_info_qty span{

	width:50px;
	text-align:left;
}



.az_info_availability_small span{
	display:inline-block;
	width:150px;

}



.az_info_buttonSet {
	margin-top:10px;
}
#az_print {
	background:url(../images/az_print_icon.png) no-repeat;
	display:inline-block;
	padding-left:28px;
	height:26px;
	line-height:26px;
	margin-right:6px;
}
#az_share {
	background:url(../images/az_share_icon.png) no-repeat;
	display:inline-block;
	padding-left:28px;
	height:26px;
	line-height:26px;
}
#az_print a, #az_share a {
	color:#be2305;
	cursor:pointer;
}
/*** Product Info settings (end) ***/



/*** Category box settings ***/
.az_cat_nav {
	background:url(../images/az_arrow_collapse.png) 95% 50% no-repeat;
	padding-left:0px;
}
.az_cat_nav.az_cat_nav_sel {
	background:url(../images/az_arrow_expand.png) 95% 50% no-repeat;
}
.az_cat_nav span {
	display:block;
	background:url(../images/az_dashed_border.png) 0 100% repeat-x;
	text-indent:10px;
	border:0px solid #0C3;
	padding:7px 0;
	color:#858687;
}
.az_cat_nav a, .az_subcat_nav a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
}
.az_cat_nav a:hover, .az_subcat_nav a:hover {
	color:#8ea6c9;
}
.az_subcat_nav {
}
.az_subcat_nav span {
	display:block;
	background:url(../images/az_dashed_border.png) 0 100% repeat-x;
	text-indent:15px;
	line-height:28px;
}
.az_cat_nav strong, .az_subcat_nav strong {
	font-weight:normal;
}
.az_subcat_nav a strong {
	color:#8ea6c9;
}
/*** Category box settings (end) ***/


/*** Generic box settings ***/

.az_box_heading {
	font:normal px "LobsterRegular", Arial, Tahoma;
	color:#649ed9;
	text-shadow: 0 1px 2px rgba(214, 214, 214, 0.8);
}



.az_main_box_text {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#c44735;
	margin-top:10px;
}


.az_generic_box {
	background:url(../images/az_dotted_border.gif) 0 100% repeat-x;
	display:block;
	white-space:nowrap;
	padding-bottom:8px;
	margin-bottom:8px;
	text-align:left;
}



/*** Special box settings ***/
#az_specials {
	text-align:center;
}
.az_product_name {
	margin-top:5px;
}
.az_product_name a {
	color:#c44735;
}
.az_product_name a:hover {
	text-decoration:underline;
}
.az_product_price {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#c44735;
	margin-top:10px;
}
.az_product_price del {
	font:normal 11px Tahoma, Geneva, sans-serif;
	color:#c44735;
}
.az_product_price .productSpecialPrice {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#8ea6c9;
}
.az_buy_button {
	font:bold 12px Tahoma, Geneva, sans-serif;
	margin-left:20px;
	color:#8ea6c9;
	text-decoration:underline;
}
.az_buy_button:hover {
	text-decoration:none;
}
/*** Special box settings (end) ***/



/*** Bestsellers box settings ***/
.az_bestsellers {
}
.az_bestsellers ul {
	list-style:none;
	margin:0;
	padding:0;
}
.az_bestsellers ul li {
	border-top:1px solid #e5e5e5;
	line-height:25px;
}
/*** Bestsellers box settings (end) ***/



/*** Bottom boxes settings ***/
.az_box_title {
	font:normal 24px "LobsterRegular", Arial, Tahoma;
	text-shadow: 0 1px 0 rgba(159, 167, 180, 0.8);
	color:#fff;
	margin-left:18px;
	margin-top:10px;
}
.az_box_content {
	margin-left:18px;
	margin-top:4px;
	color:#b3b5b7;
}
.az_box_content ul {
	list-style:none;
	padding:0;
	margin:0;
}
.az_box_content ul li {
	margin-top:8px;
}
.az_box_content ul li:first {
	margin-top:0;
}
.az_box_content ul li a {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#b3b5b7;
}
.az_box_content ul li a:hover {
	text-decoration:underline;
}

#az_social_links_bottom {
	margin-top:4px;
}
#az_social_links_bottom ul li {
	margin-top:4px;
}

.az_social_icon1, .az_social_icon2, .az_social_icon3, .az_social_icon4 {
	display:inline-block;
	padding-left:35px;
	height:19px;
	line-height:19px;
}
.az_box_content ul li .az_social_icon1 a, .az_box_content ul li .az_social_icon2 a, 
.az_box_content ul li .az_social_icon3 a, .az_box_content ul li .az_social_icon4 a {
	color:#8ea6c9;
}
.az_social_icon1 {
	background:url(../images/az_twitter2_icon.png) no-repeat;
}
.az_social_icon2 {
	background:url(../images/az_facebook_icon.png) no-repeat;
}
.az_social_icon3 {
	background:url(../images/az_flicker_icon.png) no-repeat;
}
.az_social_icon4 {
	background:url(../images/az_rss2_icon.png) no-repeat;
}

#az_about_us {
	line-height:20px;
	margin-top:4px;
}
/*** Bottom boxes settings (end) ***/



/*** Footer Settings ***/
#az_main_footer {
	background:url(../images/az_footer_bg.jpg) repeat-x;
	height:70px;
}
#az_footer_left_bar {
	float:left;
}
#az_footer_right_bar {
	float:right;
}
#az_footer_mid_bar {
	margin:0 150px 0 200px;
}

#az_footer_right_bar a.az_back_top {
	display:inline-block;
	margin-top:25px;
}
.az_back_top {
	background:url(../images/az_arrow_up.png) no-repeat;
	width:30px;
	height:31px;
}
.az_back_top:hover {
	background-position:0 -31px;
}

#az_cards {
	margin:25px 0 0 20px;
}

#az_footer_menu_tb {
	text-align:center;
	padding-top:20px;
}
#az_footer_menu_tb ul {
	list-style:none;
	margin:0;
	padding:0;
	white-space:nowrap;
}
#az_footer_menu_tb ul li {
	display:inline;
	white-space:nowrap;
	padding:0;
	margin:0;
}
#az_footer_menu_tb a {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
}
#az_footer_menu_tb a:hover {
	text-decoration:underline;
}
#az_footer_menu_tb ul li.az_menu_sep {
	background:url(../images/az_bottomlinks_sep.png) 50% 50% no-repeat;
	padding:0 14px;
}

#az_footer_note {
	font:normal 11px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	margin-top:6px;
}
#az_footer_note a {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
}
#az_footer_note a:hover {
	text-decoration:underline;
}
/*** Footer Settings (end) ***/



/*** Sidebox Settings ***/
#az_left_bar_mid .az_box_new, #az_right_bar_mid .az_box_new, 
#az_left_bar_mid .az_box2_new, #az_right_bar_mid .az_box2_new {
	margin-bottom:20px;
}

.az_box_top_new {}
.az_box_top_l_new {
	background: url(../images/az_box_top_l_new.gif) no-repeat #e7e7e9;
}
.az_box_top_r_new {
	background: url(../images/az_box_top_r_new.gif) 100% 0 no-repeat;
	padding:0 5px;
}
.az_box_top_m_new {
	background: #e7e7e9;
	height:50px;
}

/* Box2 */
.az_box2_new .az_box_top_l_new {
}
.az_box2_new .az_box_top_r_new {
	padding:9px 9px 0 9px;
}
.az_box2_new .az_box_top_m_new {
	background: #e7e7e9;
	border:1px solid #e7e7e9;
	border-bottom:0;
	height:40px;
}
/* Box2 (end) */

.az_box_top_new .boxTitle {
	font:normal 30px "LobsterRegular", Arial, Tahoma;
	text-shadow: 0 1px 0 rgba(181, 186, 197, 0.7);
	text-align:left;
	color:#c44735;
	text-indent:15px;
	padding-top:5px;
}

.az_box_top_newt .boxTitleNew {
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#c44735;
	text-shadow: 0 1px 0 rgba(181, 186, 197, 0.7);
	text-align:left;
	text-indent:15px;
	padding-top:5px;

}



.az_box_top_new .boxTitle a {
	color:#c44735;
}

.az_box2_new .az_box_top_new .boxTitle {
	padding-top:0;
}

.az_box_cont_new {}
.az_box_cont_l_new {}
.az_box_cont_r_new {}
.az_box_cont_m_new {
	background:#e7e7e9;
	padding:5px 8px 10px 2px;
}

/* Box2 */
.az_box2_new .az_box_cont_l_new {}
.az_box2_new .az_box_cont_r_new {
	padding:0 9px;
	background:#e7e7e9;
}
.az_box2_new .az_box_cont_m_new {
	background:#e7e7e9;
	border:1px solid #e7e7e9;
	border-top:0;
}
/* Box2 (END) */

#az_left_bar .boxContents, #az_right_bar .boxContents {}

.az_box_bottom_new {}
.az_box_bottom_l_new {
	background: url(../images/az_box_bottom_l_new.gif) 0 100% no-repeat #e7e7e9;
}
.az_box_bottom_r_new {
	background: url(../images/az_box_bottom_r_new.gif) 100% 100% no-repeat;
	padding:0 5px;
}
.az_box_bottom_m_new {
	background: #e7e7e9;
	height:5px;
}

/* Box2 */
.az_box2_new .az_box_bottom_l_new {}
.az_box2_new .az_box_bottom_r_new {
	padding:0 9px;
}
.az_box2_new .az_box_bottom_m_new {
	height:9px;
}
/* Box2 (end) */

.az_box_bottom_new .boxTitle {}
/*** Sidebox Settings (end) ***/



/*** Product Listing Settings ***/
.az_listing {}
.az_listing_top_left {
	background:url(../images/az_listing_top_left.png) no-repeat;
}
.az_listing_top_right {
	background:url(../images/az_listing_top_right.png) 100% 0 no-repeat;
	padding:0 8px;
}
.az_listing_top_mid {
	border-top:1px solid #c6c6c6;
	background:#fff;
	height:7px;
}
.az_listing_toolbar_left {
	background:url(../images/az_toolbar_left.png) no-repeat;
}
.az_listing_toolbar_right {
	background:url(../images/az_toolbar_right.png) 100% 0 no-repeat;
	padding:0 8px;
}
.az_listing_toolbar_mid {
	background:url(../images/az_toolbar_mid.png) repeat-x;
	height:35px;
}
.az_listing_cont_left {}
.az_listing_cont_right {
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	background:#fff;
}
.az_listing_cont_mid {
	padding:0 4px;
}
.az_listing_bottom_left {
	background:url(../images/az_listing_bottom_left.png) no-repeat;
}
.az_listing_bottom_right {
	background:url(../images/az_listing_bottom_right.png) 100% 0 no-repeat;
	padding:0 8px;
}
.az_listing_bottom_mid {
	border-bottom:1px solid #c6c6c6;
	background:#fff;
	height:7px;
}

.az_listing_row {
	background:url(../images/az_dotted_border_hor.png) 0 100% repeat-x;
	padding:12px 0 13px 0;
	width:100%;
}
.az_listing_row.az_last_row {
	background:none;
}
.az_listing_col {
	background:url(../images/az_dotted_border_ver.png) 100% 0 repeat-y;
	float:left;
	text-align:center;
	padding:15px 0;
}
.az_listing_col.az_last_col {
	background:none;
}
.az_listing_wrapper {
	width:88%;
	margin:auto;
}

.az_listing_img {
	text-align:center;
}
.az_listing_title {
	margin-top:15px;
}
.az_listing_title a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000000;
}
.az_listing_title a:hover {
	text-decoration:underline;
}
.az_listing_price {
	float:left;
	text-align:center;
	margin-top:15px;
	width:100%;

}
.az_listing_price .az_productPrice {
	line-height:18px;
}
.az_listing_buttons {
	margin-top:15px;
}

/* Listing toolbar */
.az_listing_toolbar {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#3c3c3c;
	line-height:35px;
}

.az_listing_page_nav {
	margin:0 auto;
	text-align:center;
	width:50%;
}
.az_pl_steps {
	background:url(../images/az_pagenav_sep.gif) 0 50% no-repeat;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#383838;
	display:inline-block;
	padding:0 2px;
	line-height:normal;
}
.az_pl_steps span {
	display:inline-block;
	padding:0px 6px;
	height:15px
}
.az_listing_page_nav a.az_pl_steps:hover span, .az_pl_steps_cur span {
	background:url(../images/az_pagenav_active.png) repeat-x;
	height:13px;
	border:1px solid #e4e4e4;
	color:#fff;
	padding:0px 5px;
}
.az_pl_steps_cur {
	color:#fff;
}
.az_listing_page_nav.az_page_nav_bottom {
	margin-top:10px;
}
.az_pl_prev {
	background:url(../images/az_pagenav_prev.gif) 0 50% no-repeat;
	margin-right:5px;
	display:inline-block;
	line-height:normal;
}
.az_pl_next {
	background:url(../images/az_pagenav_next.gif) 0 50% no-repeat;
	margin-left:5px;
	display:inline-block;
	width:8px;
	line-height:normal;
}
.az_pl_prev span, .az_pl_next span {
	display:inline-block;
	width:8px;
}
.az_pl_prev.az_disabled, .az_pl_next.az_disabled {
	background-position:-8px 50%;
}

#az_listing_sort {
	margin-left:5px;
}
#az_items_num {
	margin-right:5px;
}
#az_disp_itemno, #az_disp_order {
	font:normal 12px Tahoma, Geneva, sans-serif;
	color:#000;
}
/*** Product Listing Settings (end) ***/



/*** Prices Settings ***/
.az_productPrice {
text-align:center;
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#c44735;
}
.az_productPrice .az_smallCur { font-size:20px; }
.az_productPrice .az_specialPrice {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#8ea6c9;
}
.az_productPrice .az_specialPrice .az_smallCur { font-size:12px; }
.az_productPrice s {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#c44735;
}
.az_productPrice s .az_smallCur { font-size:11px; }
/*** Prices Settings (end) ***/



/*** Button Settings ***/
button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

.az-template-submit {
	border:none;
	padding:0;
	margin:0;
	background:none;
	overflow:visible;
	cursor:pointer;
	width:auto;
	white-space:nowrap;
	display:inline-block;
}
.az-template-button {
	white-space:nowrap;
	display:inline-block;
}
.az-button-left, .az-button-middle, .az-button-right, 
.az-button-left2, .az-button-middle2, .az-button-right2, 
.az-button-left3, .az-button-middle3, .az-button-right3 {
	font:normal 11px Tahoma, Arial, Verdana;
	color:#fff;
	white-space:nowrap;
	height:26px;
	line-height:26px;
	display:inline-block;
	padding:0;
	margin:0;
	cursor:pointer;
	text-align:center;
}

.az-button-left {
	background:url(../images/az_button1_left.png) no-repeat;
	width:5px;
}
.az-button-middle {
	background:url(../images/az_button1_mid.png) repeat-x;
	padding:0 4px;
}
.az-button-right {
	background:url(../images/az_button1_right.png) no-repeat;
	width:5px;
}
.az-button-hover .az-button-left, .az-button-hover .az-button-middle, .az-button-hover .az-button-right {
	background-position:0 -26px
}
.az-button-hover.az-button-push .az-button-left, 
.az-button-hover.az-button-push .az-button-middle, 
.az-button-hover.az-button-push .az-button-right {
	background-position:0 -52px
}

.az-button-left2, .az-button-middle2, .az-button-right2 {
	font-size:14px;
	height:31px;
	line-height:31px;
}
.az-button-left2 {
	background:url(../images/az_button2_left.png) no-repeat;
	width:6px;
}
.az-button-middle2 {
	background:url(../images/az_button2_mid.png) repeat-x;
	padding:0 2px;
}
.az-button-right2 {
	background:url(../images/az_button2_right.png) no-repeat;
	width:6px;
}
.az-button-hover .az-button-left2, .az-button-hover .az-button-middle2, .az-button-hover .az-button-right2 {
	background-position:0 -31px
}
.az-button-hover.az-button-push .az-button-left2, 
.az-button-hover.az-button-push .az-button-middle2, 
.az-button-hover.az-button-push .az-button-right2 {
	background-position:0 -62px
}

.az-button-left3, .az-button-middle3, .az-button-right3 {
	color:#646464;
	height:20px;
	line-height:20px;
	text-transform:lowercase;
}
.az-button-left3 {
	background:url(../images/az_button3_left.png) no-repeat;
	width:4px;
}
.az-button-middle3 {
	background:url(../images/az_button3_mid.png) repeat-x;
	padding:0 2px;
}
.az-button-right3 {
	background:url(../images/az_button3_right.png) no-repeat;
	width:4px;
}
.az-button-hover .az-button-left3, .az-button-hover .az-button-middle3, .az-button-hover .az-button-right3 {
	background-position:0 -20px
}
.az-button-hover.az-button-push .az-button-left3, 
.az-button-hover.az-button-push .az-button-middle3, 
.az-button-hover.az-button-push .az-button-right3 {
	background-position:0 -40px
}
/*** Button Settings (end) ***/




/*environmnet page*/

.environment-bg
{
	width: 640px;
	height: auto;
	background-image: url(../images/online-shells-bubble-bg.png);
	background-position: top;
	font-size: 12pt;
	display: inline-block;
	min-height: 900px;
}

.environment-bg h3
{
width: 100%;
margin: 0px 0px 0px 0px;
display: inline-block;	
font: normal 25px "LobsterRegular", Arial, Tahoma;
color: #c44735
}

.environment-bg p
{
	display: block;
	padding: 20px 0px;
	font-size: 12pt;
}
	
.environment-header
{
	width: 100%;
	height: 240px;
	display: inline-block;
}

.environment-bg ul
{
display: inline-block;
}

		
.environment-title
{
width: 100%;
margin: 0px 0px 0px 0px;
float: left;
display: inline-block;	
font: normal 40px "LobsterRegular", Arial, Tahoma;
color: #c44735
}

.environment-title-small
{
width: 100%;
margin: 0px 0px 0px 0px;
float: left;
display: inline-block;	
font: normal 25px "LobsterRegular", Arial, Tahoma;
color: #c44735
}

.ma-logo
{
	float: right;
	}

.pic {
height: 127px;
width: 127px;
overflow: hidden;
margin: 10px;
border: 5px solid #eaeaea;
-webkit-box-shadow: 5px 5px 5px #111;
box-shadow: 5px 5px 5px #111;
float: left;
border-radius: 50%;
}


.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  border-radius: 0%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.morph-wide {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph-wide:hover {
  border-radius: 0%;
  width: 350px;
  height: 172px;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.morph-alt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.morph-alt img
{
	margin: -70px 0px 0px -70px;
}

.morph-alt:hover {
  border-radius: 0%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.morph-wide {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph-wide:hover {
  border-radius: 0%;
  width: 350px;
  height: 172px;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}




/*GROW*/
.grow img {
	height: 127px;
	width: 127px;
	display: inline-block;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.grow img
{
border-radius: 0%;
}

.grow img:hover {
	width: 200px;
	height: 200px;
	margin: -36px 0px 0px -36px;
border-radius: 0%;
}

.enviro-images
{
	width: 160px;
	height: auto;
	display: inline-block;
	float: left;
	text-align: center
}

.enviro-images span
{
	font-style: italic;
	font-size: 10pt;

}

/*environmnet page e of*/


/* about us*/

.about-links
 {
	width: 180px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	display: inline-block;
	line-height: 20px;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	transition: all 0.2s ease-in-out 0s;
	border: 1px solid #DDDDDD;
	position: relative;
	float: left;
	background-color: #fff;
}

.about-links .title
{
	font: normal 14pt "LobsterRegular", Arial, Tahoma;
	background: none repeat scroll 0 0 rgba(36, 27, 28, 0.9);
	bottom: 10%;
	color: #FFFFFF;
	left: 0;
	padding: 9px 11px;
	position: absolute;
	transition: all 0.3s ease 0s;
	z-index: 100;
}



.about-links .image
{
	height: 150px;
	width: 180px;
	overflow: hidden;
	float: left;
	border-radius: 3px;
	margin: 0px 0px 20px 0px
}

.about-links img
{
	height: 180px;
	width: 180px;
	display: inline-block;
   -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.about-links img
{
	border-radius: 0%;
}

.about-links img:hover
{
	width: 200px;
	height: 200px;
	margin: -10px 0px 0px -10px;
	border-radius: 0%;
}

.about-links span strong
{
	font-weight: bold;
	font-size: 11pt;
	background-color: #000;
	padding: 5px;
	color: #fff;
	position: absolute;
	top: 120px;
	left: 0px;
	z-index: 10;
}

.about-links span a
{
	font-weight: bold;
	font-size: 11pt;
	background-color: #c44735;
	padding: 5px;
	color: #fff;
	position: absolute;
	top: 145px;
	left: 10px;
	z-index: 20;
	border-radius: 3px;
}



.feature-items
 {
	width: 98%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	display: inline-block;
	line-height: 20px;
	padding: 10px;
	margin: 10px 0px 20px 0px;
	transition: all 0.2s ease-in-out 0s;
	background-color: #eaeaea;
	text-align: center
}

.feature-items span
{
	font-style: italic;
	font-weight: bold;
	font-size: 18pt;
	line-height: 32pt;
}

/*about us e of*/

/*contact us*/
.environment-title-small-center
{
	width: 90%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 50px;
	float: left;
	display: inline-block;	
	font: normal 25px "LobsterRegular", Arial, Tahoma;
	color: #c44735;
}

.contact-block
{
	width: 95%;
	height: auto;
	display: inline-block;
	border-bottom: 1px solid #e1e1e1;
	padding: 0px 0px 15px 20px;
	margin: 0px 0px 25px 0px;
}

.contact-pics
{
	width: 150px;
	height: 150px;
	float: left;
	display: inline-block;
}

.contact-us-link
{
	width: 40%;
	height: auto;
	display: inline-block;
	float: left;
	margin: 0px 10px 10px 20px;
	padding: 0px 10px 10px 0px;
}

.contact-us-link img
{
	float: left;
	margin: 0px 10px 0px 0px;
}

.contact-us-link span
{
	display: inline-block;
	margin: 20px 0px 0px 0px;
	text-decoration: underline
}

.contact-us-link span:hover
{
	color: red;
	display: inline-block;
	margin: 20px 0px 0px 0px;
}

.contact-block ul
{
	width: 70%;
	height: auto;
	display: inline-block;
	padding: 10px 0px 10px 150px;
	list-style-type: circle; 
	font-weight: bold;
}

.contact-submit-btn
{
	width: 200px;
	height: 60px;
	display: inline-block;
	background-image: url(../images/send-enquiry-btn.png);
	background-position: top left;
	margin: 30px 0px 0px 200px;
}
.contact-submit-btn:hover
{
	width: 200px;
	height: 60px;
	display: inline-block;
	background-image: url(../images/send-enquiry-btn.png);
	background-position: top right;
}

.contact-btns
{
	width: 200px;
	height: 60px;
	display: inline-block;
	background-position: top left;
	margin: 0px 0px 0px 20px;
}
.contact-btns:hover
{
	width: 200px;
	height: 60px;
	display: inline-block;
	background-image: url(../images/send-enquiry-btn.png);
	background-position: top right;
}
/*contact us e of*/



/*delivery*/

.accord h2
{
	text-decoration: none;
	font: normal 25px "LobsterRegular", Arial, Tahoma;
	color: #c44735;
	margin: 20px 20px 0px 20px;
	display: inline-block;
	width: 100%
}

.accord .transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

.accord .flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

.accord .no-select, h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.accord @media (max-width: 550px) {
  body {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
}

.accord span p {
  color: #000;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
 overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin: 14px 20px 0px 20px;
/*  z-index: 2;*/
  padding: 0px;
}




.accord p span
{
  font-size: 27px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
 overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
/*  z-index: 2;*/
  padding: 0px;
}

.accord p span, .test
{
	font: normal 20px "LobsterRegular", Arial, Tahoma;
	color: #c44735;
	margin: 20px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}

.delivery-block
{
	width: 100%;
	height: auto;
	display: inline-block;
	margin: 10px 0px 10px 0px;
}

.delivery-image
{
	width: 125px;
	height: 125px;
	float: left;
	margin: 0px 10px 0px 0px;
}



.accord p .delivery-image
{
	width: 127px;
	height: 127px;
	float: left;
	margin: 20px 20px 20px 20px;
}

.accord ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.accord ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
/*  border-top: 1px dotted #dce7eb;*/
}
.accord ul li:nth-of-type(1) {
  animation-delay: 1s;
}
.accord ul li:nth-of-type(2) {
  animation-delay: 1s;
}
.accord ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.accord ul li:last-of-type {
  padding-bottom: 0;
}
.accord ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: -10px;
  right: 0;
}
.accord ul li i:before, ul li i:after {
  content: "";
  position: absolute;

}
.accord ul li i:before {
  transform: translate(-75px, 10px);
  background-image: url(../images/read-more.png);
  z-index: 10
}
.accord ul li i:after {
  transform: translate(-75px, 10px);
  width: 70px;
  height: 70px;
  background-image: url(../images/close-more.png);
  z-index: 1
}
.accord ul li input[type=checkbox] {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.accord ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.accord ul li input[type=checkbox]:checked ~ i:before {
  width: 70px;
  height: 70px;

}
.accord ul li input[type=checkbox]:checked ~ i:after {

}

/*
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
*/


.delivery-title-small
{
	display: inline-block;
}

/*delivery e of*/



/*new contact us*/

.button-wrapper-large
{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	height: 40px;
	display: inline-block;
	text-align: center;
}


.a-btn{
    background: linear-gradient(top, #c44735 0%,#ad3220 100%);
	background: -webkit-linear-gradient(top, #c44735 0%, #ad3220 100%);
	border: 1px solid #c53535;
    border-color: #c53535 #e53e3e #d62f2f;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fe9595;  
    padding: 0px 80px 0px 10px;
	height: 38px;
	display: inline-block;
	position: relative;
	border-radius: 4px;
	float: left;
	margin: 10px 10px 10px 30px;
	overflow: hidden;
	transition: all 0.3s linear;
	width: 150px
}
.a-btn-text{
	padding-top: 5px;
	display: block;
	font-size: 18px;
	white-space: nowrap;
	color: #fff;
    text-shadow: 0 1px 0 #fe9b9b;
	transition: all 0.3s linear;
}
.a-btn-slide-text{
	position:absolute;
	top: 35px;
	left: 0px;
	width: auto;
	right: 52px;
	height: 0px;
	background: #fff;
	color: #996633;
	font-size: 13px;
	white-space: nowrap;
	font-family: Georgia, serif;
	font-style: italic;
	text-indent: 15px;
	overflow: hidden;
	line-height: 30px;
	box-shadow: 
		-1px 0px 1px rgba(255,255,255,0.4), 
		1px 1px 1px rgba(0,0,0,0.5) inset;
	transition: height 0.3s linear;
}
.a-btn-icon-right{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 52px;
	border-left: 1px solid #cd4949;
	box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
	width: 38px;
	height: 38px;
	opacity: 0.7;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0px 0px -20px;
	background: transparent url(../images/arrow_right.png) no-repeat 50% 55%;
    transition: all 0.3s linear;
}




.a-btn:hover{
	height: 65px;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4); 
}
.a-btn:hover .a-btn-text{
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	color: #fff;
}
.a-btn:hover .a-btn-slide-text{
	height: 30px;
}
.a-btn:hover .a-btn-icon-right span{
	opacity: 1;
	transform: rotate(-45deg);
}




.a-btn:active {
	position:relative;
	top:1px;
	background: linear-gradient(top, #fec354 0%,#fecd61 100%); /* W3C */
    border-color: #d29a3a #cc9436 #c89133;
    text-shadow: 0 1px 0 #fee1a0;
    box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;  
}

/*new contact us e of*/



/*rotator popup*/

.wrap {
  padding-top: 5px;
  padding-left: 9px;
  text-align: left;
}

.btn {
  background: #FFFFFF;
  border: #bdbcbd solid 1px;
  border-radius: 0px;
  color: #FFFFF;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: color .1s ease;
  /* top: 40em;*/
}
.btn:hover {
  background: #e7e7e9;
}
.btn.btn-big {
  font-size: 18px;
  padding: 0px 0px;
  min-width: 45px;
}
.btn-close {
  color: #aaaaaa;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0;
}
.btn-close:hover {
  color: #919191;
}
.modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal:target:before {
  display: block;
}
.modal:target .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 0%;
}
.modal-dialog {
  background: #fefefe;
  background-image: url(../images/online-shells-bubble-bg.png);
  border: #333333 solid 1px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 12%;
  top: -100%;
  z-index: 11;
  width: 75%;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-body {
  padding: 20px;
}
.modal-header,
.modal-footer {
  padding: 10px 20px;
}
.modal-header {
  border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
  color: #000
text-decoration:none;
	font:normal 32px "LobsterRegular", Arial, Tahoma;
	color:#c44735;
	text-shadow: 0 1px 2px rgba(170, 197, 226, 0.6);
}
.modal-footer {
  border-top: #eeeeee solid 1px;
  text-align: right;
}
/*ADDED TO STOP SCROLLING TO TOP*/
#close {
  display: none;
}

/*rotator popup e of*/


.category-header
{
	background-image: url(../images/online-shells-category-header.png);
	background-position: top left;
	height: 96px;
	width: 639px;
}
.category-header-text
{
  text-align: center;
	font:normal 32px "LobsterRegular", Arial, Tahoma;
	color:#FFFFFF;
	text-shadow: 0 1px 2px rgba(170, 197, 226, 0.6);
	padding-top:28px;
}