/*DOM TAG STYLES --------------------------------------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color:#FFFFFF;
	width:620px;
}
div {}
table {
	font-size: 12px;
}
tr {}
td, th {
	vertical-align:top;
	text-align:left;
}
td {}
th {}
h1, h2 {
	font-size: 18px;
	height:30px;
	margin-bottom:10px;
	text-transform:uppercase;
	background-color:#F2AAC8;
}
h1 span, h2 span {
	font-size: 18px;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	background-color:#FC5BAC;
	color:#FFFFFF;
	float:left;
}
h2 {
	background-color:#9ADAE4;
}
h2 span {
	background-color:#64C3D5;
}
h3 {
	font-size: 14px;
	text-transform:uppercase;
}
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;
}


/* LAYOUT STYLES -----------------------------------------------------------------------------------------------------*/
.size1, .size2, .size3, .size4, .size5, .size6 {
	height:350px;
	float:left;
	margin-right:10px;
	background-color:#F3F3F3;
}
.size1 {
	width:80px;
}
.size2 {
	width:170px;
}
.size3 {
	width:260px;
}
.size4 {
	width:350px;
}
.size5 {
	width:440px;
}
.size6 {
	width:530px;
}
.size7 {
	width:620px;
}
.last {
	margin-right:0px;
}
.first {
	clear:both;
}
.scroll {
	overflow:auto;
}
.size1 a, .size6 a , .size1 img, .size6 img {
	display:block;
	width:70px;
}
.size6 a {
	margin-right:5px;
	margin-bottom:5px;
	float:left;
	background-color:#CCCCCC;
	padding:5px;
}
.size1 a {
	margin-bottom:5px;
	background-color:#666666;
	padding:5px;
}
.size1 a:hover, .size6 a:hover {
	background-color: #FF0066;
}



/* 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;
}
.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;
}
.lightPinkBack {
	background-color:#FDEEF4;
}
.pinkBack {
	background-color:#F2AAC8;
	color:#FFFFFF;
}
.darkBack {
	background-color:#AB306A;
	color:#FFFFFF;
}
.turquoiseBack {
	background-color:#64C3D5;
	color:#FFFFFF;
}
.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 --------------------------------------------------------------------------------------------*/
#outerDiv {
	background-color:#FFFFFF;
}
#bodyContentDiv {
	width:620;
	height:410px;
	overflow:auto;
}


/* OPTIONS DIALOG STYLES ------------------------------------------------------------------------------------------------*/
.optionsColumnLeft a {
	display:block;
	line-height:20px;
}


/* COLUMNS --------------------------------------------------------------------------------------------------------------*/
#addressesOverview {
	height:378px;
}

/*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;
}
#controlsDiv {
	clear: both;
	height:22px;
	margin-bottom: 10px;
}
#controlsDiv a {
	margin-right: 10px;
}
#breadcrumbDiv {
	clear: both;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
	background-image: url(/Shoes/admin/icons/folder_page.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
	font-size:14px;
}



/* FOOTER STYLES --------------------------------------------------------------------------------------------*/



/* 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;
}
.searchInput {
	display: block;
	height: 14px;
	margin-top:6px;
	margin-right: 5px;
	font-size:12px;
	float:right;
	color:#231F20;
	border:1px inset #231F20;
}
.searchButton {
	display:block;
	margin-top:7px;
	margin-left:4px;
	cursor: pointer;
	float:right;
}



/* 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;
}

