/*DOM TAG STYLES --------------------------------------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-color:#FFFFFF;
}
div {}
table {}
tr {}
td, th {
	vertical-align:top;
	text-align:left;
}
td {}
th {}
h1, h2 {
	font-size: 18px;
	line-height:30px;
	height:30px;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#FC5BAC;
	background-color:#FFF;
}
h1 span, h2 span {
}
h2 {
}
h2 span {
}
h3 {
	font-size: 14px;
}
h4 {}
h5 {}
h6 {}
p {
	line-height:1.5em;
	margin-bottom: 12px;
}
a {
	color: #FC5BAC;
	text-decoration:none;
}
a:hover {
	color: #FC5BAC;
	text-decoration:underline;
}
img {}
ul {
	margin-bottom:12px;
}
li {
	margin-left: 20px;
}
form{}
form .error {
}
form td, form tr {
}
form .field {
}
form .label {
} 
form .captcha {
	vertical-align:bottom;
} 
form .element input {
}
label {
	display: block;
}
input {
}
textarea {
	width: 300px;
	height:70px;
	overflow:auto;	
}
select {
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	padding:2px;
	border: 1px solid #FDECF2;
}
object, embed {
	display:block;
}



/*GENERAL CLASS STYLES --------------------------------------------------------------------------------------------------*/
.bold {
	font-weight:bold;
}
.hide {
	display:none;
}
.clear {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.buttons {
	text-align:right;
}
.buttons a:hover{
	text-decoration:none;
}
.block {
	display:block;
	border:none;
	padding:0px;
	margin:0px;
}
.marginBottom {
	margin-bottom:20px;
}
.floatLeft {
float:left;
margin-right:10px;
margin-bottom:10px;
}
.floatRight {
float:right;
margin-left:10px;
margin-bottom:10px;
}
.leftLink {
	display:block;
	text-align:right;
}
.rightLink {
	display:block;
	text-align:right;
}
.light {
	color:#999999;
}
.small {
	font-size:12px;
	line-height:12px;
}
.leftBlock {
	display:block;
	border:none;
	padding: 0px;
	margin:0px;
	margin-bottom:20px;
}
.rightBlock {
	display:block;
	border:none;
	padding: 0px;
	margin:0px;
	margin-bottom:20px;
}
.leftBlock .blockContent {
	padding:10px;
}
.rightBlock .blockContent {
	padding:10px;
}
.blockContent h3 {
	font-size: 14px;
	line-height:14px;
	margin-bottom:14px;
	text-transform:uppercase;
}
.blockPadding {
	padding:10px;
}
.blockImg {
	display:block;
	border:none;
	margin:0px;
	padding:0px;
}
.iconImg80x80 {
	width:80px;
	height:80px;
}
.iconImg68x60 {
	width:68px;
	height:60px;
}
.iconTd {
	padding-right:10px;
	padding-bottom:10px;
}
.pinkBack {
	background-color:#F2AAC8;
	color:#FFFFFF;
}
.darkBack {
	background-color:#AB306A;
	color:#FFFFFF;
}
.turquoiseBack {
	background-color:#64C3D5;
	color:#FFFFFF;
}
.highlightBack {
	background-color:#FC5BAC;
	color:#FFFFFF;
}
.greyBack {
	background-color:#958A92;
	color:#FFF;
}
.lightPinkBorder {
	border:10px solid #FDECF2;
} 
.smallRoundArrowButton {
	padding-right:18px;
	background-image:url(/Shoes/main/buttons/sm-round-arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.buttonsLeft, .buttonsLeft, buttonsCenter {
	height:22px;
	line-height:22px;
	display:block;
	/*background-color:#00FFFF;*/
}
.buttonsLeft {
	text-align:left;
}
.buttonsRight {
	text-align:right;
}
.buttonsCenter {
	text-align:center;
}
.content {
	margin-bottom:12px;
}
.last {
	margin-right:0px;
}
.first {
	margin-left:0px;
}



/*GENERAL & HEADER STYLES -----------------------------------------------------------------------------------------------*/
#outer {
	width:980px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:100%;
	height:160px;
	border-bottom:3px solid #FC5BAC;
	margin-bottom:20px;
	background-image:url(/Shoes/main/images/header.png);
	background-repeat:no-repeat;
}
#logo {
	display:block;
	width:207px;
	height:100px;
	padding-left:40px;
	float:left;
}
#logo img {
	display:block;
	width:207px;
	height:100px;
}
#userBlock {
	width:200px;
	float: right;
	margin-top:20px;
}
#userBlock p {
	margin-bottom:5px;
	line-height:16px;
}
#userBlock p img {
	vertical-align:middle;
}
#userblock .linkSpan {
	font-style: italic;
}



/* TOP NAVIGATION STYLES ------------------------------------------------------------------------------------------------*/
#topNavigation {
	height:24px;
	padding-top:10px;
	width:770px;
	float:left;
}
#topNavigation ul {
	margin:0px;
	list-style:none;
	text-align:right;
}
#topNavigation li {
	padding:0px;
	margin:0px;
	display: inline;
}
#topNavigation li a {
	line-height:24px;
	padding-left:8px;
	padding-right:8px;
	color:#666666;
	text-decoration:none;
}
#topNavigation li a:hover {
	color:#666666;
	text-decoration:none;
}
#search {
	width:200px;
	height:24px;
	padding-top:10px;
	text-align:right;
	float:right;
}
#search a, #search input {
	display:block;
}
#searchInput {
	display:block;
	height:20px;
	width:146px;
	padding:2px;
	line-height:24px;
	font-size:14px;
	float:right;
	background-color:#CDC2C9;
	color:#333333;
	border:none;
}
#searchButton {
	display:block;
	margin-left:8px;
	cursor:pointer;
	float:right;
	width:24px;
	height:24px;
	background-image:url(/Shoes/main/buttons/lg-round-arrow-search.png);
	background-repeat:no-repeat;
}



/* MAIN NAVIGATION STYLES -----------------------------------------------------------------------------------------------*/
#mainNavigation {
	height:26px;
	float:right;
	width:730px;
	margin-top:90px;
}
#mainNavigation ul {
	margin:0px;
	list-style:none;
}
#mainNavigation li {
	padding:0px;
	margin:0px;
	float:right;
	margin-left:30px;
}
#mainNavigation li a {
	display:block;
	line-height:26px;
	margin:0px;
	color:#000000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase
}
#mainNavigation li a:hover {
	color:#FC5BAC;
	text-decoration:none;
}
#mainNavigation li .highlight, #mainNavigation li .highlight:hover {
	color:#FC5BAC;
}



/* BOTTOM NAVIGATION STYLES ---------------------------------------------------------------------------------------------*/
#bottomNavigation {
	height:40px;
	margin-bottom:20px;
	background-color:#CDC2C9;
}
#certificate {
	display:block;
	padding-left:5px;
	padding-top:3px;
	float:left;
}
#certificate2 {
	display:block;
	padding-left:10px;
	padding-top:3px;
	float:left;
	height:36px;
}
#bottomNavigation ul {
	margin:0px;
	float: right;
}
#bottomNavigation ul li {
	line-height:40px;
	display:inline;
	margin-left:10px;
	margin-right:10px;
	list-style:none;
}
#bottomNavigation ul li a {
	color:#FEFEFE;
}
#bottomNavigation ul li a:hover, #bottomNavigation ul li .highlight {
	color:#FFFFFF;
}
#bottomNavigation ul li .highlight, #bottomNavigation ul li .highlight:hover {
	font-weight:bold;
}



/* MAIN STYLES ----------------------------------------------------------------------------------------------------------*/
#main {
	width:100%;
	margin-bottom:20px;
}
#content {
	width:540px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	font-size:14px;
}
#content table {
	margin-bottom: 12px;
}
#title {
	width:750px;
	height:30px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom:10px;
	background-color:#003333;
	background-image: url(/Shoes/admin/images/barDark.png);
	background-repeat: repeat-x;
}



/* LEFT COLUMN STYLES ----------------------------------------------------------------------------------------------------*/
#leftColumn {
	width:180px;
/*	background-color:#FFFF00;*/
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
#leftColumn a {
	color: #FFFFFF;
}
#leftColumn a:hover{
	color: #000000;
	text-decoration:none;
}
#leftColumn li {
	margin-bottom:5px;
}
#leftColumn .highlight {
	font-weight:bold;
	color:#5C7787;
}



/* SUB NAVIGATION STYLES -------------------------------------------------------------------------------------------------*/
#subNavigation {
	font-weight:bold;
	clear:both;
}
#subNavigation ul {
	margin:0px;
	list-style:none;
}
#subNavigation li {
	margin:0px;
}
#subNavigation li a {
	height:30px;
	line-height:30px;
	display:block;
	margin:0px;
	color:#000;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	background-color:#FFF;
}
#subNavigation li a:hover {
	color:#FC5BAC;
	text-decoration:none;
}
#subNavigation li .highlight {
	color:#FC5BAC;
}

#subNavigation .shopSubNavigation {
	padding:0px;
	margin:0px;
}
#subNavigation .shopSubNavigation li {
	padding:0px;
	margin:0px;
	height:24px;
}
#subNavigation .shopSubNavigation li a {
	padding:0px;
	margin:0px;
	line-height:24px;
	height:24px;
	padding-left:10px;
	display:block;
	color:#000;
	text-decoration:none;
	font-size:12px;
	text-transform:none;
	background-color:#FFF;
}
#subNavigation .shopSubNavigation li a:hover {
	color:#FC5BAC;
	text-decoration:none;
}
#subNavigation .shopSubNavigation li.highlight a {
	color:#FC5BAC;
}



/* RIGHT COLUMN STYLES ---------------------------------------------------------------------------------------------------*/
#rightColumn {
	width:220px;
	margin-bottom:20px;
/*	background-color:#FFFF00;*/
	float:left;
}
#rightColumn a {
	color: #FFFFFF;
}
#rightColumn a:hover{
	color: #000000;
	text-decoration:none;
}
#rightColumn li {
	margin-bottom:5px;
}



/* LOGIN PAGE STYLES -----------------------------------------------------------------------------------------------------*/
#loginForm {
	width:240px;
	float:left;
}

#noAccount {
	width:200px;
	padding:10px;
	float:left;
	margin-right:20px;
}



/* CONFIRMATION PAGE STYLES ----------------------------------------------------------------------------------------------*/
#stepsHeader {
	height:22px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	background-image:url(/Shoes/main/images/steps.png);
	background-repeat:repeat-x;
}
#stepsHeader .stepNumber {
	height:22px;
	width:22px;
	margin-right:72px;
	background-image:url(/Shoes/main/images/steps.png);
	background-repeat:no-repeat;
	float:left;
}
#stepsHeader #stepNumber1 {
	background-position:-22px -22px;
}
#stepsHeader #stepNumber2 {
	background-position:-22px -44px;
}
#stepsHeader #stepNumber3 {
	background-position:-22px -66px;
}
#stepsHeader #stepNumber4 {
	background-position:-22px -88px;
	margin-right:74px;
}
#stepsHeader #stepNumber5 {
	background-position:-22px -110px;
	margin-right:0px;
}
#stepsHeader #stepNumber6 {
	background-position:-22px -132px;
}
#stepsHeader #stepNumber1.highlight {
	background-position:0px -22px;
}
#stepsHeader #stepNumber2.highlight {
	background-position:0px -44px;
}
#stepsHeader #stepNumber3.highlight {
	background-position:0px -66px;
}
#stepsHeader #stepNumber4.highlight {
	background-position:0px -88px;
}
#stepsHeader #stepNumber5.highlight {
	background-position:0px -110px;
}
#stepsHeader #stepNumber6.highlight {
	background-position:0px -132px;
}

.receiptBlock, #content table.receiptBlock, .receiptStep {
	margin-bottom:30px;
}
#receiptHeader {
	height:160px;
	background-image:url(/Shoes/main/images/docu-logo.jpg);
	background-repeat:no-repeat;
}
#receiptStore p {
	margin-left:295px;
	line-height:1em;
}
#receiptOrderInfo {

}
#receiptAddress {
	width:295px;
	float:left;
}
#receiptOrderNumber {
	width:200px;
	float:left;
}
#receiptTable {
	width:100%;
}
#receiptTable td, #receiptTable th {
	vertical-align:bottom;
	padding-bottom:3px;
}
#receiptTable th {
	border-bottom:1px solid #000000;
}
#receiptTable .borderTop {
	border-top:1px solid #000000;
}
.priceTd, .priceTh, .totalsTd, .totalsTh {
	text-align:right;
	height:30px;
}
.receiptStep {
	height:30px;
	padding-top:10px;
	background-repeat:no-repeat;
	background-image:url(/Shoes/main/images/receipt-step-back.png);
	clear:both;
}
.receiptMessage {
	height:30px;
	line-height:30px;
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:4px center;
	float:left;
	width:260px;
}
#receiptStep1, #receiptStep2, #receiptStep3, #receiptStep4, #receiptStep5 {
	margin-top: -30px;
}
.receiptStep .buttonsRight {
	width:206px;
	padding-right:4px;
	padding-top:4px;
	float:left;
}
#receiptStep1 .receiptMessage {
	background-image:url(/Shoes/main/images/receipt-step-1.png);
}
#receiptStep2 .receiptMessage {
	background-image:url(/Shoes/main/images/receipt-step-2.png);
}
#receiptStep3 .receiptMessage {
	background-image:url(/Shoes/main/images/receipt-step-3.png);
}
#receiptStep4 .receiptMessage {
	background-image:url(/Shoes/main/images/receipt-step-4.png);
}
#receiptStep5 .receiptMessage {
	background-image:url(/Shoes/main/images/receipt-step-5.png);
}
#receiptStep5 .standardForm {
	background:none;
	display:inline;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
} 



/* ACCOUNT PAGES STYLES --------------------------------------------------------------------------------------------------*/
#newAddressButton {
	margin-bottom:10px;
}



/* COLLECTION STYLES/BRANDS STYLES ---------------------------------------------------------------------------------------*/
.brandItem, .styleItem {
	width:173px;
	height:230px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#FFF;
}
.brandItem.last, .styleItem.last {
	margin-right:0px;
}
.brandItem .brandItemThumb, .styleItem .styleItemThumb {
	display:block;
	width:153px;
	height:153px;
	margin:10px;
	margin-bottom:2px;
	background-color:#FFFFFF;
	background-position:center center;
	background-repeat:no-repeat;
}
.brandItem h3, .styleItem h3 {
	padding:0px;
	margin:0px;
	background-color:#FFF;;
}
.brandItem h3 a, .styleItem h3 a {
	display:block;
	width:133px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	color:#000;
	height:65px
}
.brandItem h3 a:hover, .styleItem h3 a:hover {
	color:#FC5BAC;
	text-decoration:none;
}



/* COLLECTION PRODUCT LIST STYLES ----------------------------------------------------------------------------------------*/
.productsItem {
	background-color:#FDECF2;
	height:100px;
	margin-bottom:10px;
}
.productsItem .productsItemThumb {
	width:80px;
	height:80px;
	display:block;
	margin:10px;
	float:left;
}
.productsItem .productsItemThumb img {
	width:80px;
	height:80px;
	display:block; 
}
.productsItemInfo {
	width:340px;
	height:80px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
}
.productsItemInfo a {
	color:#000000;
}
.productsItemButtons {
	width:80px;
	height:80px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.productsItemButtons p {
	text-align:right;
	font-weight:bold;
	padding:0px;
	margin:0px;
	height:58px;
}
.productsItemButtons a {
	display:block;
	width:22px;
	height:22px;
	float:right;
	margin-left:7px;
	background-repeat:no-repeat;
}
.productsItemButtons .productButton {
	background-image:url(/Shoes/main/buttons/lg-round-arrow.png);
}
.productsItemButtons .favoriteButton {
	background-image:url(/Shoes/main/buttons/lg-round-favorite.png);
}



/* PRODUCT VIEW STYLES ---------------------------------------------------------------------------------------------------*/
#product {
	background-color:#FFFFFF;
	margin-bottom:20px;
}
#product .images {
	display:block;
	width:280px;
	/*background-color:#FDECF2;
	padding:10px*/;
	margin-right:10px;
	margin-bottom:15px;
	float:left;
}
#product .productImage {
	display:block;
	width:280px;
	height:280px;
	margin-bottom:15px;
}
#product .imageThumb {
	margin-right:10px;
	float:left;
	padding:5px;
	border:1px solid #ddd;
}
#product .imageThumb, #product .imageThumb img {
	display:block;
	width:60px;
	height:60px;
}  
#product .data {
	width:230px;
	height:214px;
	float:left;
	background-color:#FFFFFF;
}
#product .data table td {
	padding-right:5px;
	padding-bottom:5px;
}
#product .price { 
	width:230px;
	height:54px;
	font-weight:bold;
	float:left;
	background-color:#FFFFFF;
	margin-bottom:10px;
}
#product .current {
	width:84px;
	height:54px;
	line-height:27px;
	font-size:18px;
	float:right;
	text-align:right;
	padding-right:12px;
	background-image:url(/Shoes/main/images/price.png);
	background-repeat:no-repeat;
	background-position:center right;
	color:#FFFFFF;
}
#product .current.sale { 
	background-image:url(/Shoes/main/images/sale.png);
	color:#000;
}
#product #productButtons {
	width:230px;
	height:22px;
	float:left;
	background-color:#FFFFFF;
	margin-bottom:10px;
}
#product #productButtons a {
	padding:0px;
	margin:0px;
	display:block;
	width:22px;
	height:22px;
	float:right;
	margin-left:3px;
	background-repeat:no-repeat;
}
#product #productButtons a.last {
	margin-left:0px;
}
#product #productButtons .backButton {
	background-image:url(/Shoes/main/buttons/lg-round-arrow-grey.png);
}
#product #productButtons .favoriteButton {
	background-image:url(/Shoes/main/buttons/lg-round-favorite.png);
}
#product .addthis_button_facebook {
	background-image:url(/Shoes/main/buttons/lg-round-facebook.png);
}
#product .addthis_button_hyves {
	background-image:url(/Shoes/main/buttons/lg-round-hyves.png);
}
#product .addthis_button_twitter {
	background-image:url(/Shoes/main/buttons/lg-round-twitter.png);
}



/* PRODUCT VIEW STYLES (WEBSHOP) -----------------------------------------------------------------------------------------*/
#product .optionsForm th {
	padding-right:10px;
	vertical-align:middle; 
}
#product .optionsForm .element input, #product .optionsForm .element select, #product .optionsForm .element textarea {
	background-color:#FDECF2;
}
#product #productButtons .addButton {
	background-image:url(/Shoes/main/buttons/add-to-cart.png);
	width:101px;
}
#product #productButtons .soldOutButton {
	background-image:url(/Shoes/main/buttons/soldout.png);
	width:101px;
}
#product .strike {
	font-size:14px;
	text-decoration:line-through;
	margin-right:10px;
	color:#666666;
}


/* CART STYLES -----------------------------------------------------------------------------------------------------------*/
.gridTable td.totalsTd, .gridTable th.totalsTh {
	text-align:right;
	padding-right:10px;
}



/* STYLE FILE CONTENT LIST STYLES ----------------------------------------------------------------------------------------*/
.contentItem {
	background-color:#FFFFFF;
	height:100px;
	margin-bottom:10px;
}
.contentItem .contentItemThumb {
	width:80px;
	height:80px;
	display:block;
	float:left;
	margin-right:10px;
	background-color:#FFFFFF;
	background-position:center center;
	background-repeat:no-repeat;
}
.contentItem .contentItemThumb img {
	width:80px;
	height:80px;
	display:block; 
}
.contentItem .contentItemInfo {
	width:430px;
	height:78px;
	float:left;
}
.contentItemButtons {
	width:430px;
	float:left;
}
/*.contentItemButtons a {
	display:block;
	width:22px;
	height:22px;
	float:right;
	margin-left:7px;
	background-repeat:no-repeat;
}
.contentItemButtons .itemButton {
	background-image:url(/Shoes/main/buttons/lg-round-arrow.png);
}
*/



/* STYLE FILE CONTENT LIST STYLES ----------------------------------------------------------------------------------------*/
.articleItem {
	background-color:#FDECF2;
	height:80px;
	padding:10px;
	margin-bottom:10px;
}
.articleItem .articleItemThumb {
	width:56px;
	height:80px;
	display:block;
	float:left;
	margin-right:10px;
}
.articleItem .articleItemThumb img {
	width:56px;
	height:80px;
	display:block; 
}
.articleItem .articleItemInfo {
	width:454px;
	height:58px;
	float:left;
}
.articleItem .articleItemInfo h3 {
	text-transform:none;
}
.articleItem .articleItemInfo a, .articleItem .articleItemInfo a:hover {
	color:#000000;
}
.articleItemButtons {
	width:454px;
	float:left;
}

.articleThumbs {
	width:76px;
	float:left;
	margin-right:10px;
}
.articleThumbs img {
	margin-bottom:10px;
}
.articleMainImage {
	width:454px;
	float:left;
}



/* FOLLOW US BLOCK -------------------------------------------------------------------------------------------------------*/
#followBlock {
	height:50px;
	width:100%;
	clear:both;
}
#followBlock h3 {
	margin-bottom:5px;
}
#followBlock a {
	display:block;
	float:left;
	margin-right:8px;
}
	


/* SHOPPING BAG BLOCK ----------------------------------------------------------------------------------------------------*/
#shoppingBagBlock .blockContent span {
	display:block;
	margin-bottom:10px;
}



/* SHOWCASE/FAVORITES BLOCK ----------------------------------------------------------------------------------------------*/
.showcaseItem, .favoriteItem {
	clear:both;
	height:65px;
	margin-bottom:10px;
}
.showcaseItem img, .favoriteItem img {
	display:block;
	width:65px;
	height:65px;
	float:left;
	margin-right:10px;
}
.showcaseItem p, .favoriteItem p {
	width:85px;
	height:65px;
	overflow:hidden;
	color:#FFFFFF;
	margin:0px;
}
#showcase .showcaseItem p a, #favorites .favoriteItem p a {
	color:#FFFFFF;
	text-decoration:none;
}



/* BRANDS BLOCK ----------------------------------------------------------------------------------------------------------*/
#brandsBlock {
	text-align:center;
}
#brandsBlock a:hover {
	text-decoration:none;
}
#brandsBlock img {
	height:30px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	opacity:0.3; filter:alpha(opacity=30);
}



/* POINTERS BLOCK ----------------------------------------------------------------------------------------------------------*/
#pointersBlock ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#pointersBlock li {
	padding:0px;
	margin:0px;
	padding-left:20px;
	background-image:url(/Shoes/main/icons/star-pink.png);
	background-repeat:no-repeat;
	font-weight:bold;
	padding-bottom:2px;
	margin-bottom:10px;
}



/* JOB OPENINGS BLOCK ----------------------------------------------------------------------------------------------------*/
#jobBlock {
	clear:both;
	margin-bottom:20px;
}
#jobBlock #jobThumb {
	float:left;
	margin-right:10px;
}
#jobBlock #jobContent {
	width: 515px;
	float:left;
}
#jobBlock table {
	margin:0px;
}



/* SHOE OF THE WEEK BLOCK ----------------------------------------------------------------------------------------------------*/
#sotw {
	width:200px;
}



/* NOTIFICATION & INFO STYLES --------------------------------------------------------------------------------------------*/
#notificationDiv {
	clear:both;
	/*background-color:#F2F4F4;*/
	padding-top:3px;
	padding-bottom:3px;
	margin-top:-10px;
	margin-bottom:10px;
}
#notificationDiv ul {
	margin:0px;
	list-style:none;
}
#notificationDiv .messageDone, #notificationDiv .messageFail, #notificationDiv .messageInfo {
	line-height:20px;
	height:20px;
	padding-left:25px;
	margin:0px;
	margin-bottom:2px;
	margin-top:2px;
	background-repeat:no-repeat;
	background-position:2px 2px;
}
#notificationDiv .messageDone {
	background-image:url(/Shoes/main/icons/accept.png);
	background-color:#C1FFE1;
}
#notificationDiv .messageFail {
	background-image:url(/Shoes/main/icons/exclamation.png);
	background-color:#FFD9E8;
}
#notificationDiv .messageInfo {
	background-image:url(/Shoes/main/icons/information.png);
	background-color:#D5F5FF;
}
#controls {
	clear: both;
	height:20px;
	margin-bottom:10px;
}
#controls a {
	margin-right:10px;
}



/* FOOTER STYLES ---------------------------------------------------------------------------------------------------------*/
#footer {
	width:100%;
	clear: both;
}
#footer a {
	color: #5C7787;
}
#footer a:hover {
	color: #00AEDC;
}
#copyright {
	clear:both;
	text-align:center;
}
#development {
	width:980px;
	padding:5px;
	clear: both;
	background-color:#FFFFFF;
	color:#000000;
}



/* STANDARD GRID STYLES --------------------------------------------------------------------------------------------------*/
.gridNavigation {
	clear:both;
	line-height:30px;
	height:30px;
	padding-right:10px;
	background-color:#CDC2C9;
	text-align:right;
	color:#FFFFFF;
	margin-bottom:10px;
}
.gridNavigation strong {
	font-weight:normal;
}
.gridNavigation a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	line-height:30px;
}
.gridNavigation a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.gridNavigation .highlight, .gridNavigation .highlight:hover {
	color:#FC5BAC;
	background-color:#FFFFFF;
}
.gridTable {
	width:100%;

}
.gridTable th, .gridTable td {
	padding-left:10px;
	padding-right:5px;
}
.gridTable td {
	padding-top:10px;
	padding-bottom:10px;
}
.gridTable th {
	height:24px;
	line-height:24px;
	padding-right: 20px;
	background-color:#64C3D5;
	color:#FFFFFF;
	/*background-image: url(/Shoes/admin/images/barLight-25px.png);
	background-repeat: no-repeat;
	background-position: right;*/
}
.gridTable td img {
}
.gridTable th a {
	padding-right: 20px;
	color:#FFFFFF;
}
.gridTable th a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.gridTable th .sorted {
	background-image: url(/Shoes/admin/icons/bullet_arrow_down.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable th .sortedDesc {
	background-image: url(/Shoes/admin/icons/bullet_arrow_up.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.gridTable .oddRow {
	background-color:#EEF9FB;
}
.gridTable .highlight {
	background-color:#FDECF2;
}
.gridTable td.toolsTd {
	text-align:right;
	padding-right:10px;
}
.gridTable td.thumbTd {
	width:80px;
}
.gridNavigation {
	clear:both;
}



/* STANDARD FORM STYLES --------------------------------------------------------------------------------------------------*/
.standardForm {
	margin-bottom:10px;
	padding:10px;
	border:10px solid #FDECF2;
}
.standardForm table {
	background-color:#FFFFFF;
	margin:0px;
}
.standardForm td, .standardForm th {
	padding-right:10px;
	padding-bottom:6px;
	background-color:#FFFFFF;
}
.standardForm  .error {
	color:#FF0066;
	font-size:10px;
}
.standardForm .field {

}
.standardForm .label {

} 
.standardForm .element input, .standardForm .element select, .standardForm .element textarea {
	background-color:#FDECF2;
}
.standardForm .buttons {
	text-align:right;
	padding-bottom:0px;
}
.standardForm .buttons input {
	border:none;
	background-color:transparent;
	padding:0px;
	margin-left:5px;
}
.standardForm .radioGroup label {
	display:inline;
	margin-right:5px;
}
.standardForm .radioGroup label input {
	border:none;
}
.standardForm .mediumInput {
	width:200px;
}
.standardForm .midInput {
	width:135px;
}
.standardForm .smallInput {
	width:70px;
}
.standardForm .largeInput {
	width:350px;
}
.standardForm .mediumArea {
	width:350px;
	height:200px;
}



/* BLOCK FORM STYLES -----------------------------------------------------------------------------------------------------*/
.blockForm {
	margin:0px;
}
.blockForm td {
	padding-bottom:5px;
}
.blockForm th {
	padding-right:5px;
	padding-bottom:2px;
}
.blockForm  .error {
	color:#FFFFFF;
	font-size:10px;
}
.blockForm .field {

}
.blockForm .label {

} 
.blockForm .element input {
	border:1px solid #FFFFFF;
}
.blockForm .buttons {
	padding-top:5px;
	text-align:right;
}
.blockForm .buttons input {
	border:none;
	background-color:transparent;
	padding:0px;
	margin-left:5px;
}
.blockForm .radioGroup label {
	display:inline;
	margin-right:0px;
}
.blockForm .radioGroup label input {
	border:none;
}
.blockForm .mediumInput {
	width:110px;
}
.blockForm .smallInput {
	width:50px;
}
.blockForm .largeInput {
	width:120px;
}

