/*
Theme Name: Dieci
*/

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.container {
	width: 944px;
	margin: 0 auto;
	z-index: 1;
}
	.container .header {
		height: 128px;
		position: relative;
		z-index: 2;
	}
	.container .header h1 {
		width: 149px;
		height: 75px;
		background-image: url(images/logo.png);
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		text-indent: -9999px;
		margin: 0;
		padding: 0;
	}
		
		.container .header .nav {
			position: absolute;
			bottom: 0;
			color: #fff;
			width: 100%;
			height: 24px;
			text-transform: uppercase;
			text-align: center;
			font-weight: bold;
			z-index: 3;
		}
			.container .header .nav a {
				line-height: 24px;
				font-size: 11px;
				vertical-align: middle;
				padding-left: 14px;
				padding-right: 14px;
				font-weight: normal;
			}

			.container .header .topstuff {
				width: 370px;
				height: 20px;
				position: absolute;
				top: 10px;
				right: 10px;
				color: #e9d1a7;
			}

	.container .mainbody {
		height: 340px;
		position: relative;
		z-index: 1;
	}
		.boxes {
			height: 148px;
			position: relative;
		}
			.boxes .box1 {
				position: absolute;
				left: 0;
				width: 308px;
				height: 148px;
				background-image: url(images/last-minute-deals.jpg);
				background-repeat: no-repeat;
			}
			.boxes .box2 {
				position: absolute;
				right: 318px;
				width: 308px;
				height: 148px;
				background-image: url(images/free-shipping.jpg);
				background-repeat: no-repeat;
			}
			.boxes .box3 {
				position: absolute;
				right: 0;
				width: 308px;
				height: 148px;
				background-image: url(images/3box-box3.jpg);
				background-repeat: no-repeat;
			}
				.boxes .box3 ul.recentposts {
					margin: 0;
					padding: 0;
					position: absolute;
					top: 36px;
					color: #000;
					list-style: none;
				}
					.boxes .box3 ul.recentposts li {
						font-size: 11px;
						color: #000;
					}
						.boxes .box3 ul.recentposts li a {
							color: #000;
							margin-left: 10px;
						}
				.boxes .box3 a.more {
					display: block;
					width: 89px;
					height: 19px;
					background-image: url(images/morenews.png);
					background-repeat: no-repeat;
					position: absolute;
					bottom: 13px;
					right: 13px;
				}
			.csc_post_date, .csc_post_category {
				display: none;
			}
	
	.container .footer {
		text-align: center;
	}
		.container .footer ul.footlist {
			margin: 10px auto;
			list-style-type: none;
			color: #fff;
			padding: 0;
		}
			.container .footer ul.footlist li {
				display: inline;
				text-transform: uppercase;
				font-size: 10px;
				padding-top: 9px;
				padding-bottom: 8px;
				margin: 0;
			}
				.container .footer ul.footlist li.border {
					border-left: 1px solid #fff;
					padding-left: 14px;
					padding-right: 14px;
				}
				.container .footer ul.footlist li.address {
					color: #e9d1a7;
				}
				.container .footer ul.footlist li.logo {
					padding-top: 0;
					padding-bottom: 0;
					height: 32px;
					line-height: 32px;
					background-image: url(images/footlogo.png);
					background-repeat: no-repeat;
					width: 160px;
					padding-left: 120px;
					padding-right: 14px;
					padding-top: 11px;
					padding-bottom: 11px;
				}
				.container .footer ul.footlist li.credit {
					background-image: url(images/cards.png);
					background-repeat: no-repeat;
					background-position: right;
					padding-right: 180px;
				}
				.container .footer ul.footlist li.logo a {
					display: inline-block;
					width: 70px;
					height: 32px;
					background-image: url(images/footlogo.png);
					background-repeat: no-repeat;
					margin: 0;
					padding: 0;
				}

.container .footer .copyinfo {
	text-align: right;
	font-size: 10px;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	position: absolute;
	bottom: 3px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a span {
	padding-left: 18px;
	padding-right: 18px;
}
ul#topnav li.topborder a span {
	border-left: 1px solid #fff;
}
ul#topnav li a {
	float: left; 
	height: 24px;
	text-transform: uppercase;
	font-size: 11px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-color: #111111; }

ul#topnav li .sub {
	position: absolute;	
	top:23px; left: 0;
	background: #111111 url(images/navsub-bg.png) repeat-x;
	background-position: bottom;
	padding:0 0 10px 0px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	width:auto !important;
}
ul#topnav li .row {clear: both; float: left; width:100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 200px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	border: none;
	text-transform: capitalize;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding:5px 5px 5px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 12px;}

.makeup-page h2 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: lighter;
	text-transform: uppercase;
}

.cat-table {
	margin: 0 auto;
	width: 936px;
	background-color: #0C9;
}
	.cat-table td {
		border: 1px solid #000;
	}

.hoverbox
{
	cursor: default;
	list-style: none;
	width: 400px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.hoverbox img
{
	color: inherit;
	vertical-align: top;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
}

.hoverbox li
{
	color: inherit;
	display: inline;
}

.hoverbox .preview
{
	border: none;
	width: 200px;
	height: 120px;
}

.post {
	background-image: url(images/contentbg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	color: #000;
	position: relative;
}

.post h2.pagename {
	margin: 0;
	padding: 0;
	color: #000;
}

#wpsf_contact_form p {
	margin: 0;
	padding: 0;
}

.gmap {
	position: absolute;
	top: 62px;
	right: 10px;
}

.testtest {
	width: 300px;
	height: 300px;
}
.item_image {
	position: relative;
	z-index: 1;
}
.item_image a {
	border: 1px solid #fff;
}
	.item_image a .desc {
		width: 300px;
		height: 90px;
		background-image: url(images/gridviewthumbdesc.png);
		background-repeat: repeat-x;
		position: absolute;
		bottom: 0;
		z-index: 2;
	}
		.item_image a .desc .text {
			margin-top: 10px;
			margin-left: 10px;
			margin-right: 10px;
			color: #000;
			text-align: center;
		}
			.item_image a .desc .text h4 {
				margin: 0;
				padding: 0;
			}
			.item_image a .desc .text span.more {
				color: #b28528;
				text-decoration: underline;
			}
.wpsc_related {
	background-color:#fff;
	background-image:url('images/content_bottom.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	width: 700px;
	margin: 0 auto;
}
.wpsc_related ul {
	margin:0;
	padding:0;
}
.wpsc_related li {
	list-style:none;
	margin:0 1.5em 0 1.7em;
	padding:0;
	float:left;
}
.wpsc_related a.image {
	margin:0 0 0 1em;
}
.wpsc_related a.title {
	display:block;
	width:160px;
	text-align:center;
	font-weight:bold;
	color: #000;
}
.wpsc_related h3 {
	margin: 0;
	padding: 0;
}

table.buy td {
	vertical-align: top;
}

a.cartitems {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #e9d1a7;
	float: right;
	background-image: url(images/viewcart.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 124px;
	font-size: 11px;
	vertical-align: middle;
}
.footer .footcopy {
	width: 740px;
	margin: 20px auto;
	font-size: 10px;
	text-align: center;
	line-height: 11px;
}

a.vlogo {
	background-image: url(images/vlogo.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 27px;
}

.shopsub {
	padding: 16px;
	background-color: #fff;
}
	h2.title {
		margin: 0;
		padding: 6px;
	}
	.shopsub .entry {
		padding: 8px;
		color: #000;
	}
		.shopsub .entry a {
			color: #000;
		}

ul.lcp_catlist {
	list-style-type: none;
}
	ul.lcp_catlist li {
		font-size: 14px;
	}

.sub h2 {
	color: #e9d1a7;
}
td.related h3 {
	color: #740606;
}
a.fb {
	display: block;
	width: 80px;
	height: 24px;
	background-image: url(images/fb.jpg);
	background-repeat: no-repeat;
	position: absolute;
	right: 400px;
	top: 10px;
}

ul.access {
	list-style-type: none;
	position: absolute;
	top: 54px;
	right: 10px;
	margin: 0;
	padding: 0;
}
	ul.access li {
		display: inline;
		font-size: 11px;
	}
		ul.access li a {
			padding-left: 14px;
		}
.toggle {
    background:#555;
    border-bottom:1px solid #fff;
    color:#fff;
    cursor:pointer;
}

.expanded {
    color:#fff;
    cursor:pointer;
    font-weight:700;
}
.accordion {
	width: 200px;
	position: absolute;
	right: 0;
	top: 56px;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
	.accordion h3 {
		margin: 0;
		padding: 2px;
		font-size: 12px;
	}
	.accordion hr {
		color: #fff;
	}
.accordion p.logindrop {
}
.accordion ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.accordion ul li {
	margin: 0;
	padding: 0;
}
.accordion form {
	padding-left: 10px;
	padding-right: 0;
	font-size: 11px;
}
h3.loading {
	margin: 0;
	padding-left: 20px;
}
.accordion #al_account {
	height: 140px;
	background-image: url(http://diecicolori.com/wp-content/themes/dieci/images/rounded.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.accordion-content {
	background-image: url(http://diecicolori.com/wp-content/themes/dieci/images/rounded.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 4px;
}

#fancy_notification a {
	color: #900;
	font-size: 11px;
	text-decoration: underline;
}

h2.welcome {
	font-size: 14px;
}

.user-profile-links {
	padding: 8px;
}
	.user-profile-links a {
		font-weight: bold;
		color: #0F0;
	}

.csc_post_author {
	display: none;
}

ul#clnav {
	display: none;
}
	ul#clnav li a {
		color: #000;
	}

.loginpage {
	padding: 30px;
}

#LoginWithAjax_Title {
	padding: 10px;
	font-size: 12px;
}



/*.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ 
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;


}

.thumbnail span img{ 
border-width: 0;
padding: 2px;
width: 200px;
height: 120px;

position: absolute;
right: 0;
top: 0;
}

.selector .thumbnail:hover span{ 
visibility: visible;
position: absolute;
top: 30px;
left: 30px;
}

.selector .hoverimg {
width: 200px;
height: 120px;
float: right;
}*/


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
width: 200px;
height: 200px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -50px;
left: 450px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


.wpcart_gallery {
	position: relative;
	min-height: 200px;
}