/************************************************************
Damesmode Muze Global Stylesheet 
Target: Screen
Author: Martijn Schornagel - Momono Ontwerpwerk - www.momono.nl
************************************************************/
body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

a {
	text-decoration: none;
}
body {
	background: #006078;
	font: 12px Helvetica, Arial, sans-serif;
}

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

* Positioning

************************************************************/
#headerwrapper {
	background: #FFF url(img/bg-header.gif) repeat-x;
}
#headercontent {
	width: 980px;
	position: relative;
	margin: auto;
	height: 150px;
	color: #FDD72B;
}
#contentwrapper {
	background: #FFF;
}
#content {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin: auto;
	width: 980px;
	padding-top: 20px;
	padding-bottom: 40px;
}
h1#logo a {
	background: url(img/logo.png) no-repeat left top;
	width: 280px;
	text-indent: -32697px;
	display: block;
	height: 130px;
	position: absolute;
	top: 20px;
	left: 0px;
}
h1#logo a:hover {
	background: url(img/logo.png) no-repeat right top;
}

#searchform {
	position: relative;
	height: 25px;
	width: 294px;
}
#findfield {
	width: 172px;
	position: absolute;
	top: 3px;
	color: #CE0052;
	outline: 0;
	right: 25px;
	background: transparent;
	border: 0px solid #FDD72B;
	font: 13px/16px Arial, Helvetica, sans-serif;
}
#btn-go {
	text-indent: -32697px;
	display: block;
	width: 25px;
	position: absolute;
	top: 0px;
	border: 0px;
	cursor: pointer;
	right: 0px;
	height: 25px;
	background: transparent;
}



#leftcolumn {
	float: left;
	width: 220px;
	background: url(img/top-menu.gif) no-repeat left top;
	padding-top: 10px;
}
ul#brands {
	font-size: 12px;
	text-transform: uppercase;
	background: #0A313D url(img/bottom-menu.gif) no-repeat left bottom;
	width: 220px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
ul#brands li a {
	color: #FFF;
	font-size: 13px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: 400;
}
ul#brands li a:hover {
	color: #FDD72B;
}
ul#brands li a.selected {
	color: #FDD72B;
}

#rightcolumn {
	width: 735px;
	margin-left: 245px;
	color: #0A313D;
}
#footer {
	background: url(img/bg-footer.gif) repeat-x;
	padding-top: 12px;
	height: 40px;
}
#footercontent {
	margin: auto;
	width: 980px;
}
#footercontent ul li {
	float: left;
	margin-right: 11px;
}
#footercontent ul li a {
	color: #0CF;
	font-size: 13px;
	border-bottom: 1px dotted #0CF;
	padding-bottom: 1px;
	font-weight: 400;
}
#footercontent ul li a:hover {
	color: #FDD72B;
	border-bottom: 1px dotted #0CF;
}
#footercontent ul li a.selected {
	color: #FDD72B;
	border-bottom: 1px dotted #FDD72B;
}
#footercontent ul li.rightbullit {
	background: url(img/rightbullit.gif) no-repeat right 5px;
	padding-right: 15px;
}

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

* Classes & Typography

************************************************************/
.actions {
	position: absolute;
	top: 6px;
	right: 0px;
}
.actions a {
	color: #FDD72B;
	margin-left: 28px;
	font-size: 13px;
}
.actions a:hover {
	text-decoration: none;
	color: #0CF;
}
.actions a.cart {
	background: url(img/cart.gif) no-repeat left center;
	padding-left: 17px;
}
.blue-type {
	color: #0CF;
}
.search {
	position: absolute;
	right: 0px;
	bottom: 55px;
	height: 25px;
	width: 294px;
	background: url(img/bg-search.png) no-repeat;
}
.clear {
	clear: both;
}
.newsletter a {
	float: right;
	height: 57px;
	width: 233px;
	text-indent: -32697px;
	display: block;
	background: url(img/nieuwsbrief.png) no-repeat left top;
	margin-top: -25px;
}
.newsletter a:hover {
	background: url(img/nieuwsbrief.png) left bottom;
}
.btn-twitter a {
	background: url(img/btn-twitter.jpg) no-repeat left top;
	height: 37px;
	width: 220px;
	text-indent: -32697px;
	display: block;
	margin-top: 10px;
	margin-bottom: 6px;
}
.btn-twitter a:hover {
	background: url(img/btn-twitter.jpg) left bottom;
}
.btn-other-sister a {
	background: url(img/btn-other-sister.jpg) no-repeat left top;
	height: 57px;
	width: 220px;
	text-indent: -32697px;
	display: block;
	margin-bottom: 10px;
}
.btn-other-sister a:hover {
	background: url(img/btn-other-sister.jpg) no-repeat left bottom;
}

h1.caps {
	text-transform: uppercase;
	color: #FE0066;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 1px;
}
#rightcolumn p.borders {
	border-top: 0px solid #F1EFEF;
	border-bottom: 0px solid #F1EFEF;
	padding-top: 6px;
	padding-bottom: 7px;
	margin-bottom: 0px;
	background: url(img/dotted.gif) repeat-x left top;
}
#rightcolumn ul.paging {
	height: 20px;
	text-align: right;
	float: right;
	margin-top: 2px;
	margin-right: 2px;
}
#rightcolumn ul.paging li {
	float: left;
	padding-left: 5px;
}
#rightcolumn ul.paging li a {
	margin-left: 6px;
	border-bottom-width: 0px;
	border-bottom-color: #FFF;
	color: #0A313D;
	font-size: 13px;
}
#rightcolumn ul.paging li a:hover {
	text-decoration: none;
	color: #07AFF2;
}
#rightcolumn ul.paging li a.selected {
	color: #FE0066;
	text-decoration: underline;
	height: 23px;
	width: 23px;
}
#rightcolumn ul#articles p {
	margin-bottom: 0px;
	text-align: left;
}
#rightcolumn ul#articles {
	border-bottom: 0px solid #F1EFEF;
	margin-left: 10px;
}
#rightcolumn ul#articles li {
	width: 220px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	color: #0A313D;
	margin-right: 20px;
	height: 290px;
}
#rightcolumn ul#articles li a {
	border-bottom-width: 0px;
	border-bottom-color: #FFF;
	color: #0A313D;
	font-size: 13px;
}
#rightcolumn ul#articles li a:hover {
	color: #FE0066;
	text-decoration: underline;
}
.pagingwrapper {
	border-bottom: 0px dotted #A3E8FD;
	height: 22px;
	background: url(img/dotted.gif) repeat-x left bottom;
	margin-bottom: 20px;
}
#rightcolumn ul#articles p.article-name a {
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
}

.pink-price {
	color: #FE0066;
	font-weight: bold;
}
.discount {
	float: left;
	margin-left: 15px;
	margin-right: 8px;
	height: 50px;
	width: 51px;
}






#rightcolumn h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FE0066;
	margin-bottom: 20px;
}
#rightcolumn h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FE0066;
	margin-bottom: 4px;
}
#rightcolumn h3 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 4px;
	color: #04A5E4;
}
#rightcolumn p {
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 18px;
}
#rightcolumn a {
	border-bottom: 1px dotted #CD0066;
	color: #0A313D;
}
#rightcolumn a:hover {
	border-bottom-color: #FE0066;
	color: #FE0066;
}
.floatleft {
	float: left;
	margin-right: 10px;
}


#article-image-wrapper {
	float: left;
	margin-right: 10px;
}
p.sizes {
	margin-top: 10px;
}
input.place-article {
	margin-left: 10px;
	color: #FFFFFF;
	border: 0px solid #0BBBFD;
	padding: 3px;
	background: #0BBBFD;
	cursor: pointer;
	-webkit-border-radius: 5px;
	font-weight: bold;
}
input.place-article:hover {
	margin-left: 10px;
	color: #FDD82B;
	border: 0px solid #15424F;
	background: #15424F;
	cursor: pointer;
}
select.size {
	width: 50px;
	color: #FFFFFF;
	border: 1px solid #0BBBFD;
	padding: 2px 3px;
	background: #0BBBFD;
	margin-left: 4px;
}

table.order {
	margin-top: 15px;
	font-size: 13px;
	line-height: 18px;
}

table.order td {
	padding-top: 6px;
	padding-bottom: 6px;
}

td.bottomborder {
	border-bottom: 1px solid #A7EEFD;
}
input.aantal {
	background-color: #FFFFFF;
	border: 1px solid #B3D0E0;
	width: 35px;
	padding: 2px;
	margin-top: 2px;
	text-align: center;
}
.tablehead {
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #23BFEF;
}

.leftpadding {
	padding-left: 5px;
}

.formholder {
}
div.input {
	margin-bottom: 8px;
}
div.input label {
	width: 112px;
	float: left;
}
input.formfield {
	background-color: #FFFFFF;
	border: 1px solid #B3D0E0;
	width: 165px;
	margin-top: 2px;
	padding: 2px;
}
.submit {
	float: right;
	margin-top: 15px;
	}
.required {
	color: #FE0066;
	font-size: 16px;
	font-weight: normal;
}
#rightcolumn table.order a.next,
#rightcolumn .input .submit a.next{
	color: #CD0067;
}
.floatrightcolumn {
	float: right;
	margin-right: 30px;
}
p.steps {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin-right: 25px;
	margin-bottom: 10px;
	color: #91D4E4;
	margin-top: 10px;
}
p.active-step {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 25px;
	margin-bottom: 10px;
	color: #FE0066;
	margin-top: 10px;
}
.divider {
	height: 1px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 290px;
}
#rightcolumn table.order a.next,
#rightcolumn .input .submit a.next{
	color: #FE0066;
	font-size: 14px;
}

#rightcolumn table.order a.next:hover,
#rightcolumn .input .submit a.next:hover{
	color: #0A313D;
	font-size: 14px;
}
a.my-size {
	margin-left: 15px;
}
.floatrightcolumn {
	float: right;
	margin-right: 30px;
}
.adress-left {
	float: left;
	margin-right: 10px;
	width: 320px;
}
.adress-right {
	float: left;
	width: 300px;
}

/* Door frederik */

#contactform label
{
	display: block;
}

#contactform input[type=text],
#contactform textarea
{
	width: 500px;
	padding: 3px;
}

#formerrors
{
	color: #CD0067;
	margin-bottom: 15px;
}

#formerrors p
{
	margin: 0;
	padding: 0;
}
#kleuren_wrap
{
	background-color: #E9F9ff;
		border-left: 2px solid #3EC9FF;
	border-right:  2px solid #3EC9FF;

}


#kleuren h1
{
	padding: 0px 5px 0 5px;
		color: #3EC9FF;
		font-size: 16px;

}

#kleuren ul
{
	padding: 5px;
	margin: 0;
	
}

#kleuren
{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#kleuren ul li
{
	float: left;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	display: inline;
}

#kleuren ul li a
{
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
}

#kleuren img
{
	border: 0;
	padding: 0;
	margin: 0;
}

#kleuren_top
{
	height: 10px;
	width: 100%;
	background: transparent  url(img/kleuren_top.gif) no-repeat;
}


#kleuren_bottom
{
	height: 10px;
	width: 100%;
	background: transparent url(img/kleuren_bottom.gif) no-repeat;
}