/*----------------------------------------------------------------------------------------------------*/
/* 																			`Reset				 	  */
/*----------------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table,tr, th, td, img{
vertical-align:top;
}
body {
	line-height: 1;
	color: #323232;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img, div, a { behavior: url(/css/iepngfix.htc) }

/*----------------------------------------------------------------------------------------------------*/
/* 																			`Shared				 	  */
/*----------------------------------------------------------------------------------------------------*/


/* `General Formatting
----------------------------------------------------------------------------------------------------*/

.debug{
background: green;
border-color: red;
border-width: 1px;
border-style:solid;
}

.pad_sm{
padding:4px;
}

.pad_med{
padding:8px;
}

.text_center{
text-align:center;
}

.text_middle{
vertical-align:middle;
}

.text_center_middle{
text-align:center;
vertical-align:middle;
}

.text_center_top{
text-align:center;
vertical-align:top;
}

.text_left_middle{
text-align:left;
vertical-align:middle;
}

.text_right_middle{
text-align:right;
vertical-align:middle;
}

.baseline{
vertical-align:baseline;
}

.width_50{
width:50px;
}

.width_10{
width:10px;
}

.no_wrap{
white-space:nowrap;
}

.no_border{
border:none;
}

p.short{
width:500px;
}

p.tiny{
width:150px;
}

.custom_error{
color: red;
text-align:right;
display:inline;
}

.price{
color: #fc7700;
font-weight:bold;
}

.purple_background{
background: #ce99b3;
}

.grey_container{
padding:10px;
background: #f7f7f7;
}

.grey_container_20pad{
padding:20px;
background: #f7f7f7;
}

.grey_container_border{
padding:10px;
background: #f7f7f7;
border-color: #e1e1e1;
border-width: 1px;
border-style:solid;
}

.polariod_outline{
float:left; 
margin-right: 6px; 
margin-bottom:6px;
border-width:1px; 
border-style:solid; 
border-color: #d5d5d5; 
padding:4px 6px 6px 4px; 
width:75px; 
height:75px;
}

.polaroid_fp_spacing{
margin:4px 14px 12px 0px;
}

.info_box{
border-color: #e1e1e1;
border-width: 1px;
border-style:solid;
background: #f7f7f7;
padding:10px;
}

.other_items{
padding:2px;
}

.section_10px_spacer{
height: 10px;
}

.section_20px_spacer{
height: 20px;
}

.grey_text{
font-size: 13px;
color: #666666;
}

.grey_text_light{
font-size: 13px;
color: #aaaaaa;
}

.grey_text_light_sm{
font-size: 12px;
color: #aaaaaa;
}


.grey_text_sm{
font-size: 12px;
color: #666666;
}

.grey_text_med{
font-size: 15px;
color: #666666;
}

th.column_primary{
font-weight: normal;
text-align: left;
padding:5px;
}

th.column_secondary{
font-size: 10pt;
text-align: center;
color: grey;
font-weight:normal;
white-space:nowrap;
padding:5px;
}

.blank_image{
border-color: #e1e1e1;
border-width: 1px;
border-style:solid;
background: #ededed;
width: 75px;
height: 75px;
padding: 0px;
}

.image_holder{
padding:0px;
margin:0px; 
border-width:1px; 
border-color:#eaeaea; 
border-style:solid;
}


.standard_panel {
width: 700px;
display:inline;
float:left;
background-color: #f7f7f7;
border-width:1px;
border-style:solid;
border-color: #dbdbdb;
padding:20px;
}

td.navigation_inactive{
color: #666666
}

td.navigation_active{
color: #bd5288;
}

.hr{
width: 100%;
border-width:1px;
border-top-style: dotted;
border-top-color: grey;
margin: 10px 0px 10px 0px;
}

.hr_lrg{
width: 100%;
border-width:1px;
border-top-style: dotted;
border-top-color: grey;
margin: 20px 0px 20px 0px;
}

.hr_soft{
width: 100%;
border-width:1px;
border-top-style: solid;
border-top-color: #dfdfdf;
margin: 10px 0px 10px 0px;
}

.text_break{
word-wrap:break-word;
}

/* `Framework Layout
----------------------------------------------------------------------------------------------------*/

#maincontainer{
width: 940px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection_navigator{
background: url(/skinning/std_art/main_banner.jpg) no-repeat; 
height: 86px; /*Height of top section*/
color: #ece5dd;
}

.main_nav_link_box{
padding:0px 17px 0px 17px;
text-align:center;
}

#topsection_breadcrumb{
padding-top:4px;
padding-bottom:4px;
color: grey;
border-width: 0px 0px 1px 0px;
border-style: dotted;
border-color: grey;
}

#contentwrapper{
float: left;
width: 100%;
margin-bottom:60px; /*spacing before footer starts */
}

#contentcolumn_left{
margin-left: 180px; /*Set left margin to LeftColumnWidth*/
}

#contentcolumn_padded{
padding:10px;
}

#workshop_menu{
float: left;
width: 150px; /*Width of left column*/
height: 100%;
margin-left: -940px; /*Set left margin to -(MainContainerWidth)*/

border-top-width:0px;
margin-bottom:20px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right:0px;
}

.innertube_lrg{
margin: 25px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right:0px;
}

#footer{
clear: left;
height: 50px;
border-width:1px 0px 0px 0px;
border-style: solid;
border-color: #d5d5d5;
padding-top: 10px;
color: #666666;
}

#topsection{
height: 36px; /*Height of top section*/
margin-bottom: 7px;
}

#navbar_left {
display:inline;
float: left;
padding:8px;
text-align: left;
color: #cccccc;
}

#navbar_right {
display:inline;
float: right;
padding:8px;
text-align: right;
color: #cccccc;
}

#content_header {
padding: 10px;
background-color: white;
margin-bottom:-10px;
}


/* 																	`Specific Layout Components
----------------------------------------------------------------------------------------------------*/

/* 									'Login
------------------------------------------------------*/
#sign_in_panel {
display:inline;
width:28%;
height: 280px;
float:left;
padding: 20px;
margin-right: 10px;
background-color: #f5f6f1;
}


/* 									'Register
------------------------------------------------------*/
#register_panel_left {
display:inline;
width:500px;
float:left;
padding:10px 10px 10px 20px;
background-color: #f5f6f1;
}

#register_panel_right {
display:inline;
width:400px;
padding:0px;
float:right;
}

.register_panel_help{
border-top-style: dotted;
border-top-width: 1px;
border-top-color: #cccccc;
}


/* 									'Shop
------------------------------------------------------*/
.gradient_button_navigation{
height: 26px;
border-width:1px;
border-style: solid;
border-color:#eaeaea;
padding: 7px 0px 0px 7px;
background: url(/skinning/std_art/gradient_purple_sm.jpg) repeat-x; 
}

.shop_button_active{
height: 26px;
border-width:1px;
border-style: solid;
border-color:#eaeaea;
padding: 8px 0px 0px 28px;
background: url(/skinning/std_art/gradient_purple_shop_active.jpg) repeat-x; 
margin-bottom:-1px;
}

.shop_button_inactive{
height: 26px;
padding: 8px 0px 0px 7px;
margin-bottom:-1px;
}

.gradient_button_navigation_lg{
height: 55px;
border-width:1px;
border-style: solid;
border-color:#eaeaea;
padding: 7px 10px 0px 7px;
background: url(/skinning/std_art/gradient_button_bg_lg.jpg) repeat-x; 
}

#shop_banner{
margin-top:10px;
}

#shop_left{
float:left;
margin-top:10px;
margin-bottom:10px;
width: 705px;
}

#shop_right{
float:right;
margin-top:10px;
margin-bottom:10px;
width: 200px;
}

.banner_image_preview_blank{
border-color: #e1e1e1;
border-width: 1px;
border-style:solid;
background: #ededed;
width: 470px;
height: 50px;
padding:0px;
}

.avatar_image_blank{
border-color: #e1e1e1;
border-width: 1px;
border-style:solid;
background: #ededed;
width: 73px;
height: 73px;
text-align: center;
}

.sort_bar{
text-align:right; 
width:100%; 
background:#f5f5f5; 
border-width:0px; 
margin:4px 20px 10px 0px;
}

/* 									'Money/Price
------------------------------------------------------*/

span.item_price{
font-size:15px;
font-weight:bold;
color: #fc7700;
display:inline;
}

span.item_price_subtotal{
font-size:15px;
font-weight:bold;
color: #fc7700;
}

span.item_price_subtotal_label{
font-size:15px;
color: #666666;
}

span.item_price_grandtotal_label{
font-size:17px;
color: #000000;
}

span.item_price_grandtotal{
font-size:17px;
font-weight:bold;
color: #fc7700;
}

span.item_price_gallery{
font-size: 9pt;
float:right;
display: inline;
color: #fc7700;
font-weight: bold;
}


/* 									'Shopping Cart
------------------------------------------------------*/
.cart_alert{
padding: 18px;
margin-bottom: 10px;
border-color: #eaeaea;
background: #fdf1f0;
}

.shopping_cart_seller_item{
padding:6px;
border-color: #eaeaea;
border-width: 0px 0px 1px 0px;
border-style: solid;
}

.shopping_cart_empty{
width: 500px;
height: 200px;
padding: 10px;
display:inline;
float:left;
border-color: #eaeaea;
border-width: 4px;
border-style: solid;
margin-bottom:20px;
}

.shopping_cart_seller_container{
clear:both;
float:left;
width: 600px;
display:inline;
border-color: #eaeaea;
border-width: 4px;
border-style: solid;
margin-bottom:20px;
}

.add_to_cartcontainer{
margin:0px 0px 0px 6px;
padding:1px 1px 1px 4px;
width:80px;
border-width: 1px 1px 0px 1px;
border-color: #dbdbdb;
border-style: solid;
}


/* 									'Buy Page
------------------------------------------------------*/
td.buy_tbl{
border-width:0px 0px 0px 1px;
border-style:solid; 
border-color:#eaeaea
}


/* 									'Buy Category
------------------------------------------------------*/
.cagegories_main{
padding:0px 40px 20px 20px; 
float:left; 
width:40%; 
}

.cagegories_main_separator{
border-width:0px 1px 0px 0px;
border-style:solid; 
border-color:#eaeaea
}

/* 									'Bill/Invoice
------------------------------------------------------*/
td.recent_activity{
border-width:0px; 
border-bottom-width:0px; 
border-style:solid; 
border-color:#efefef;
padding:8px;
background: #f6f6f4
}

td.recent_activity_alt{
border-width:0px; 
border-bottom-width:0px; 
border-style:solid; 
border-color:#efefef;
padding:8px;
background: #ffffff
}

th.recent_activity{
background:#eae9e4;
padding:5px;
font-weight:normal;
color:#666666;
}

td.monthly_bill_summary{
border-width:0px; 
border-bottom-width:0px; 
border-style:solid; 
border-color:#eaeaea;
padding:6px;
background: #f9f9f7
}

td.monthly_bill_total{
border-width:0px; 
border-top-width:1px; 
border-style:solid; 
border-color:#eaeaea;
padding:6px;
padding-top:8px;
padding-bottom:8px;
background: #ffffff
}

td.monthly_balance_sheet{
border-width:0px; 
border-top-width:1px; 
border-style:solid; 
border-color:#eaeaea;
padding:6px;
padding-top:8px;
padding-bottom:8px;
background: #ffffff;
color:#666666;
}

td.monthly_balance_sheet_total{
border-width:0px; 
border-top-width:1px; 
border-style:solid; 
border-color:#666666;
padding:6px;
padding-top:8px;
padding-bottom:8px;
background: #ffffff
}

span.monthly_balance{
font-size: 12pt;
color: #000000;
}

span.monthly_fees{
font-size: 12pt;
font-weight:bold;
color: #fc7700;
}

span.monthly_pay_ref{
font-size: 12pt;
color: #000000;
}

.invoice_grey_container{
width: 100%;
padding: 0px;
border-color: #eaeaea;
border-width: 4px;
border-style: solid;
margin-bottom:20px;
}



/* 									'Account Info
------------------------------------------------------*/

td.acct_info_label{
font-weight:bold;
text-align:left;
vertical-align:top;
width: 90px;
}

td.acct_info_value{
font-weight:normal;
text-align:left;
vertical-align:top;
padding-bottom:10px;
}

/* 									'Navigation
------------------------------------------------------*/
.tab_active{
border-width:1px;
border-color:#dadbd6;
border-style:solid;
background:url(/skinning/std_art/gradient_purple_sm.jpg) repeat-x;
}

.tab_inactive{
border-width:1px;
border-color:#dadbd6;
border-style:solid;
background:#f7f7f7;
}

span.nav_bar_alt_brown{
color: #59371e;
}

.blank_tab_spacer_left{
border-width:0px 0px 1px 0px; 
border-style:solid; 
border-color: #dadbd6; 
width:20px
}

.blank_tab_spacer_middle{
border-width:0px 0px 1px 0px; 
border-style:solid; 
border-color: #dadbd6; 
width:10px
}

.blank_tab_spacer_right{
border-width:0px 0px 1px 0px; 
border-style:solid; 
border-color: #dadbd6; 
width:200px
}

.page_navigation{
text-align:left; 
padding:4px 4px 4px 10px; 
width:98%; 
margin-top:10px; 
background:#f5f5f7; 
border:none; 
height:24px; 
clear:both;
}

.item_sort_bar{
text-align:right; 
width:100%;
border-width:0px; 
margin-top:4px; 
margin-bottom:10px;
}

.workshop_menu_arrow{
float:right; 
color: #bd5288; 
font-size:13pt; 
padding:0px; 
margin: -4px 0px 0px 0px;
}

.top_notice{
padding: 5px 0px 5px 0px; 
text-align:center; 
background:#f9e6ef; 
border-width:1px; 
border-color:#e5bcd0; 
border-style:solid; 
color:#af7191;
margin-bottom:4px;
}

.top_notice_close{
width:7px;
margin-right:5px; 
margin-top:0px; 
padding:4px 6px 4px 6px; 
color:#af7191; 
background:#e6b6cd; 
border-style:solid; 
border-width:1px; 
border-color:#af7191; 
font-weight:bolder; 
font-size:10px; 
font-family:verdana
}

/* 									'Feedback
------------------------------------------------------*/
span.rating_positive{
color:#7eb747;
}

span.rating_neutral{
color:#ac8e6b;
}

span.rating_negative{
color:#bf2025;
}

.feedback_container{
padding:5px;
width:100%;
background:#f7f7f7;
}

/* 									'Alerts
------------------------------------------------------*/
.reminder_on_login{
margin-bottom: 10px; 
padding: 8px; 
background: #fcf3ed; 
border-style: dashed; 
border-width:1px 0px 1px 0px;
border-color: #bd5288; 
color: #bd5288;
}

.error{
margin-bottom: 10px; 
padding: 10px; 
background: #ffe8e3; 
border-style: dashed; 
border-width:1px 0px 1px 0px;
border-color: #ff6648; 
font-size:12pt; 
font-weight: bold; 
color: red;
}

.notice{
margin-top:10px;
padding: 20px 0px 20px 0px; 
background: #fcf3ed; 
border-style: dotted; 
border-width:1px 0px 1px 0px;
border-color: #e5bcd0; 
font-size:23px; 
text-align:center;
color: #bd5288;
}

.fp_announce{
padding: 15px; 
background: #fcf4ed; 
border-style: dotted; 
border-width:1px 1px 1px 1px;
border-color: #e5bcd0; 
}

/* 									'Featured Seller
------------------------------------------------------*/
.featured_seller_left {
float:left; 
width:160px;
}

.featured_seller_middle{
float:left; 
width:360px;
padding-left:9px;
}

.featured_seller_right {
float:right; 
background: #f7f7f7; 
width:180px;
padding:7px;
border-width:1px;
border-style: solid;
border-color: #e8e9e4;
background-color: #f7f7f7;
}

/* 									'Homepage
------------------------------------------------------*/
.index_main{
width:733px;
float:right; 
margin: 0px 0px 0px 0px;
}

.index_left{
float:left;
}

.left_column_box {
float:left; 
padding:10px;
width:155px;
border-width:1px;
border-style: solid;
border-color: #e8e9e4;
background-color: #f7f7f7;
}

.left_column_categories {
width:193px;
border-width:1px;
border-style: solid;
border-color: #e8e9e4;
background-color: #f7f7f7;
}

.gift_set_container_fp {
width:193px;
border-width:1px;
border-style: solid;
border-color: #e8e9e4;
background-color: #f7f7f7;
}

.box_header {
border-width:0px 0px 1px 0px;
border-style: solid;
border-color: #e8e9e4;
background-color: #f2f2f2;
}

.left_column_promo_feed {
width:193px;
border-width:1px;
border-style: solid;
border-color: #e8e9e4;
background-color: #f7f7f7;
margin-top:20px;
}

.promo_hr{
width: 100%;
border-width:1px;
border-top-style: solid;
border-top-color: #e8e9e4;
margin: 5px 0px;
}

/* 									'View Item
------------------------------------------------------*/

.item_container{
float:left;
width: 155px;
height: 168px;
padding: 6px 6px 0px 6px;
border-width: 1px;
border-color: #dbdbdb;
border-style: solid;
background: #f7f7f7;
margin: 2px 3px 12px 3px;
}

span.item_name{
font-size: 9pt;
font-weight: normal;
color: #666666
}

span.designer_name{
font-size: 9pt;
float:left;
color: #b2b2b2
}

.review_image_large_blank{
border-color: #e1e1e1;
border-width: 1px;
border-style:solid;
background: #ededed;
width: 600px;
height: 350px;
padding: 10px 0px 10px 10px;
}

.review_image_small_blank{
border-color: #e1e1e1;
border-width: 1px;
border-style:solid;
background: #ededed;
width: 73px;
height: 73px;
padding: 0px;
margin-bottom:5px;
}

.image_wrapper{
padding-left:10%
}

.image_polaroid{
width:84px;
height:105px;
padding-top:4px;
border-width:1px;
border-color:#e4e3e1;
border-style: solid;
background: #ffffff;
}

td.image_polaroid_btm{
font-weight: bold;
font-size: 13pt;
text-align: center;
width: 28px;
}

.create_listing_content {
font-size: 10pt;
font-weight: normal;
color: grey;
border-width:1px 0px 0px 0px;
border-style: dotted;
border-color: #666666;
background-color: #f7f7f7;
padding: 10px 10px 20px 20px;
margin:10px 0px 0px 10px;
}

/* 									'Help
------------------------------------------------------*/
.help_content{
width: 700px;
float:right;
}

table.help_nav_bar_table{
border-width:1px 1px 0px 1px; 
border-color:#eaeaea; 
border-style:solid;
}

td.help_nav_bar_contents{
width: 200px; 
padding:4px; 
border-width:0px 0px 1px 0px; 
border-color:#eaeaea; 
border-style:solid;
}

tr.help_nav_bar_inactive{
background:#f5f6f1;
}

tr.help_nav_bar_active{
background: url(/skinning/std_art/gradient_purple_help_active.jpg) repeat-x;
}


/* 									'Shopping Cart
------------------------------------------------------*/
.cart_quantity{
text-align:right;
color:#bd5288;
}

/* 									'Articles
------------------------------------------------------*/
.article_nav_bar{
float: left;
background: #ffffff;
width: 161px;
height: 100%;
}

.article_button_active{
height: 23px;
padding: 8px 0px 0px 7px;
background: url(/skinning/std_art/gradient_purple_article_active.jpg) repeat-x; 
margin-bottom:-1px;
}

.article_button_inactive{
height: 23px;
padding: 8px 0px 0px 7px;
margin-bottom:-1px;
}


/* 									'Inbox
------------------------------------------------------*/
.inbox_new_icon{
background:#bd5288;
font-size:8pt; 
color:#ffffff;
display:inline; 
float:left;
vertical-align:middle;
text-align:center;
}

.inbox_menu{
width: 99%;
padding: 0px;
border-color: #eaeaea;
border-width: 4px;
border-style: solid;
margin-bottom:20px;
margin-top:20px;
}

.inbox_nav_left{
width: 25%;
}

.inbox_nav_center, .inbox_nav_right{
border-width:0px 0px 0px 4px; 
border-style:solid; 
border-color:#eaeaea; 
}

.inbox_nav_center{
background:#f9f9f7
}

.inbox_nav_right{
background:#ffffff;
text-align:right;
width: 25%;
}

#reply_box{
padding-left:197px;
}
/* 									'Forum
------------------------------------------------------*/
.forum_admin_icon{
background:#bd5288;
font-size:8pt; 
color:#ffffff;
}

tr.forum_label_bg{
background: url(/skinning/std_art/forum_label.jpg) repeat-x;
}

th.forum_labels{
font-weight:normal;
color:#ffffff;
}

td.forum_topics{
border-width: 0px 0px 1px 0px;
border-style:solid;
border-color:#e1e1e1;
background: #fafafa;
}

.forum_footer{
background:#efefef; 
}

/* 									'Gift Sets
------------------------------------------------------*/
.gift_set_container{
float:left; 
width:350px; 
margin-right:20px; 
margin-bottom:20px;
}

/* 									'Wall
------------------------------------------------------*/
.wall_child_outer{
border-width: 1px 0px 0px 0px; 
border-style:solid; 
border-color:#efefef;
padding:8px 8px 8px 2px;
margin-left:20px;
}

.wall_parent_outer{
border-width: 1px 0px 0px 0px; 
border-style:solid; 
border-color:#d2d2d0;
padding:8px;
}

.wall_parent_inner{
}

.wall_child_inner{
border-width: 0px 0px 0px 3px; 
border-style:solid; 
border-color:#d2d2d0; 
padding-left:6px;

}

.wall_owner{
width:100%; 
padding:4px; 
background:#ffffde;
}

.wall_side_container {
width:198px;
border-width:0px;
border-style: solid;
border-color: #e8e9e4;
background-color: #ffffff;
}


.new_comment{
width:420px;
height: 50px;
}

.new_reply{
width:410px;
}

.new_comment_mini{
width:190px;
}

.new_reply_mini{
width:175px;
}

.comment_width{
width:400px;
}

.comment_width_mini{
width:160px;
}

.del_comment{
width:14px;
height:14px;
}

/*----------------------------------------------------------------------------------------------------*/
/* 																			`Links				 	  */
/*----------------------------------------------------------------------------------------------------*/

/* `Links
----------------------------------------------------------------------------------------------------*/

a:link {
	text-decoration: none;
	font-size:10pt;
	font-weight: normal;
	color: #0493b5
}
a:visited {
	text-decoration: none;
	font-size:10pt;
	font-weight: normal;	
	color: #0493b5
}
a:active {
	text-decoration: none;
	font-size:10pt;
	font-weight: normal;
	color: #0493b5;
}
a:hover {
	text-decoration: underline;
	font-size:10pt;
	font-weight: normal;
	color: #0493b5;
}

/* `Sizes
----------------------------------------------------------------------------------------------------*/

a.x-large,a.x-large:visited,a.x-large:hover {
	font-size: 25px;
}

a.large,a.large:visited,a.large:hover {
	font-size: 23px;
}

a.medium,a.medium:visited, a.medium:hover{
	font-size: 19px;
}

a.small, a.small:visited, a.small:hover{
	font-size: 15px;
}

a.x-small, a.x-small:visited, a.x-small:hover{
	font-size: 12px;
}

/* `Colours
----------------------------------------------------------------------------------------------------*/
a.white{
	color: #ffffff;
}

a.white:hover, a.white:visited,a.white:active{
	color: #ffffff;
}

a.light_pink{
	color:#f8d9e8;
}

a.grey, a.grey:active, a.grey:visited{
	padding:3px;
	color: #b2b2b2;
	text-decoration: none;
}

a.grey:hover{
	color: #ffffff;
	background: #777777;
}

/* `Custom
----------------------------------------------------------------------------------------------------*/

a.bill_statement, a.bill_statement:active, a.bill_statement:visited{
	font-size: 25px;
	font-weight: bold;
	color: #0493b5;
}
a.bill_statement:hover {
	text-decoration: underline;
	font-size: 25px;
	font-weight: bold;
	color: #0493b5;
}

a.forum_title , a.forum_title:active, a.forum_title:visited{
	font-size: 25px;
	font-weight: bold;
	color: #0493b5;
}
a.forum_title:hover {
	text-decoration: underline;
	font-size: 25px;
	font-weight: bold;
}
 

a.category {
	font-size: 14pt;
	margin-top:10px;
	margin-bottom:0px;
	color: #0493b5;
}
a.category:hover {
	text-decoration: underline;
}

a.user_nav_bar {
	color: #0192b5;
}

a.user_nav_bar_items {
	color: #bd5288;
}

a.workshop_menu {
	color: #0493b5;
}
a.workshop_menu:hover, a.workshop_menu:active, a.workshop_menu:visited{
	color: #0493b5;
}

a.workshop_menu_active, a.workshop_menu_active:hover, a.workshop_menu_active:active,a.workshop_menu_active:visited  {
	color: #bd5288;
}

a.main_nav_bar, a.main_nav_bar:hover, a.main_nav_bar:active,a.main_nav_bar:visited{
	font-size: 15px;
	color: #ece5dd;
}

/*------------Image Sorting Components------------*/
a.image_arrow {
	font-weight: bold;
	color: #0493b5;
}

a.image_x{
	font-weight: bold;
	color: #bd5288
}


a.gallery {
	color: #0493b5;
}

/*------------Gallery Pages Active ------------*/
a.gallery_active{
	font-size:10pt;
	color: #bd5288;
}

/*------------Gallery Arrows ------------*/
a.gallery_arrows {
	font-size:12pt;
	color: #0493b5;
}
/*------------Secion Pages ------------*/
a.section, a.section:hover, a.section:visited {
	font-size:10pt;
	color: #0493b5;
}

/*------------ShopInfo ------------*/
a.shop_info {
	font-size:8pt;
}

/*------------Gallery Pages Active ------------*/
a.section_active, a.section_active:hover, a.section_active:visited{
	font-size:10pt;
	color: #bd5288;
}

/*------------Gallery View Item Name ------------*/
a.item_name, a.item_name:hover, a.item_name:active, a.item_name:visited{
	font-size: 9pt;
	color: #666666
}

/*------------Gallery View Designer Name ------------*/
a.designer_name, a.designer_name:hover, a.designer_name:active, a.designer_name:visited{
	font-size: 9pt;
	color: #b2b2b2
}

/*------------Cart Item ------------*/
a.cart_item {
	font-size: 11pt;
	font-weight: bold;
	color: #0493b5
}

/*------------Image Sorting Components------------*/
a.image_remove {
	font-size: 8pt;
	color: #0493b5;
}

a.image_remove_x {
	font-size: 8pt;
	color: #bd5288
}

/*------------ Tab Active------------*/

a.tab_active, a.tab_active:hover, a.tab_active:visited {
	border-style:none;
	font-size: 15px;
	color: #ffffff
}
/*------------Section Tab Inactive------------*/

a.tab_inactive,a.tab_inactive:hover , a.tab_inactive:visited{
	border-style:none;
	font-size: 15px;
	color: #434343
}

/*------------Mohzy Article Links------------*/
a.article_nav_inactive{
	color: #0493b5;
}

a.article_nav_active,a.article_nav_active:hover  , a.article_nav_active:active, a.article_nav_active:visited{
	color: #ffffff;
}

/*------------Your mohzy Links Active------------*/
a.feedback_hover {
	color: #000000;
}

a.feedback_hover:hover {
	color: #000000;
	text-decoration: none;
}

/*------------Highlight------------*/
a.highlight{
color: #bd5288;
}


/*----------------------------------------------------------------------------------------------------*/
/* 																			`Text				 	  */
/*----------------------------------------------------------------------------------------------------*/

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

span{
font-weight:normal;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
font-weight: normal;
}

h1 {
	font-size: 25px;
	color: #bd5288;
	margin-top:10px;
}

h2 {
	font-size: 23px;
	color: #bd5288;
	
}

h3 {
	font-size: medium;
}

h4 {
	font-size: 19px;
	color: #bd5288;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 13px;
}

.no_bottom_margin{
	margin-bottom:0px;
}

.no_top_margin{
	margin-top:0px;
}

.margin_top{
	margin-top:10px;
}

/* `Colours
----------------------------------------------------------------------------------------------------*/

.success{
color: #7eb747;
}

.highlight{
color: #bd5288;
}

.warning{
color: #fc771f;
}

.error{
color: red;
}

.light_pink{
color:#f8d9e8;
}

.white{
color:#ffffff;
}

.money{
color: #fc7700;
font-weight:bold;
}

.money_light{
color: #fc7700;
}

.brown{
color: #4b3520;
}

/* `Size
----------------------------------------------------------------------------------------------------*/

.sm_text{
font-size:8px;
}

.med_text {
	font-size: 19px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: circle;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}