@charset "utf-8";
/* CSS Document */

/* Admin CP Styles */

body#admin{
	background-color: #1f001a;
	background-image: url(../images/admin-cp-bg.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffeafc;
}

#admin-cp-container{
	width:995px;
	margin:0 auto 0 auto;
}

#admin-cp-container h1{
	font-size:21px;
	font-weight:normal;
	color:#9d5b92;
	margin:-10px 0 10px 0;
	padding:0;
	
}

.admin-cp-top-l{
	width:500px;
	float:left;
	margin-top:35px;
}

.admin-cp-top-r{
	width:auto;
	float:right;
	margin-top:8px;
}

.clear-left{
	clear:left;
}

.clear-right{
	clear:right;	
}

.clear-both{
	clear:both;	
}

/* Admin CP Left Nav */

#admin-cp-nav-container{
	width:154px;
	padding-top:10px;
	background-color: #570049;
	background-image: url(../images/admin-cp-leftnav-top.gif);
	background-repeat: no-repeat;
	margin-right:7px;
	float:left;
}

#admin-cp-nav-container h2{
	color:#ff92ed;	
	margin:0;
	padding:0 0 5px 0;
	font-size:17px;
	font-weight:normal;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #804577;
	
}

#admin-cp-nav-container ul{
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
	background-image: url(../images/admin-cp-leftnav-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
	
}

#admin-cp-nav-container ul li{
	margin:0;
	padding:0;
	list-style:none;
	color:#ffeafc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #804577;
	
}

#admin-cp-nav-container ul li a{
	padding:8px 10px 8px 10px;
	display:block;
	color:#ffeafc;
	text-decoration:none;
}

#admin-cp-nav-container ul li:hover a{
	background-color:#804577;	
}

/* Admin Right Content Area */
.admin-cp-right{
	float:right;
	background-color: #570049;
	background-image: url(../images/admin-cp-content-top.gif);
	background-repeat: no-repeat;
	padding:20px 20px 0 20px;
	width:794px;
}

.admin-cp-right p a:link,
.admin-cp-right p a:visited{
	color:#ff92ed;
	text-decoration:none;
}

.admin-cp-right p a:hover,
.admin-cp-right p a:active{
	color:#e8f933;
	text-decoration:underline;
}


.admin-cp-right-bot{
	background-image: url(../images/admin-cp-content-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width:834px;
	margin-left:-20px;
	padding-top:10px;
	background-position: center bottom;
}

.admin-cp-right h2{
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.admin-cp-right h2.create{
	color:#ff92ed;
	font-size:23px;
	margin:30px 0 30px 0;
	padding:0;
	font-weight:normal;
}

.admin-cp-right h2.create a:link,
.admin-cp-right h2.create a:visited{
	color:#ff92ed;
	text-decoration:none;
}

.admin-cp-right h2.create a:hover,
.admin-cp-right h2.create a:active{
	color:#e8f933;
	text-decoration:none;
}



.admin-cp-right p{
	line-height:18px;
}

table#add-new-page{
	border-collapse:collapse;
	background-color:transparent;
	width:100%;
	text-align:left;
}
.add-new-page-middle
{
    vertical-align:top;
}

table#add-new-page th{
	background-color:#1f001a;
	font-size:16px;
	color:#9d5b92;
	font-weight:bold;
	width:33%;
	padding:10px;
}

table#add-new-page td{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #804577;	
}

a.button-one{
	background-image: url(../images/admin-button-bg1.gif);
	background-repeat: repeat-x;
	padding-left:7px;
	padding-right:7px;
	padding-top:4px;
	height:24px;
	color:#ffd4f8;
	text-decoration:none;
	font-size:16px;
	text-align:center;
	float:right;
	outline:none;
}

a.button-one:hover{
	text-decoration:underline;
}

h2.add-remove{
	font-size:14px;
	color:#9d5b92;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #804577;
	padding:0 0 10px 0;
}

table#add-new-page th input, select{
	border: 1px solid #804577;
	color:#000;
	font-size:14px;
	background-color:#fff;
	width:155px;
}

table.add-remove{
	border-collapse:collapse;
	width:100%;
}

table.add-remove th{
	font-size:14px;
	color:#9d5b92;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #804577;
	padding:10px 0 10px 0;
	
}

table.add-remove td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #804577;
	padding:6px 0 6px 0;
	
}

table.add-remove strong{
	color:#f5a0e7;	
}

.add-remove a:link,
.add-remove a:visited{
	color:#9d5b92;
	text-decoration:none;
}

.add-remove a:hover,
.add-remove a:active{
	color:#e8f933;
	text-decoration:none;
}


.page-title{
	width:187px;
	text-align:left;
}

.file-name{
	width:207px;
	text-align:left;
}

.parent-name{
	width:102px;
	text-align:left;
	font-weight:bold;
	color:#f5a0e7;
}

.sub-nav{
	width:74px;
	text-align:center;
}

.exclusive{
	width:79px;	
	text-align:center;
}

.edit
{
	width:65px;	
	text-align:center;
}
.delete
{
	width:65px;	
	text-align:center;
}

table.editor .edit
{
    width:auto;
    text-align:left;
}
table.editor .delete
{
    width:auto;
    text-align:right;
}

.edit a:link,
.edit a:visited{
	background-image: url(../images/admin-button-bg1.gif);
	background-repeat: repeat-x;
	text-align:center;
	text-decoration:none;
	color:#ffd4f8;
	display:block;
	height:22px;
	padding-top:1px;
	font-size:16px;
	margin-left:2px;
	margin-right:2px;
}

.edit a:hover,
.edit a:active{
	text-decoration:underline;
}

.delete a:link,
.delete a:visited{
	background-image: url(../images/admin-button-bg2.gif);
	background-repeat: repeat-x;
	text-align:center;
	text-decoration:none;
	color:#570049;
	display:block;
	height:22px;
	padding-top:1px;
	font-size:16px;
	margin-left:2px;
	margin-right:2px;
}

.delete a:hover,
.delete a:active{
	text-decoration:underline;
}

/* On Page CMS Editor */

#cms-container{
	width:100%;
	background-color:#380430;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #570049;
	height:60px;
	margin:0;
	padding:0;
}

#cms-header{
	width:995px;
	margin:0 auto 0 auto;
	background-image: url(../images/admin-cms-header-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:12px;
	height:60px;
}

#cms-header ul{
	margin:0;
	padding:20px 0 0 0;
	list-style:none;
	float:right;
}

#cms-header ul li{
	margin:0;
	padding:0 15px 0 0;
	list-style:none;
	display:inline;	
}

#cms-warning{
	width:100%;
	background-color:#6d135f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #570049;
	margin:0;
	padding:10px 0 10px 0;
	font-size:12px;
	color:#fff;
	text-align:center;
}

h2.edit-page{
	color:#ff92ed;
	margin-left:40px;
}

table#edit-page{
	width:728px;	
}

#edit-page td{
	padding-top:10px;	
}

td.cms{
	background-color:#1f001a;
	padding:5px;
}

/* Standard Links */

#cms-header a:link,
#cms-header a:visited{
	color:#fff;
	text-decoration:none;
}

#cms-header a:hover,
#cms-header a:active{
	color:#ffa4f1;
	text-decoration:none;
}

/* Store Admin Link */

#cms-header a.store-admin:link,
#cms-header a.store-admin:visited{
	color:#ffa4f1;
	text-decoration:none;
	font-weight:bold;
}

#cms-header a.store-admin:hover,
#cms-header a.store-admin:active{
	color:#e8f933;
	text-decoration:none;
	font-weight:bold;
}
.inline-edit
{
    border:1px solid #935b8a;
    background-image:url(../cms/cms_images/inline-bg.jpg);
    background-repeat:repeat-x;
}
.edit-gear
{
    float:left;
    position:relative;
    z-index:200;
    padding-right:4px;
    margin-left:-23px;
}

/* Style for System Messages */
.systemMessage
{
    color:#e8f933;
    font-size:130%;
}

/* Tables used for Order Details */
/* Cart Admin */
.cart_admin_button{
	background-color:#ba31a5;
	border:none;
	font-size:16px;
	color:#ffd4f8;
	padding:1px;
	margin:0;
	width:auto;
}

.cart_admin_button_del{
	background-color:#782c6c;
	border:none;
	font-size:16px;
	color:#ffd4f8;
	padding:1px;
	margin:0;
	width:auto;
}


table.cart_admin_table .cart_admin_label{
	font-size:16px;	
	text-align:right;
}

table.cart_admin_table{
	width:auto;
	margin:0 auto 0 auto;
	border-collapse:collapse;
	
}

table.cart_admin_table td{
	padding:10px;	
}

table.cart_admin_table th{
	background-color:#1f001a;
	text-align:left;
	padding:10px;
}

.old_carts{
	text-align:center;
	font-size:16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #804577;
}

.old_carts a:link,
.old_carts a:visited{
	color:#f5a0e7;
	text-decoration:none;
		
}

.old_carts a:hover,
.old_carts a:active{
	color:#e8f933;
	text-decoration:none;
		
}

/* Orders Admin and Cart Admin Tables */
table.orders_admin_table{
	border-collapse:collapse;
	
}

table.orders_admin_table th{
	font-weight: bold;
	color: #9d5b92;
	text-align:left;
}

table.orders_admin_table th a:link,
table.orders_admin_table th a:visited{
	color: #9d5b92;
	text-decoration:none;
}

table.orders_admin_table th a:hover,
table.orders_admin_table th a:active{
	color: #e8f933;
	text-decoration:none;
}

table.orders_admin_table th,
table.orders_admin_table td{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #804577;
}

td.checkbox_option_a{
	text-align:center;
	background-color:#865b92;
}

td.checkbox_option_b{
	text-align:center;
	background-color:#aa8cb2;
}

td.checkbox_option_c{
	text-align:center;
	background-color:#d4c5d8;
}

table.orders_admin_table td.selected_row{
	background-color:#1f001a;
}


table.display_order{
	width:auto;
	border-collapse:collapse;
}

table.display_order td{
	padding:5px 10px 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88447d;	
}

table.display_order .col_one{
	width:150px;
	text-align:right;
	
}

table.display_order .category_box{
	width:440px;
	border:1px solid #FFF;
}

table.display_order td.descriptor{
	font-size:11px;
	color:#cda2c7;
	line-height:15px;
}

table.display_order td.descriptor p{
	line-height:15px;	
	margin-top:0;
}

.simple-button
{
    border-color:#782c6c;
}

table.display_order tr td a:link,
table.display_order tr td a:visited{
	color:#ff92ed;
	text-decoration:none;
}

table.display_order tr td a:hover,
table.display_order tr td a:active{
	color:#e8f933;
	text-decoration:underline;
}

/* Alternate link style for some of the gridviews */
table.catalog_table td.product_name a:link,
table.catalog_table td.product_name a:visited{
    color:#ff92ed;
    text-decoration:none;
}

table.catalog_table td.product_name a:hover,
table.catalog_table td.product_name a:active{
    color:#e8f933;
    text-decoration:none;
}

/* Selected page style for admin area side nav */
.selected
{
    background-color:#be39aa; 
    font-weight:bold;
}