
	
/**************************************
                MAIN 
***************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	font: 12px "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0;
	padding: 0 0;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
    margin: 6px 0;
}
li {
    list-style: none outside none;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background:#fff;
    color: black;
    font-family: Arial,sans-serif !important;
    text-align: left;
}
.lg {
    background: -moz-linear-gradient(center top , #FFFCFC, #F0EDED) repeat scroll 0 0 transparent;
}
a {
    color: #7F7F7F;
    outline: medium none;
    text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #000000;
}

/*******************************

Main Page

*********************************/
.small_header {
	width: 100%;
	padding: 0;
	float: left;
}
.small_body {
	width: 100%;
	padding: 0;
	float: left;
}
.small_header_full {
	width: 100%;
	padding: 0;
	float: left;
}
.small_header_inner {
	width: auto;
	padding: 20px;
	float: left;
}
.search_phrase {
	padding: 0 10px;
	font-style: italic;
	font-weight: bold;
}
span.search_results_header {
	float: left;
	height: 10px;
	width: 84%;
	margin: 0 0 0 20px;
	border-bottom: 1px dashed #ccc;
}
span.search_results_left {
	float: left;
	margin: 0 0 0 20px;
}
.middleTop {
    float: left;
    min-height: 100%;
    width: 100%;
}
.top_banner img {
}
.top_banner {
    height: 120px;
    overflow: hidden;
    padding: 20px 0 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.box_one_quarter {
	width: 25%;
	float: left;
}
.box_three_quarter {
	width: 75%;
	float: left;
}
.box_one_quarter img, .box_three_quarter img {
	width: 100%;
}
.side_inner {
	padding: 15px 25px 10px;
	float: left;
	width: 190px;
	background: url(/images/ricepaper.png);
}
.side_inner_base {
	padding: 15px 25px 10px;
	float: left;
	width: 190px;
}
.side_content {
	float: left;
	margin: 0 0 15px;
}
.content_description {
	padding: 20px 0;
}
.item_sub_menu {
}
	.item_sub_menu ul {
    width: 100%;
	}
		.item_sub_menu ul li {
    float: left;
		}
			.item_sub_menu ul li a {
    padding: 10px 20px 10px 0;
			
    float: left;
}
.inner_body .featContainer {
	float: left;
	margin: 0 !important;
	width: 100%;
}
.footer-details {
	font-family: courier new;	
	font-size: 16px;
	float: left;
	width: 100%;
	padding: 20px 0 50px;
	text-align: center;
}

.mood_switcher {
	-webkit-transition: width 150ms, right 150ms, background-color 150ms;
	color: rgba(0,0,0, 0.5);
	background-color: transparent;
	border: none;
	bottom: 0;
	font-size: 40px;
	margin: 0;
	max-width: 150px;
	min-height: 100% !important;
	outline: none;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 100000;
	height: 100%;
	width: 40px;
	width: 111px; 
	top: 0px; 
	padding-bottom: 0px;
}
.mood_switcher:hover {
	-webkit-transition: width 150ms, right 150ms, background-color 150ms;
	background: -webkit-linear-gradient(top, rgba(0,0,0, .02) 0, rgba(0,0,0, .02) 60px, rgba(0,0,0, .02) 183px);
	background-color: transparent;
}
#item-main .mood_switcher {
	height: 576px;
}
#mood_switcher-start {
	left: 0px;
}
#mood_switcher-end {
	right: 0px;
}
.mood_button_down {
	font-size: 20px;
	border: 1px solid #f1f1f1;
	-webkit-transition: width 15ms, right 15ms, background-color 15ms;
	background: -webkit-linear-gradient(top, rgba(0,0,0, 0) 0, rgba(0,0,0, .1) 60px, rgba(0,0,0, .6) 183px);
	background-color: transparent;
	font-weight: bold;
	padding: 0 0 2px 0 !important;
	width: 30px !important;	
	height: 30px !important;
}
.mood_body {
	margin: 0 auto;
	padding: 0 0 100px 0;
	height: 100%;
	width: 960px;
}
/*******************************

Posts Small

*********************************/
.post_sub_title {
	width: 100%;
	float: left;
}
.post_thumb {
	width: 200px;
	float: left;
}
.post_thumb img{
	width: 100%;
	float: left;
}
.front-modal {
	width: 790px;
	margin: 20px auto;
}
/*******************************

Social

*********************************/

.social_bar {
	padding: 5px 0;
}
.social_bar a, .social_bar a img {
	width: 30px;
}

a.facebook, a.twitter, a.instagram, a.google, a.pinterest {
	width: 30px;
	height: 20px;
	float: left;
	overflow: hidden;
}
a.twitter {
	background: url(/images/icons/icon_sprite.png) no-repeat 0 -20px;
}
a.facebook {
	background: url(/images/icons/icon_sprite.png) no-repeat -120px -20px;
}
a.instagram {
	background: url(/images/icons/icon_sprite.png) no-repeat -30px -20px;
}
a.google {
	background: url(/images/icons/icon_sprite.png) no-repeat -60px -20px;
}
a.pinterest {
	background: url(/images/icons/icon_sprite.png) no-repeat -90px -20px;
}


a.twitter:hover {
	background: url(/images/icons/icon_sprite.png) no-repeat 0 0;
}
a.facebook:hover {
	background: url(/images/icons/icon_sprite.png) no-repeat -120px 0;
}
a.instagram:hover {
	background: url(/images/icons/icon_sprite.png) no-repeat -30px 0;
}
a.google:hover {
	background: url(/images/icons/icon_sprite.png) no-repeat -60px 0;
}
a.pinterest:hover {
	background: url(/images/icons/icon_sprite.png) no-repeat -90px 0;
}

/*******************************

Slider I

*********************************/

#sliderModal {
    float: left;
    min-height: 100%;
    width: 620px;
}
.slide {
    display: none;
    height: auto;
    position: absolute;
    width: 620px;
    z-index: 10;
}
.slideContainer {
    float: left;
    height: auto !important;
    min-height: 100%;
    width: 620px;
}
.slide img {
    max-width: 620px;
}
.current {
    display: none;
    height: auto;
    position: absolute;
    z-index: 0;
}
.slideThumb {
    float: left;
}
.slideThumb img {
    margin-left: 3px;
	margin-bottom: 3px;
    width: 110px;
}
.thumbModal {
    float: right;
    width: 340px;
}

/*******************************

Slider II

*********************************/

ul {
}
ul li.slideFull {float:left; list-style:none; position:relative; }
a.next_end, a.previous_end {
	display: none;
}
a.next {
	background: url(/images/right_arrow.png);
	position: absolute;
	right: 2px;
	top: 180px;
	z-index: 10000;
	padding: 0;
	width: 23px;
	height: 45px;
}
a.next_end {
	background: url(/images/right_end_arrow.png);
	position: absolute;
	right: 2px;
	top: 50%;
	z-index: 10000;
	padding: 0;
	width: 23px;
	height: 45px;
}
a.previous {
	position: absolute;
	background: url(/images/left_arrow.png);
	left: 0;
	top: 180px;
	padding: 0;
	width: 23px;
	z-index: 100;
	height: 45px
}
a.previous_end {
	position: absolute;
	background: url(/images/left_end_arrow.png);
	left: 0;
	top: 50%;
	padding: 0;
	width: 23px;
	height: 45px
}
a.startover{
	background: url(/images/refresh.png);
	position: absolute;
	left: 470px;
	top: 360px;
	padding: 0;
	z-index: 100;
	width: 40px;
	height: 40px;
}
.slideFull {
    width: 960px;
    float: left;
}
li.active_slide img {
    width: 938px !important;
	border: 10px solid #fff;
}
ul.full_slider li img {
    width: 938px !important;
	
    border: 0px solid #fff;
}

#sliderFullModal {
    min-height: 400px;
    margin: 0 auto;
    height: auto;
    width: 960px;
}
.slider_placeholder {
	background:url(/images/Rocket.gif) no-repeat center 100px;

}
.slider_placeholder_s {
	margin: 20px auto;
	width: 100px;
	text-align: center;
}
.slideFullContainer {
    width: 960px;
    height: 415px;
    display: none;
    margin: 0 auto;
}


/*******************************

Inner Slider

*********************************/

.inner_body .slideFull {
    width: 720px;
    float: left;
}
.inner_body li.active_slide img {
    width: 698px !important;
}
.inner_body ul.full_slider li img {
    width: 640px !important;
}

.inner_body #sliderFullModal {
    min-height: 307px;
    width: 640px;
}

.inner_body .slideFullContainer {
    width: 720px;
    height: 310px;

}
.inner_body .mainDropzone {
	width: 640px;
	margin: 0 auto;
	margin: 0 auto;
}

.inner_body a.previous, .inner_body a.next  {
	top: 140px;
}

/*
.bg1 {
	background: url(/images/banner_bg.jpg) no-repeat !important;
	
}
.bg2 {
	background: url(/images/banner2_bg.jpg) no-repeat !important;
}
.bg3 {
	background: url(/images/banner_bg.jpg) no-repeat !important;
}
.bg4 {
	background: url(/images/banner2_bg.jpg) no-repeat !important;
}
.bg5 {
	background: url(/images/banner_bg.jpg) no-repeat !important;
}
*/

/*******************************
 Features
*********************************/
.featureBox, .featureBoxLast {
	width: 430px;
	border: 1px solid #ccc;
	float: left;
	-webkit-box-shadow: 0px 1px 2px 0px #ccc;
	padding: 8px;
}
.featureBoxLast {
	width: 430px;
	float: right;
}
.last {
	float: right;
}

.featureBox img, .featureBoxLast img {
	width: 430px;
}
.box_one_third {
	width: 302px;
	border: 1px solid #ccc;
	float: left;
	-webkit-box-shadow: 0px 1px 2px 0px #ccc;
	padding: 8px;
}
.box_one_third img {
	width: 302px;
}
/*******************************
 Footer
*********************************/
.footerBase {
	height: auto;
	width: 100%;
	margin: 10px 0 50px;
	float: left;
	position: relative;
		}
		.col_6 {
			margin: 0 10px;
			float: left;
			width: 171px;
		}
		.col_6 ul {
			float: left;
			width: 150px;
			border-right: 1px solid rgb(70, 70, 70);
		}
		.col_6 ul.last {
			float: left;
			width: 100%;
			border-right: 0px solid rgb(70, 70, 70);
		}
		.col_6 ul.slast {
			float: left;
			width: 100%;
			border-right: 0px solid rgb(70, 70, 70);
		}
		.col_6 ul li {
			float: left;
			width: 100%;
		}
		.col_6 ul li a {
    width: 100%;
		
    float: left;
}
		#footer a:hover {
			color: #fff;
		}
		.li_heading {
    margin: 0 0 8px;
		
    font-weight: bold;
    font-size: 14px !important;
    color: #b1b1b1;
}
.footerRoot {
	height: auto;
	width: 100%;
	float: left;
	min-height: 30px;
	bottom: 0;
		}
		.fRootHolder {
			display:none;
			position: relative;
			overflow: hidden;
		
}
		.fRootTitle {
    height: 30px;
		}
		.fRootTitleInner {
    width: 270px;
		
    margin: 0 auto;
    text-align: center;
		}
		.fRootTitleInner a {
    padding: 15px;
    border-radius: 6px 6px 0 0;
		
}
		.fRootInner {
    height: 100%;
		
    position: relative;
    margin: 30px 0;
    vertical-align: baseline;
    overflow: hidden;
}
/*******************************
 Accordian
*********************************/
.dropAccordPanel {
    display: none;
    float: left;
    margin: 15px 0;
    width: 100%;
}
.accordPanel {
    display: block;
    float: left;
    margin: 15px 0;
    width: 100%;
}
/*******************************
 Contact Form
*********************************/

#contact_form input, #contact_form textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: none;
    color: #7F7F7F;
    float: left;
    margin: 0 0 20px;
    padding: 5px;
    width: 372px !important;
}
#contact_form .submit_button, .button {
    background: none repeat scroll 0 0 rgb(117, 117, 117);
    border: 1px solid rgb(117, 117, 117);
    cursor: pointer;
    padding-right: 5px;
    padding-left: 5px;
    color: #fff;
}
#contact_form .submit_button {
    width: 200px !important;
}
#contact_form .submit_button:hover, .button:hover {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #000;
}
#contact_form .submit_button:active, .button:active {
    background: none repeat scroll 0 0 #fff;
    color: #333;
}
ul#contactRight {
}
ul#contactRight li {
    border-top: 1px solid #CCCCCC;
    float: left;
    width: 100%;
}
ul#contactRight li a.accIcon {
    background: url("/images/hph_icon.png") no-repeat scroll right center transparent;
    float: left;
    height: 100%;
    padding: 10px 0;
    width: 100%;
}
ul#contactRight li.activeAccord a.accIcon, ul#contactRight li a.accIcon:hover {
    background: url("/images/hph_icon_black.png") no-repeat scroll right center transparent;
	color: #000000;
}
ul#contactRight li a:hover {
	color:#000000;
}
.contactOverlay {
    font-size: 20px;
    padding: 8%;
    position: absolute;
}
.contactOverlay a {
    color: #FFFFFF;
    text-shadow: 1px 2px #CCCCCC;
}
.contactOverlay a:hover {
    color: #000000;
}
.container {
	max-width: 960px;
	width: auto;
	margin: 0 auto;
	height: auto !important; /* ie6 ignores !important, so this will be overridden below */
     /* ie6 ignores min-height completely */
    
}
.featContainer {
	float: left;
	margin: 20px 0;
	width: 100%;
}
.mainBody {
	margin: 0;
}
.extraContainer {
	max-width: 960px;
	width: auto;
	margin: 0 auto;
	height: auto !important; 
}
.headContainer {
	max-width: 960px;
	width: auto;
	margin: 0 auto 0;
}
.show {
}
.hide {
	display: none;	
}
.mainTop {
    float: left;
    width: 100%;
}
.thirds {
	width: 33.33%;
	float: left;
	margin: 0;
}
span.tagLine {
	float: left;
	font-family: georgia;
	font-style: italic;
	color: #7F7F7F;
	padding: 5px 0 0;
}
.bottomHolder {
	float: left;
	width: 100%;
}
.boxRight, .boxLeft {
    cursor: pointer;
}
.boxLeftMain, .boxLeft {
    border-color: #F5F5F5;
    border-style: solid;
	border-width: 0;
    float: left;
    padding: 5% 0;
    width: 40%;
}
.boxRightMain, .boxRight {
    border-color: #F5F5F5;
    border-style: solid;
	border-width: 0;
    float: left;
    padding: 5% 0;
    width: 40%;
}
.boxRight {
	 float: right;
}
.first {
}
.first::first-letter {
	font-size: 300%;
	display: block;
	float: left;
	margin: -5px 3px 0 0;
	height: 30px;
}
.mainTopBar {
	float: left;
    
	padding: 40px 0 0;
	width: 100%;
}
.mainTopBar h2 {
    font-size: 21px;
}
.mainTopBar h4 {
	font-weight: bold;
}
.boxRight img, .boxLeft img {
	width: 100%;
	float: left;

}
.fRight {
	float: right !important;
}
.rightColumn, .middleColumn, .leftColumn {
    height: 100%;
    width: 113px;
}
.middleColumn, .leftColumn {
    float: left;
}
.rightColumn {
    float: right;
}

/**************************************
                HEADER 
***************************************/
.topMenu {
    padding: 7px 0;
    width: 960px;
    margin: 0 auto;
}
.topMenu ul {
    list-style: none outside none;
}
.topMenu ul li {
    border-right: 0 none;
    float: left;
}
.topMenu ul li a {
    color: #000;
    font-size: 18px;
    border-bottom: 0;
    font-family: courier;
    float: left;
    padding: 0 47px 10px;
    text-transform: uppercase;
}
.topMenu ul li a.active {
	border-bottom: none;
	background: url(/images/current_arrow.png) no-repeat top center transparent;
	background-position: center 18px;
}
.topMenu ul li a.active, .item_sub_menu ul li a.active {
	color: rgb(190, 88, 30);
}
.topMenu ul li.first a {
    padding: 0 18px 10px 0;
}
.topMenu ul li.last a {
    padding: 0 0 10px 48px;
}
.topMenu ul li.last {
    float: right;
}
.topMenu ul li a.hover {
	color: rgb(17, 173, 223) !important;
}
.leftMenu h3 {
	font-size: 14px;
}
.leftMenu {
}
#header {
    border-bottom: 1px solid #000;
    height: 125px;
    margin: 0 auto 0;
    position: relative;
    width: 960px;
    z-index: 103;
}
#search, #phone {
    float: right;
    margin: 5px 0;
    text-align: right;
}
#phone {
    width: 100%;
    margin: 10px 0 5px !important;
}
#phone span {
    font-weight: bold;
}

#search {
    border: 1px solid #ccc;
    width: 140px;
}
#search input {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0;
    color: #333333;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 1.3;
    border: none !important;
    padding: 1px 0 1px 5px;
    width: 110px;
}
#search a {
    border: 1px solid #F1F1F1;
    float: left;
	border-radius: 5px 5px 5px 5px !important;
    margin-left: -1px;
    min-height: 17px;
    padding: 5px 7px 0;
}
#logoContainer {
    margin: 40px auto;
    width: 300px;
}
#logo {
    float: left;
    font-family: georgia;
    font-size: 26px;
    font-style: italic;
    left: 0;
    position: relative;
    top: 0;
    width: 300px;
}
#logo img {
	width: 100%;
}
.container li {
    display: inline;
    font-size: 12px;
    position: relative;
}
#topHeaderPanel {
	float: left;
	padding: 0;
	height: 100px;
	width: 100%;
}
.noStock {
    background: none repeat scroll 0 0 #F1F1F1;
    color: #930000;
    float: left;
    min-width: 90%;
    padding: 5%;
}

/****************************** MAIN NAV ******************************/
#menuDrop, #Designers, #New, #Jewellery, #Rings, #Trends, #Gifts, #Collections {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EEEEEE;
    border-radius: 0 0 15px 15px;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    height: auto;
    margin-top: 15px;
    padding: 15px;
    position: absolute;
    z-index: 100;
}
#menuDrop li, #Designers li, #New li, #Jewellery li, #Rings li, #Trends li, #Gifts li, #Collections li {
    display: block !important;
}
#menuDrop {
	background: none repeat scroll 0 0 #FFFFFF !important;
    margin: 23px 0;
    width: auto;
	z-index: 10000;
}
#menuDrop a {
	padding: 0 !important;
}
/****************************** DYNAMIC MENUS ******************************/
#menuHolder {
	widows: auto;
	width: 600px;
}
#menuHolder .menuList {
	float: left;
	width: 150px;
}
#menuHolder .menuFeature {
	float: right;
	width: 400px;
}
#menuHolder .menuFeature img {
	float: left;
	width: 50px;
}
.menuFeatureImage {
	width: 80px;
	float: left;
	position: relative;
}
.menuFeatureTitle {
	width: 80px;
	float: left;
	position: relative;
}
.menuFeatureHolder {
	width: 80px;
	float: left;
	position: relative;
}
.Collections {
	margin-left: 20px;
}
.Designers {
	margin-left: 130px;
}
.Gifts {
	margin-left: 250px;
}
.Jewellery {
	margin-left: 325px;
}
.New {
	margin-left: 420px;
}

.Rings {
	margin-left: 515px;
}
.Trends {
	margin-left: 595px;
}
#menu {
	position:relative;
	left: 0;
	width: 200px;
}
.parent {
	width: 200px;
}

#menuDrop a {
    color: #000000 !important;
}


#navSelector {
	width: 100px;
}
#mainNav {
    border-top: 0 none;
    height: 24px;
    width: 100%;
}
#mainNavigation {
    background: none repeat scroll 0 0 transparent;
    height: 20px;
    width: 100%;
}
#mainNavigation a {
    color: #FFFFFF;
    font-size: 12px;
    margin: 5px 15px;
    text-transform: uppercase;
}

ul#mainNavigation {
    left: 0;
    padding: 2px 0;
    top: 0;
    z-index: 105;
}
ul#mainNavigation li {
    padding: ;
}
ul#mainNavigationli li a {
    padding: 10px 20px !important;
}
#mainNavigation .nav {
    cursor: pointer;
    font-weight: bold;
    height: 29px;
    padding: 15px 27px 0 14px;
}
#mainNavigation .nav span {
    background-image: url("../images/DownArrow.png");
    height: 6px;
    right: 14px;
    top: 20px;
    width: 7px;
}

.loginMod {
    float: left;
    padding: 5px;
}
.quickNav a {
    background: url("/images/down_arrow.png") no-repeat scroll 0 4px transparent;
    border-right: 1px solid #DDDDDD;
    float: left;
    margin: 0 5px;
    padding: 5px 15px 5px 20px;
}
.quickNav a:hover {
    background: url("/images/down_arrow_red.png") no-repeat scroll 0 4px transparent;
}
.menHead {
}
.menuDrop {
}
.dropBack {
    width: 170px;
    background: #fff;
    height: 10px;
    border-left: 1px solid #ccc;
    margin: -17px 0 0 -39px;
    position: absolute;
}
.dropFull {
    width: auto;
}
#menuModal {
    background: transparent;
    border-color: #EEEEEE;
    border-style: solid;
    border-width: 0;
    display: block;
    height: auto;
    padding: 0 0 15px;
    position: absolute;
    width: 960px;
    z-index: 10000;
}
#menuModal .menuDrop {
	background: #fff;
}
#menuModal li {
	display: block !important;
}
#menuModal .menuDrop {
	float: left;
	position: relative;
	padding: 10px 0 20px 38px;
	border-radius: 0 0 10px 10px;
	border-style: solid;
	min-width: 190px;
	margin: 0;
	border-color: #ccc;
	border-width: 0 1px 1px;
}
#menuModal .menuDrop ul {
}
#menuModal .menuDrop ul li {
}
#menuModal .menuDrop ul li a {
}
#menuModal .block_1, #menuModal .block_2 {
	float: left;
	display: block !important;
	padding: 0;
	width: 160px !important;
	min-width: 120px;
	border: none !important;
}
#menuModal .block_2 {
	float: left;
}
.menBlock {
    float: left;
    width: 110px;
}
.menBlock li.selected {
	padding: 0 0 0 5px;
}
ul#mainNavigation ul {
	list-style:none;
	display:inline;
	width:20px;
}
ul#mainNavigation ul li.navChild li {
	position: relative;
	list-style:none;
	display:block;
}
#loginHolder {
    float: left;
    font-size: 12px;
    padding: 5px 0;
    width: 200px;
}
#topNav {
    border-bottom: 1px solid #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 3px #DDDDDD;
    height: 32px;
    margin: 5px 0;
    width: 100%;
}
#topBar {
    float: left;
    height: 20px;
    width: 100%;
}
#isLogged {
    float: left;
    font-size: 11px;
    padding: 7px 0;
    width: auto;
}
#logMessage {
	display: none;
}
.rightTop {
	float: right;
	width: 300px;
}
.rightTop ul {
    float: right;
    width: 100%;
    text-align: right;
}
.rightTop ul li {
    list-style: none;
    float: right;
}
.rightTop ul li a {
    padding: 5px 0 0 15px;
    text-transform: uppercase;
    font-size: 10px;
    float: left;
}
/****************************** TOP NAV ******************************/

#Navigation {
    position: absolute;
    right: 0;
    text-align: right;
    width: 250px;
    z-index: 105;
}
#Navigation ul {
    left: 0;
    top: 28px;
	text-align:right;
    z-index: 105;
}
#Navigation .nav {
    cursor: pointer;
    font-weight: bold;
    height: 29px;
    padding: 0;
    text-align: right;
}
#Navigation .nav span {
    background-image: url("../images/DownArrow.png");
    height: 6px;
    right: 14px;
    top: 20px;
    width: 7px;
}
#Navigation .nav .PlusIcon {
    background-image: url("../images/PlusIcon.png");
    height: 8px;
    right: 13px;
    top: 19px;
    width: 6px;
}
#Navigation .LoginNav {
    padding-right: 14px;
}
#Navigation li:hover .nav {
    background-color: #E1DFDF;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}
#Navigation li:active .nav {
    background-color: #CB2027;
    color: #FFFFFF;
    text-shadow: 0 -1px rgba(34, 25, 25, 0.3);
}
#Navigation #UserNav .nav {
    padding-left: 38px;
}
#Navigation #UserNav img {
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.3);
    height: 22px;
    left: 10px;
    position: absolute;
    top: 12px;
    width: 22px;
}
#Navigation #UserNav ul {
    left: auto;
    right: 0;
}

/**************************************
             TEMPLATE
***************************************/

/************ checkout ****************/

ul.homecrumb {
    float: left;
    margin: 4px 0;
}

ul.sitecrumb, ul.checkoutSteps {
    float: left;
    margin: 4px 0;
    width: 600px;
}
ul.sitecrumb li, ul. checkoutSteps li, ul.homecrumb  li {
    float: left;
    margin: 2px 5px;
}
ul.sitecrumb li a, ul.checkoutSteps li a, ul.homecrumb  li a {
    float: left;
    padding: 3px 5px 3px 0;
}
ul.checkoutSteps li.currentStep a {
	background: #ddd !important;	
}
ul.checkoutSteps li.checkoutBase {
    float: left;
}
ul.checkoutSteps li.checkoutBase a {
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 15px !important;
}
.bread_cutter {
	float: left;
	padding: 2px 5px 3px 0;
	font-size: 14px;
	color: #b1b1b1;
}
/************ checkout ****************/

td.label {
    float: left;
    margin: 5px 15px;
    width: 150px;
}
td.content {
    float: left;
}
#checkoutBox {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #DDDDDD;
    border-radius: 8px 8px 8px 8px;
    float: right;
    margin: 20px;
    padding: 20px;
}
#checkout {
    border: 1px solid #DDDDDD;
    border-radius: 8px 8px 8px 8px;
    float: left;
    margin: 20px;
    padding: 20px;
    width: 630px;
}
.checkoutButton {
}
/**************************************
             VALIDATION
***************************************/
.validation_error {
	background: #FFF7F5;
}
/**************************************
              FORMS
***************************************/
span.required {
    color: #FF0000;
    float: left;
    font-size: 13px;
    margin: 2px 5px;
}
/**************************************
              LEFT MENU 
***************************************/
#leftMenuContainer {
	width: 180px;
	position:relative;
	float: left;
}
.leftMenu {
	width: 100%;
}
.leftMenu li {
	display: block;
}
	
/**************************************
              PROFILE HEADER 
***************************************/

#profileHeader {
    background: none repeat scroll 0 0 rgba(34, 25, 25, 0.05);
    color: #534F4F;
    font-size: 13px;
    overflow: hidden;
    padding: 10px 0 8px;
}

/**************************************
              SUB HEADER 
***************************************/


#subHeaderBar {
    background: none repeat scroll 0 0 #FAF7F7;
    border-bottom: medium none;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
    line-height: 48px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    z-index: 100;
}
#subHeaderBar {
    margin: 0;
    min-height: 24px;
    padding: 10px 0 12px;
    position: relative;
    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
}
#subHeaderBar ul {
    float: left;
}
#subHeaderBar ul li {
    float: left;
}
#subHeaderBar {
    line-height: 48px;
}
#subHeaderBar {
    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
}

#subHeaderBar ul li a.selected:before {
    bottom: -10px;
    box-shadow: 0 0 10px rgba(34, 25, 25, 0.1) inset;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -10px;
}
#subHeaderBar ul li a.selected {
    background: -moz-linear-gradient(center top , #E0DCDB 0%, #F4F1F1 100%) repeat scroll 0 0 transparent;
    border-left: 1px solid #CDC5C5;
    border-right: 1px solid #CDC5C5;
    border-top: 1px solid #F3F3F2;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 0 #FFFFFF;
}
#subHeaderBar ul li a {
    border-top: 1px solid #FFFFFF;
    color: #554747;
    display: block;
    font-size: 13px;
    height: 48px;
    padding: 0 15px;
}
#subHeaderBar ul li a:hover {
    background-color: #E1DFDF;
    border-top-color: #E1DFDF;
    color: #554747;
}
#subHeaderBar ul li a:active {
    background-color: #CB2027;
    border-top-color: #CB2027;
    color: #FFFFFF;
    text-shadow: none;
}

#subHeaderBar a {
    text-decoration: none;
}
#profilePanel {
	height: 140px;
	position:relative;
}
.profileLogo {
	float:left;
	position: relative;
	height: 140px;
	width: auto;
}
.profileImage {
    border-radius: 10px 10px 10px 10px;
    float: left;
    height: 125px;
    margin: 10px 0;
    overflow: hidden;
}
.profileTitle {
    font-size: 27px;
    margin: 15px 25px;
    width: auto;
}
/**************************************
           PRODUCT LIST 
***************************************/
#itemHolder {
    float: right;
    position: relative;
    width: 100%;
}
#featuredContent {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F1F1F1;
    display: none;
    height: 430px;
    margin: 40px auto 0;
    position: absolute;
    width: 450px;
    z-index: 10000;
}
#featuredContent .itemImage {
    border: 0 solid #DDDDDD;
    box-shadow: 0 0 2px #777777;
    height: 80px;
    overflow: hidden;
    width: 80px;
}
.featuredTitle {
	font-size: 20px;
}
.featuredSub {
    font-size: 11px;
    font-style: italic;
}
#featuredContent img {
	width: 80px;
}
#featuredContent #itemHolder {
    float: left;
    padding: 10px 20px;
    position: relative;
    width: 100%;
}
.itemList {
    height: auto;
	width: 185px;
    margin: 0 auto 10px;
}
.itemImage {
    border: 1px solid #DDDDDD;
    height: 185px;
    margin: 10px 0 0;
    overflow: hidden;
    width: 185px;
}
.listitemDetails {
	text-align: left;
}
.itemList a img {
    width: 185px;
}
.itemListPrice {
    font-size: 12px;
}
.itemStock {
    background: none repeat scroll 0 0 #F4FEFF;
    font-size: 11px;
    margin: -20px 0 0 1px;
    padding: 3px 5px;
    position: absolute;
    width: auto;
}
.itemListName {
    font-size: 12px;
    padding: 20px;
    float: left;
    text-transform: uppercase;
    width: 100%;
}
.viewOptions {
    float: right;
    height: 30px;
    position: relative;
    width: 780px;
}
.viewOptions a {
	margin: 0 3px;
}
.viewOptions a.silver {
	background: none repeat scroll 0 0 #EEEEEE;
    padding: 3px 10px;
}
.viewOptions a.gold {
	background: none repeat scroll 0 0 #FFBD26;
    padding: 3px 10px;
}
.viewOptions a.rose {
	background: none repeat scroll 0 0 #FFA077;
    padding: 3px 10px;
}
.viewByPrice {
    float: left;
    font-size: 12px;
    padding: 6px 0;
    width: 190px;
}
.viewByColour {
    float: right;
    font-size: 12px;
    padding: 6px 0;
}
.viewByColour span {
	float: left;
}
li.activef a {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px #000000 inset;
    padding: 4px 12px !important;
}
li.activef a.high, li.activef a.low {
    background: none repeat scroll 0 0 #FFFDC9;
    border: medium none !important;
    box-shadow: 0 0 1px #CCC100 inset;
    padding: 5px !important;
}
.smallImageInner {
    padding: 0;
}
.catFeature {
    float: left;
    height: auto;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}

#slider {
	width: 100px;
	float: right;
}
#pageNav {
	width: 100%;
	float: left;
	
}

/**************************************
                BOXES 
***************************************/
.box_one_fifth {
	width: 20%;
	float: left;
}
.box_one_half {
    float: left;
    min-height: 20px;
    width: 50%;
}
/**************************************
                FOOTER 
***************************************/
.box_one_fifth li {
    border: medium none !important;
    display: block !important;
    font-size: 12px !important;
    padding: 0 !important;
}
#footer {
    background: url(/images/dark_wall.png) repeat;
    color: #b1b1b1;
    float: left;
    height: auto;
    position: relative;
    margin: 0;
    vertical-align: baseline;
    padding: 20px 0 0;
    width: 100%;
    display: block;
}
#footer p.first:first-letter {
    display: block;
    float: left;
    font-size: 390%;
    height: 30px;
    margin: -6px 2px 5px;
}
#subTab {
	bottom: 0;
	right: 0;
	width: 210px;
	position: relative;
	display: none;
	padding: 10px 20px 0;
	float: right;
	border-radius: 20px 20px 0 0;
	height: 30px;
	background: url(/images/dark_wall.png);
}
.copyw {
    font-size: 11px;
    text-align: center;
    margin: 0 auto;
    width: 250px;
}
.copyw li {
    margin: 0 auto;
    text-align: center;
    font-style: italic;
    color: #7F7F7F;
    float: none !important;
    font-family: georgia;
    font-size: 24px !important;
}
.footerSub {
    position: relative;
    height: 100%;
    width: 960px;
	z-index: 9980;
    margin: 0 0 30px;
    float: left;
    min-height: 100%;
}
.footerSub a {
    color: #8E8E8E;
}
.footerSub ul {
    padding: 10px;
}
.footerSub ul.social li, .footerSub ul.news li, .copyw li {
    display: inline;
    float: left;
    font-size: 12px;
    padding: 0 10px;
    position: relative;
}
.footerSub ul.social li {
    border-right: 1px solid #EBEBEB;
}
.footerSub ul.social li:first-child {
    border-right: 1px solid #EBEBEB;
}
.footerSub ul.social li:last-child {
    border-right: medium none !important;
}
#social_box_1, #social_box_2, #social_box_3, #social_box_4 {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #EBEBEB;
    float: left;
    font: 11px Verdana,Geneva,sans-serif !important;
    height: 40px;
    margin: 0;
    padding-top: 20px;
    text-align: center;
    width: 238px;
}
#newsletter {
	background: rgb(92, 92, 92);
	border: 1px solid rgb(117, 117, 117);
}
.fsLeft {
	border-bottom: 1px solid rgb(70, 70, 70);
	height: 20px;
	width: 340px;
	float: left;
}
.fsCentre {
	height: 20px;
	width: 280px;
	float: left;
}
.fsRight {
	border-bottom: 1px solid rgb(70, 70, 70);
	height: 20px;
	width: 340px;
	float: right;
}
/**************************************
            PRODUCT DETAILS 
***************************************/
#pageContainer {
    float: left;
    height: auto;
    position: relative;
    width: 960px;
}
.featured {
	padding: 10px 0 0;
}
.productImage {
    float: left;
    height: auto;
    padding: 20px 0;
    position: relative;
    width: 50%;
}
.productImage .featureImage {
    border: 1px solid #F1F1F1;
    height: auto;
    margin: 0 auto;
    width: 400px;
}
#itemTopPanel {
    float: left;
    padding: 0 0 0 20px;
    width: 40%;
}
.productImage .featureImage img {
	width: 100%;
}
.productImage .smallImage {
    float: left;
    height: auto;
    margin: 20px 0 0;
    width: 100%;
}
.productImage .smallImage img {
    border: 1px solid #F1F1F1;
    display: inline;
    margin: 0 6px 5px 0;
    width: 74px;
}
.itemDetails {
    float: left;
    height: auto;
    padding: 10px;
    position: relative;
    width: 45%;
}
.itemName {
    border-color: #F1F1F1;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-size: 14px;
    margin: 1px 0 0;
    padding: 15px 5px 0 0;
    text-align: left;
    text-transform: uppercase;
}
.itemPrice {
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 15px;
}
.itemOption, .itemQuantity, .itemSizes, .itemAdd {
    border-top: 1px solid #F1F1F1;
    float: left;
    width: 100%;
}
.itemOption a, .itemSizes a {
    background: none repeat scroll 0 0 #FCFCFC;
    border-color: #DDDDDD !important;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    float: left;
    font-size: 11px;
    margin: 5px;
    padding: 4px 10px;
}
.itemOption a:hover, .itemSizes a:hover {
    border-color: #CCCCCC #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px 0 #CCCCCC inset;
    padding: 4px 10px;
}
.itemOption input {
	width: 20px;
}
.itemQuantity input {
    float: left;
    margin: 10px;
    width: 30px;
}
li.itemSelect a {
    background: url("/images/green_tick.png") no-repeat scroll 0 3px #F7F7F7;
    border-color: #CCCCCC #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px 0 #CCCCCC inset;
    padding: 4px 10px 4px 20px;
}
li.itemSelect a:hover {
    border-color: #CCCCCC #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px 0 #CCCCCC inset;
    padding: 4px 10px 4px 20px;
}
.itemOption a:hover {

}
.itemAdd {
    float: left;
    margin: 10px 0;
    padding: 5px 0;
}
.itemAddWishlist {
    float: left;
    margin: 0;
}

.itemAdd .itemAddBag a, .itemAdd .itemAddWishlist a, .shopButton, .shopButtonSmall {
	border-color: #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    float: left;
    text-align: left;
    text-transform: uppercase;
}
.itemAdd .itemAddBag a, .itemAdd .itemAddWishlist a {
	font-size: 14px;
    margin: 1px;
    padding: 5px 15px 5px 30px;
}
.shopButton {
	font-size: 12px;
    margin: 1px;
	cursor: pointer;
    padding: 5px 15px;
	
}
.shopButtonSmall {
    background: none repeat scroll 0 0 transparent;
    font-size: 10px;
	cursor: pointer;
    margin: 0;
    padding: 1px 8px;
}
.shopButton:hover {
    background: none repeat scroll 0 0 #F1F1F1 !important;}
.itemAdd .itemAddBag a {
    background: url("/images/plus.png") no-repeat scroll 10px 6px transparent;
}
.itemAdd .itemAddBag a:hover {
    background: url("/images/plus_red.png") no-repeat scroll 10px 6px #F1F1F1;
}
.itemAdd .itemAddWishlist a {
    background: url("/images/heart.png") no-repeat scroll 10px 5px transparent;
}
.itemAdd .itemAddWishlist a:hover {
    background: url("/images/heart_red.png") no-repeat scroll 10px 5px #F1F1F1;
}
.noItems {
    padding: 20px 0;
}
ul#col, ul#attrib {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}
/************** TABS ****************/

#tabs_container {
    height: auto;
    margin: 40px 0 0;
    min-height: 220px;
    width: 100%;
}
ul.tabs {
    margin: -23px 0 0;
    position: absolute;
    z-index: 10;
}
ul.tabs li {
}
ul.tabs li a {
    background: none repeat scroll 0 0 #F7F7F7;
    border-color: #DDDDDD;
    border-radius: 4px 4px 0 0;
    border-style: solid;
    border-width: 1px;
    padding: 8px 50px;
}
ul.tabs li.active a {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #EEEEEE #EEEEEE #FFFFFF;
    border-radius: 4px 4px 0 0;
}
.tab_contents_container {
	border-color: #EEEEEE;
    border-style: solid;
    border-width: 1px;
    position: relative;
    width: auto;
	min-height: 200px;
}
.tab_contents_default {
	background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px;
	position: relative;
	font-size: 12px;
	min-height: 160px;
	height: auto;
	z-index: 0;
}
.tab_contents {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px;
    position: relative;
	font-size: 12px;
	min-height: 160px;
	height: auto;
    z-index: 1;
}

/**************************************
               Shopping Cart
***************************************/
.clearfix {
    display: block;
    float: left;
    width: 100%;
}
.shoppingCart dl dt {
    color: #232F69;
    float: left;
    font-weight: normal;
    padding-right: 7px;
    text-transform: lowercase;
    vertical-align: middle;
}
.shoppingCart dl dd {
    color: #232F69;
    float: left;
    font-weight: normal;
    padding-right: 7px;
    text-transform: lowercase;
    vertical-align: middle;
}
.shoppingCart, .checkoutTable {
    font-size: 12px;
    padding: 0 20px;
    width: 100%;
}
tr.cartHeader {
}
tr.cartHeader th, .checkoutTable th {
    background: none repeat scroll 0 0 transparent;
    border-color: #EEEEEE;
    border-style: solid;
    border-width: 1px 0;
    font-size: 14px;
    padding: 5px 15px;
}
td.pdImage {
	width: 110px;
}
td.pdImage img {
	width: 100px;
}
td.actionlist {
    font-size: 12px;
    padding: 0 0 0 15px;
    text-align: left;
    width: 100px;
}
dl.dateadded {
}
td.pdDetails a { 
	color: #CCCCCC;
}
td.pdDetails {
    display: table-cell;
    float: left;
    font-size: 20px;
    height: auto;
    margin: 20px 0;
    padding: 9px 9px 9px 0;
    vertical-align: top;
    width: auto;
}
.actionTable {
	margin: 15px;
}
tr.subTotal td {
	font-size: 14px;
}
tr.shipping td {
	font-size: 12px;
}
tr.total td {
	font-size: 18px;
	
}
/**************************************
               Forms
***************************************/
input {
    border: 0;
    border-radius: 3px 3px 3px 3px;
    padding: 2px;
}
	
/**************************************
               Members
***************************************/
#loginModal {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 1px #DDDDDD;
    display: none;
    height: 0;
    margin: 0;
    top: 2px !important;
    right: 0;
    padding: 4px 10px 15px;
    position: absolute;
    width: 0;
    z-index: 10001;
}
.loginItem {
    float: left;
    padding: 5px 0;
    width: 100%;
}
.loginItem input.field {
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    float: left;
    padding: 5px;
    width: 188px;
}
.loginItem input.button {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    padding: 2px 0;
    width: 70px;
}
.loginItem input.button:hover {
	background: #333333;
}
.loginClose {
	background: url("/images/cross.png") no-repeat scroll 0 0;
	float: right;
	padding: 5px;
}
.baseFloat {
    float: left;
    padding: 0;
    width: 100%;
}
span.registration {
    font-size: 11px;
}
span.registration a {
    color: #005789;
}
/**************************************
              Admin Login
***************************************/
.containerLogin {
	width: 930px;
	margin: 0 auto;
}

#mainLoginContainer {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 535px;
    left: 50%;
    margin-left: -455px;
    margin-top: -277px;
    padding: 0;
    position: fixed;
    right: 50px;
    top: 50%;
    width: 930px;
    z-index: 9999;
}
.adminLoginContainer {
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 200px;
}



.loginHero {
	float: left;
	width: 400px;
	margin: 0;
}
#adminLogin {
    background: none repeat scroll 0 0 transparent;
    float: right;
    height: 500px;
    margin: 155px 25px 0 !important;
    position: relative;
    width: 420px;
}
#adminLogin input {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #C2C0C0 #CCCACA #D1CFCF;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px #FFFFFF, 0 1px rgba(34, 25, 25, 0.05) inset;
    float: left;
    font-size: 13px;
    margin:10px;;
    padding: 10px;
    width: 250px;
}
.adminLoginButton {
    background: none repeat scroll 0 0 #000000 !important;
    border-radius: 4px 4px 4px 4px !important;
    box-shadow: 0 1px 2px #DDDDDD;
    color: #FFFFFF;
	padding: 5px !important;
    cursor: pointer;
	margin-right: 25px !important;
    float: right !important;
    width: 30% !important;
}
#mainLogin_container {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px #333333;
    margin: 100px auto 60px;
    width: 930px;
    z-index: 10;
}
.adminLogoContainer {
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 200px;
}


#adminLog {
	width: 400px;
	margin: 120px auto 0;
}
#adminLog .logContainer {
    border-color: #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 5px #DDDDDD;
    padding: 40px 40px 50px;
}
#adminLog .logContainer .itemLabel {
    color: #777777;
    font-size: 12px;
}
#adminLog .logContainer input.button {
	float: left;
	width: 30%;
}
#adminLog .logContainer input.button {
    background: none repeat scroll 0 0 #000000;
    border-radius: 4px 4px 4px 4px !important;
    box-shadow: 0 1px 2px #DDDDDD;
    color: #FFFFFF;
    float: right !important;
    width: 30% !important;
	cursor: pointer;
}
#adminLog .logContainer input.button:hover {
	background: none repeat scroll 0 0 #777777;
}

#adminLog .logContainer .adminItemList {
    padding: 0 0 10px;
}
#adminLog .logContainer .itemLabel {
    font-size: 16px;
    padding: 0;
}
#adminLog .logContainer input, textarea {
    background: none repeat scroll 0 0 #F7F9FA;
    border: 1px solid #898989;
    border-radius: 2px 2px 2px 2px !important;
    box-shadow: 0 1px 2px #CCCCCC inset;
    color: #383939;
    padding: 5px;
    width: 100% !important;
}
#adminLog .logContainer input:focus, textarea:focus {
    background: none repeat scroll 0 0 white;
    border-color: #21759B;
    box-shadow: 0 0 8px #21759B;
}
/**************************************
                HOME 
***************************************/
#mainFeature {
	height: auto !important; /* ie6 ignores !important, so this will be overridden below */
    min-height: 100%; /* ie6 ignores min-height completely */
    height: 100%;
	margin: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	overflow: hidden;
}
.mainFeatureBoxes {
	width: 100%
}
.featureBoxLeft {
    background: none repeat scroll 0 0 #000000;
    float: left;
    margin: 0;
    min-height: 300px;
    position: relative;
    width: 478px;
}
.featureBoxLeft {
    background: none repeat scroll 0 0 #000000;
    float: left;
    margin: 0;
    min-height: 300px;
    padding: 4px;
    position: relative;
    width: 470px;
}
.featureBoxRight {
    background: none repeat scroll 0 0 #000000;
    float: right;
    margin: 0;
    min-height: 300px;
    padding: 4px;
    position: relative;
    text-align: right;
    width: 470px;
}

/**************************************
                BODY 
***************************************/

#wrapper {
    float: right;
    margin: 0 5%;
    max-width: 2500px;
    min-width: 310px;
    position: relative;
    top: 0;
    width: auto;
}
.wrapperContainer {
    margin-top: 0;
}
.wrapperContainer {
    margin: 0 auto;
    min-height: 500px;
    position: relative;
}
.mainDropBack {
    background-color: #F1F1F1;
    border-radius: 0 0 0 0;
    bottom: 0;
    height: 35px;
    margin: 45px 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 19;
}
.mainDropContainer {
    background-color: #FFFFFF;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
    height: 140px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    top: 0;
    z-index: 100;
}
#secondaryBar {
    background: none repeat scroll 0 0 #FAF7F7;
    border-bottom: medium none;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
    line-height: 48px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    z-index: 100;
}
.mainDropzone {
    background-color: #FFFFFF;
    height: auto !important;
    margin: 0;
    position: relative;
    -webkit-box-shadow: none;
    width: 960px;
	overflow: hidden;
}
#mother {
	position: relative;
	overflow: hidden:
}
/**************************************
                LEFT SIDE
***************************************/

#leftSide {
    background-color: #F1F1F1;
    float: left;
    height: 100%;
    margin: 100px 0;
    position: fixed;
    top: -50px;
    width: 100px;
    z-index: 1;
}
#sideBarMenu {
    background: url("../images/nav-common.png") repeat-y scroll 18px 0 transparent;
    height: 500px;
    margin: 0 0 0 15px;
    position: relative;
    width: 100px;
    z-index: 1;
}


/**************************************
                USER ITEMS 
***************************************/

#drop {
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    font-size: 11px;
    padding: 15px 15px 0;
    width: auto;
	float:left;
    margin: 20px;

}
#drop .itemHolder {
    position: relative;
	float:left;
}
#drop .PriceContainer {
    height: 110px;
    left: -15px;
    overflow: hidden;
    position: absolute;
    top: -15px;
    width: 110px;
    z-index: 2;
}
#drop .price {
    -moz-transform: rotate(-45deg);
    background-color: #F2F0F0;
    color: #524D4D;
    font-size: 11px;
    height: 22px;
    left: -28px;
    overflow: hidden;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 19px;
    width: 125px;
    z-index: 2;
}
#drop .ImgLink {
    position: relative;
}
#drop .ImgLink:hover {
    text-decoration: none;
}
#drop .ImgLink img {
    max-width: 192px;
    opacity: 1;
}
#drop .ImgLink img.lazy {
    opacity: 0;
}
#drop .PinImage {
    background-color: #F2F0F0;
}
#drop .PinImageImg {
    background-color: #F2F0F0;
}
#drop .video {
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1;
}
#drop .description {
    margin: 10px 0 5px;
    overflow: hidden;
    word-wrap: break-word;
}
#drop.activity {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    position: absolute;
}
#drop.activity div.info {
    background-position: 15px 0;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 -15px 15px;
    padding: 0 15px 10px 35px;
}
#drop.activity .actions {
    top: auto;
}

.itemDescription {
	position:relative;
}
.itemDescription a {
	cursor:pointer;
}

/*********************************************
           ITEMS/ PRODUCT CONTAINER
***********************************************/

#itemContainer {
    width: 550px;
}
#largeImage {
    float: left;
    width: 350px;
}
#largeImage img {
}
#smallImage {
    float: right;
    width: 200px;
}
#smallImage img {
}

/****************************** CART **********************************/

.cartSummary {
    float: left;
    font-size: 11px;
}
.cartTotal, .cartIcon, .cartCount {
    float: left;
    font-size: 11px;
    position: relative;
    z-index: 5001;
}
.cartCount {
    padding: 6px 6px 0 2px;
}
.cartCount a {
	background: none repeat scroll 0 0 transparent;
    border-radius: 10px 10px 10px 10px;
}
.cartTotal {
    color: #B5B5B5;
    font-size: 10px;
    padding: 6px 0;
}

/****************************** Message **********************************/

#modal {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483001;
}
div#messageBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 2px 0 #000000;
    font-size: 13px;
    height: 450px;
    left: 50%;
    margin-left: -400px;
    margin-top: -230px;
    overflow: auto;
    padding: 0;
    position: fixed;
    right: 50px;
    text-align: center;
    top: 50%;
    width: 800px;
    z-index: 9999;
}
#message {
    font-size: 12px;
    height: 100px;
    z-index: 1000;
}
#message img {
    width: 100px;
}
#closeError {
    float: right;
    padding: 10px 0;
    width: 130px;
}
a.errorClose, a.prevCart, a.checkout {
    background: none repeat scroll 0 0 #F7F7F7;
    border-color: #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
    float: right;
    margin: 5px 10px;
    padding: 5px 10px;
    text-align: left;
    width: 100%;
}
a.errorClose:hover, a.prevCart:hover, a.checkout:hover {
    background: none repeat scroll 0 0 #F1F1F1;
}
.cartMod {
    float: left;
    padding: 0;
}
.pullCart, .prevMod {
    float: left;
    padding: 20px;
}
.pullCart p.title {
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 15px;
    text-align: left;
    width: 100%;
}
.pullCart p {
    float: left;
    font-size: 12px;
    padding: 0 0 0 15px;
    text-align: left;
    width: 100%;
}
.pullCartImage {
    float: left;
    width: 100px;
}
.pullCartContent {
    float: left;
    width: 250px;
}
td.prevImage {
    width: 100px;
}
td.prevName {
    width: 100px;
}
td.prevPrice {
    width: 70px;
}
td.prevQty {
    width: 70px;
}
td.prevTotal {
    width: 80px;
}
td.prevDelete {
    width: 70px;
}
.icon {
	width: 50px;
	float: left;
}
.icon img {
	width: 100%;
}
.icon-holder {
	width: 100px;
	float: none;
	margin: 10px auto;
}
@media screen and (min-width: 1420px) and (max-width: 3280px) {


}
@media screen and (min-width: 320px) and (max-width: 581px) {
#header, .extraContainer, .inner_body #sliderFullModal, .inner_body .mainDropzone {
    width: 300px;
}
.inner_body ul.full_slider li img {
width: 300px !important;
}
.mood_switcher {
	max-width: 40px;

	width: 40px;
	width: 40px; 

}

}