﻿body
{
	font-family: "Verdana";
	font-size: 12px;
	/*
	background: transparent url(/Content/Images/atelier_bg5.jpg.aspx) repeat scroll 0 0;
	overflow-x: hidden;
	*/
}
#atelier_bg
{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-order:0;
	min-width:1280px;
	min-height:1024px; 
	height:100%;
	width:100%;
}
a
{
	text-decoration: none;
}
#paper
{
	border-left: thin solid white;
	border-right: thin solid white;
	margin: 0 auto;
	width: 1000px;
	background: transparent url(/Content/Images/paper_background.png.aspx) repeat scroll 0 0;
	overflow: visible;
	height: auto;
	position:relative;
}
#coverup
{
	padding-bottom:5px;
	filter: alpha(opacity=90);
	opacity:0.9;
	border-left:2px solid White;
	border-right:2px solid white;
	width:960px;
	margin:0 auto;
	background-color:White;
}
#topmenu
{
	background-color: #FF8483;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;

}

#shop_crumb
{
	background-color: #DBFB16;
	min-height: 50px;
	margin: 0 auto;
	margin-bottom:10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
div.crumb
{
	padding: 2px;
	margin: 5px;
	float: left;
	margin-left:20px;
}
#content
{
	background-color: #C1E4F7;
	min-height: 100px;
	margin: 0 auto;
	padding-bottom:10px;
}

#content_left
{
/*	background-color:#FF8E8C; */
	width: 240px; 
	float: left;
	margin: 10px 0 0 20px;
}
#content_left div.image
{
	width:250px;
	height:188px;
	padding:5px;
	position:relative;
	cursor: pointer;
/*	background-color:Black;
	border:2px solid white;*/
	margin-left:-10px;
}
#submenu
{
	width: 210px;
	min-height: 100px;
	margin: 10px 0 0 30px;
}

.submenulink
{
	cursor: pointer;
}
.submenuitem
{
	margin-bottom: 15px;
}
.subsubmenuitem
{
	padding: 3px;
	font-style: italic;
}
.subsubmenu
{
	margin-top: 5px;
	margin-left: 15px;
	width: 190px;
}
#content_right
{
	position:relative;
	background-color: #DBFB16;
	width: 660px;
	
	float: left;
	margin: 10px 10px 10px 30px;
}


#content_title
{
	border-bottom: 1px dashed red;
	color: #FF0000;
	font-size: 16px;
	margin-left: 10px;
	padding: 10px 10px 5px;
	position: relative;
	width: 470px;
}

#content_image
{
/*	border:2px solid white;
	background-color:Black;*/
	float: right;
	margin: 10px;
	padding: 10px;
	position: relative;
}

#content_content
{
	padding: 20px;
}

#content_ornament
{
	margin: 0 0 10px 250px;
}
#footer
{
	width: 920px;
	background-color: #FE7EEC;
	margin: 20px auto;
	padding: 20px;
}
#blog_footer, #shop_footer
{
	width: 920px;
	margin: 20px auto;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#sitemap:hover
{
	background-color:#EFEFEF;
}
#sitemap
{
	background-color: White;
	width: 200px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	width: 900px;
	margin: 0 auto;
}
#sitemap_header
{
	border-bottom: 1px solid red;
	text-align: center;
}
#sitemap_content
{
	margin-top: 10px;
	margin-left: 20px;
}

#sitemap_content .level0
{
	font-size: 12px;
	width: 175px;
	float: left;
}

#sitemap_content .level1
{
	margin-left: 10px;
	margin-top: 5px;
}

#sitemap_content .level2
{
	margin-left: 15px;
	margin-top: 5px;
}

#sitemap_content .level1 a.link
{
	color: #202020;
}
#sitemap_content .level2 a.link
{
	color: #303030;
}

.middlecontent
{
	width: 960px;
}
.clear
{
	clear: both;
}

.menuitem
{
	width: 125px;
	float: left;
	height: 30px;
	margin-left: 5px;
	border: 2px solid #FFFFFF;
	border-top: 0px;

}


.menuitem a:hover
{
	text-decoration: none;
}
.home
{
	float: right;
	margin-right: 20px;
	height: 40px;
}
.menuitem span
{
	cursor: pointer;
	background-color: purple;
	color: white;
	float: left;
	height: 20px;
	margin-top: 5px;
	text-align: center;
	width: 100%;
}

.menuitem.selected
{
	height: 40px !important;
}
.menuitem.selected span
{
	background: #FFFFFF;
	color: #000000;
	margin-top: 15px !important;
}
.menuitem.home span
{
	background-color: #DBFB16;
	margin-top: 15px;
	color: #FF0000;
}

a
{
	color: #FF00FF;
	text-decoration: none;
}

a:hover
{
	color: #FF00FF;
	text-decoration: underline;
}
a.link
{
	color: #000000;
	text-decoration: none;
}

a.link:hover, a.link.selectedlink
{
	text-decoration: underline;
	color: #FF0000 !important;
}

#banner 
{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	background-color: #FFD700;
	padding: 5px 0 5px 0;
	font-size:18px;
	font-weight:bold;
	color:white;
}
#banner a,
#banner a:hover 
{
	color:Red;
}
#photos
{
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	background-color: #CDE9F1;
	padding: 5px 0 5px 0;
}

.gallery_image
{
	border: 1px solid #FFFFFF;
	margin: 0 5px 0 5px;
	cursor: pointer;
}

.deselectedpageimage
{
	display: none;
}

.sitemapsign
{
	color: #FF0000;
}

ul
{
	list-style-type: circle;
}

ol
{
	margin-left: 5px;
	list-style-type: decimal;
}

li
{
	margin-left: 15px;
}
#blogList
{
	list-style-type: none;
}
#shop_right
{
	margin-left:0px!important;
	margin-top:-50px!important;
	width:370px!important;
	margin-top: 15px!important;
}
#shop_right, #blog_left
{
	position:relative;
	float: left;
	background-color: #A7B7FF;
	margin-top: -15px;
	margin-left: 10px;
	padding: 5px;
	width: 400px;
}
#blog_left
{
	margin-top: 10px;
}
#blog_images_caption
{
	margin-top: 10px;
	margin-left: 70px;
}
#blog_images
{
	clear: both;
	margin: 10px;
	margin-left: 140px;
}
#blog_images img
{
	border: 1px dashed yellow;
}
#shop_left
{
	margin-top: 15px!important;
}
#shop_left, #blog_right
{
	position:relative;
	color: White;
	float: left;
	background-color: #FF3137;
	margin-top: -30px;
	margin-left: 10px;
	min-height: 200px;
	padding: 5px;
	width: 500px;
}

#shop_left
{
	background-color:#DF00DA!important;
}
.comment
{
	 border:1px dashed silver;
	 margin:20px 10px 10px 0;
	 padding:10px;
}
.comment_Text
{
	margin-top:5px;
	border-bottom:1px dashed silver;
	margin-bottom:10px;
	padding-bottom:10px;
}
#blog_right
{
	margin-top: 10px;
}
.blogItem
{
	border: 1px dashed silver;
	margin: 20px 10px 10px 0;
	padding: 10px;
}

.blogImage
{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 2px solid white;
}
.blogFooter
{
	color: Silver;
	border-top: 1px dashed Silver;
	padding-top: 5px;
	margin-top: 10px;
}

.blogItem_content.hidden, .blogItem_content_short.hidden
{
	display: none;
}
.comment_Date,
.blogItem_Date
{
	margin-left: -70px;
	margin-top: -20px;
	border: 1px dashed Silver;
	width: 75px;
	padding: 5px;
	background-color: White;
	color: #FF3137;
}
a#respond, 
.blogItem a
{
	text-decoration: underline;
	color: yellow;
}

a#respond:hover, 
.blogItem a:hover
{
	text-decoration: none;
	color: White;
}
#tagList
{
	margin: 20px;
	padding: 0;
}
#tagList li
{
	color: Yellow;
	list-style-type: none;
	float: left;
	margin: 0 10px;
	height: 36px;
}
#tagList li a
{
	text-decoration: none;
}
#tagList li:hover, #tagList li.selected
{
	cursor: pointer;
	background-color: #FF00FF;
	color: Yellow;
}

input[type=submit], 
input[type=button]
{
	border: 1px solid black;
	color: Black;
	background-color: White;
	width:75px;
}

.pp_description span.label 
{
	float: left;
	width: 80px;
}

.product span.label
{
	float: left;
	width: 60px;
}
.product
{
	width: 200px;
	float: left;
	border: 1px dashed Silver;
	margin: 10px 10px 10px 14px;
	padding: 10px;
	min-height:150px;
}

.ui-effects-transfer
{
	border: 1px dashed Silver;
	padding: 10px;
	width: 200px;
}


#category_cloud, #color_cloud
{
	margin: 10px;
	float: left;
}

#basket, #filter
{
	margin:10px;
	padding:5px;
	border: 1px dotted green;
}
#readonlybasket
{
	margin:10px;
	padding:5px;
	padding-left: 15px;
}
#basket
{
	padding-right:0px;
}
.control
{
	width:22px;
	float:left;
	margin-left:3px;
}

.control.first
{
	margin-left:5px;
}
#basket
{
	background-color: Pink;
}

#basket table
{
	
}
#readonlybasket th,
#basket th
{
	text-align:left;
	height: 15px;
}

#readonlybasket td,
#basket td
{
	height: 15px;
}
#basket .productcontrol 
{
	color:Red;
}
#basket .productcontrol:hover
{
	color:White;
}
#filter
{
	background-color: #DBFB16;
	border: none;
}

#filter a
{
	color:Black;
}
.filter_cat
{
	float:left;
	border: 1px dashed Red;
	width:85px;
	padding:5px;
	margin:5px;
	cursor:pointer;
}
#shop_middle
{
	position:relative;
	border:1px dashed none;
	float:left;
	min-height:100px;
	width:30px;
	margin:10px 10px 10px 10px;
	background-color:#FF3137;
}
#productlist #dummy
{
	width:200px;
}
#small_productlist
{
	padding:3px;
}
#small_productlist img
{
	margin:5px 0 5px 0;
}

#shop_sort
{
	height:20px;
	border:1px dashed Silver;
	margin:10px 10px 0 10px;
	padding:5px;
}
#shop_sort div
{
	margin-right:10px;
	float:left;
}
#shop_sort a
{
	cursor:pointer;
	color:White;
}


.expose input
{
	background-color:#FFFFFF;
}

#content_content label,
#shop_left label
{
	margin-top:6px;
	width: 150px;
	float:left;
}


#content_content textarea
{
	width:199px;
	height:80px;
}

select,
textarea,
input[type=text],
input[type=password]
{
	margin:3px 0 0 0;
	border:1px solid black;
	width:200px;
}

#content_content input[type=text].mediuminput,
#shop_left input[type=text].mediuminput
{
	width:144px;
}

#content_content input[type=text].smallinput,
#shop_left input[type=text].smallinput
{
	width:50px;
}
#shop_left input.largeinput
{
	width:150px!important;
}

#shop_left form
{
	padding:10px;
}




label.error
{

	color:Red!important;
}

#errorcontainer
{ 
	background-color:White;
	padding:5px;
	border:1px dashed red;
	display:none;
}

#errorcontainer li
{
	display:list-item;
	list-style-type:none;
	clear:both;
}

#errorcontainer label
{
	margin:2px;
	width:380px;
}

#content_agenda
{
	padding:0 20px 20px 20px;
	min-height:100px;
}

.agenda_table
{
	border:1px dashed red;
	text-align:left;
}

.agenda_table th
{
	color:Red;
	height:25px;
	vertical-align:middle;
	text-align:left;
}
.agenda_table td, .agenda_table th
{
	padding:2px;
}

.agenda_table a
{
	color:red;
}
.agenda_table a:hover
{
	text-decoration:underline;
	color:white;
}

.workshoprow:hover
{
	background-color:Red;
	color:White;
}
.workshoprow
{
	cursor:pointer;
}


#workshop_title
{
	border-bottom: 1px dashed blue;
	color: #FF0000;
	font-size: 16px;
	margin-left: 10px;
	padding: 10px 10px 5px;
	position: relative;
	width: 640px;
}

#workshop_content
{
	padding: 20px;
}

.workshop_column1,
.workshop_column2
{
	float:left;
	padding:4px;
}
.workshop_column1
{
	border-right:1px solid red;
	width:180px;
	padding:4px;
}
.workshop_column2
{
	width:400px;
	padding-left:20px;
}


a.modifylink
{
	float:right;
	color:Red;
}
a.modifylink:hover
{
	color:Blue;
}

a.normallink
{
	color:Red;
}
a.normallink:hover
{
	color:Black;
}

#newsletterlist a
{	
	margin-left:125px;
	float:left;
	margin-top:10px;
	font-size:18px;
}
