@import "base.css";

/* Info, message, warning and error boxes
-------------------------------------------------------------- */

.info, .message, .warning, .error {
	border: #E2E2E2 1px solid;
	margin: 10px 2px 10px 2px;
	padding: 10px 20px 20px 50px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.info h3, .message h3, .warning h3, .error h3 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.info p, .message p, .warning p, .error p,
.info li, .message li, .warning li, .error li {
	padding: 0;
	margin: 5px 0 0 0 ;
	font-size: 11px;
	font-weight: normal;
}
.info {
	background: #EFEFEF url(../images/misc/info_box.gif) no-repeat scroll 10px 10px;
}
.message, .warning, .error {
	background: #EFEFEF url(../images/misc/message_box.gif) no-repeat scroll 10px 10px;
}

.message, .error {
    margin: 0px 0px 10px 0px; 
    font-weight: bold;
}

.error, .errorlist, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd; list-style: none;}
.error, .errorlist {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}

.notice {
    background:#fff;
    color:#d80629;
    border-color:#d80629;
    font-weight: normal;
}

.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a, .errorlist a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

ul.messages {
    list-style-type: none;
    margin: 0px;
}


ul.errorlist {
    margin-top: 3px !important;
    margin-bottom: 5px !important;
}

ul.nav {
    
}

.upper { 
    text-transform: uppercase; 
} 

.bold {
    font-weight: bold;
}

.right {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

form input {
    border: 1px solid #aaa;
    padding: 1px;
    margin: 0;
}

form select {
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
}
  
a:hover {
/*  color: #CBDD3E;*/
  color: #E2E924;
}  

/* 
Structure 
*/

body {
    font-size: 62.5%; /* resets fonts for site so that 1.0em is the same as 10px */
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    padding: 0;
    margin: 0;
}

textarea {
    height: 120px;
}


#wrapper {
    width: 985px;
    margin: 0 auto;
    text-align: left;
}

#header {
    width: 100%;
    height: 105px;
    margin: 0 0 2px 0;
    position: relative;
}

#header #mainOptions {
    position: absolute;
    bottom: 0;
    right: 212px;
    text-align: right;
}

#topNavBar {
    clear: both;
    text-align: right;
}

#mainNavBar {
    width: 100%;
    clear: both;
    float: left;
    margin: 0 0 10px 0;
    position: relative;
}

#mainNavBar #myCloset {
    position: absolute;
    top: 0;
    right: 0;
}
    
#content {
    margin: 0 0 10px 0;
    float: left;
    width:985px;
    font-size: 1.1em;
}

#bigBanner {
    width: 775px;
    margin: 0 10px 10px 0;
    float: left;
    overflow: hidden;
}
    
#id_description {
    height: 125px;
}   

#rightCol {
    float: left;
    width: 200px;
    text-align: left;
}

.twoThirds {
    float: left;
    width: 345px;
    margin: 0 10px 0 0;
}

.oneThird {
    float: left;
    width: 210px;
    margin: 0;
}


.profileStatus {
    clear: both;
	float: left;
	margin-left: 6px;
}

.profileStatus .username {
	margin: 8px 0px;
}

.profileStatus .feedbackInfo {
    float: left;
    margin: 0 0 0 1px;
    font-size: 0.85em
}

.personalInfo {
    clear: left;
	margin: 0px;
	font-size: 12px;
}

.personalInfo span, .personalInfo form {
	margin-left: 5px;
}

.personalInfo p {
	margin-top: 12px;
	margin-left: 5px;
}

.personalInfo p a.button {
    padding: 5px 6px 3px;
    font-size: 9px;
}

.personalInfo dl {
	float: left;
	margin-left: 8px;
	margin-bottom: 4px;
}

.personalInfo dt {
	float: left;
	clear: left;
	width: 85px;
}

.personalInfo dd {
	float: left;
	width: 85px;	
	margin-left: 5px;
	margin-bottom: 5px;
}

.personalInfo dd.fullText {
	clear: left;
	width: 100%;
	margin-left: 0px;
}

.favouriteSellers {
    margin: 0 0 10px 0;
}

.favouriteSellers .total {
	float: left;
	margin-left: 8px;
}

.favouriteSellers .seeAll {
	float: right;
	margin-right: 5px;
	} 
 
.favouriteSellers label { 
    font-weight: normal; 
} 

.findClosetBuddie {
    float: left;
    padding: 0 0 10px 0;
    border-bottom:1px solid #CCCCCC;
}

.findClosetBuddie form {
    float: left;
    display: inline;
    margin: 0 0 0 8px;
}

.findClosetBuddie form .row {
   margin: 0 0 5px 0;
   float: left;
}

.findClosetBuddie form .row label {
    float: left;
    width: 54px;
    margin: 0 6px 0 0;
}

.findClosetBuddie form .row select {
    float: left;
    width: 130px;
    padding: 0;
}


#page {
    float: left;
    margin: 0 10px 10px 0;
}

#page .article {
    width: 305px;
    margin: 0 10px 0 0;
    float: left;
}

#page .aside {
    width: 250px;
    float: left;
}

.headingBox {
    border-top: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin: 0 0 10px 0;
}

.headingBox p {
    padding: 0;
    margin: 0 0 0.5em 0;
}
.columns-middle {
    width: 565px;
}
    
.columns-leftmiddle {
    width: 775px;
}
   
#page.columns-rightmiddle {
    margin: 0 0 10px 0;
}
 
.columns-rightmiddle {
    width: 775px;
}

.columns-all {
    width: 995px;
    margin: 0;
}
    
.column-primary {
    /* used inside the columns-leftmiddle or columns-rightmiddle coumn */
    width: 430px;
    margin: 0 10px 0 0;
    float: left;
}

.column-primary .form-row {
    width: 408px;
}


    
.column-secondary {
    width: 335px;
    margin: 0;
    float: left;
}

.section-box {
    border: 1px solid #CED0D2;
    padding: 10px;
    margin: 0 0 10px 0;
}

#confirm-listing .section-box {
    font-size: 1.2em;
}

.section-box.disabled {
    background: #eee;
    color: #999;
}

#confirm-listing .section-box strong, #confirm-listing .section-box strong a {
/*    color: #D6E04A;*/
    color: #E2E924;
}
    
.noticeBox, .errorBox {
    padding: 10px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
}  

.notice h1 {  
    font-size: 2em;
    margin-top: 10px;
}

.notice em { 
    font-weight: bold; 
}

.productItem {
    border: 1px solid #E2E924;
    margin: 0 0 10px 0;
}

.alertBox {
    padding: 5px;
    margin: 10px 0 10px 0;
    background: url(../images/layout/alert_icon.png) no-repeat 5px 5px;
}

.registerFormBox {
    float: left;
    padding: 10px;
    margin: 0 0 10px 0;
}

.formBottomBox {
    position: relative;
    background: #E2E924 url(../images/layout/black_arrow.gif) no-repeat 4px 4px;
    padding: 6px;
    margin: 0 0 10px 0;
}

.formBottomBox .rightButtonsBox {
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.newItemBox {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 3px 3px;
    margin: 0 0 10px 0;
    float: left;
    width: 192px;
}

.newItemBox .last {
    border-bottom: none;	
    padding-bottom: 0;
    margin-bottom: 0;
}

.newItem {
    position: relative;
    float: left;
    clear: both;
    padding-bottom: 2px;
    margin: 0 0 2px 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.newItem hr {
    border: #eee 1px solid;
    clear: both;
}
    
.productListBox {
    border: 1px solid #ccc;
    padding: 0px 6px 12px 6px; 
    margin: 0 0 10px 0; 
    /*width: 761px;
    float:left;*/
} 

.productListBoxHeaders {
    float: left;
}
.productListBox h2.browse { 
    margin-bottom: 2px; 
}

.sortForm {
    float: right;
    margin-right: 10px;
    margin-top: 15px;
} 

.sortForm p {
    margin: 0;
}

.boxItem {
    float: left;
    width: 60px;
    margin: 3px;
    text-align: center;
    line-height: 1em;
}

#userPanel {
    width: 200px;
    height: 82px;
    background: url(../images/layout/user_panel.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

#userPanel ul.accountButtons {
    list-style: none;
    float: left;
    margin: 48px 0 0 15px;
    display: inline; /* ie fix */
}

#userPanel ul.accountButtons li {
    float: left;
    width: 81px;
    height: 27px;
    margin: 0 2px;
}

#userPanel a.button {
    padding: 4px 0 0 0;
    margin: 0 auto;
    color: #fff;
    background: url(../images/layout/button2-background.gif) no-repeat 0 0;
    display: block;
    width: 81px;
    height: 21px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

        
#userPanel .userInfo {
    width: 200px;   
    position: absolute;
    left: 0;
    bottom: 10px; 
    text-align: center;
    color: #000;
    font-size: 1.3em;
}
            
img.eventPhoto {
    float: left;
    clear: left;
    margin: 0 10px 5px 0;
    border:1px solid #AAAAAA;
}
    
.eventInfo {
    width: 440px;
    margin: 10px 0 10px 0;
    float: left;
}
    
hr.eventLine {
    clear: both;
    color: #ccc;
    border: 1px solid #ccc;
    margin: 5px 0 5px 0;
}

#rightCol .rightAdvert {
    border: 1px solid #E9EAEB;
    padding: 8px;
    margin: 0 0 10px 0;
}

#pageWrapper {
    width: 100%;
}

#leftCol {
    width: 200px;
    margin: 0 10px 0 0;
    float: left;
}

#leftCol #leftBanner {
    width: 200px;
    clear: both;
}

#leftCol #leftBanner img {
    margin-bottom: 10px;
}

#footer {
    clear: both;
    width: 985px;
    text-align: left;
    margin: auto;
    font-size: 12px;
}






/* 
Typography 
*/

p {
    margin: 0 0 1em 0;
    font-size: 12px;
}

.green {
    color: #D6E04A;    
}

.grey {
    color: #666 !important;    
}

.red {
    color: #F00 !important;    
}

h1 {
    font-size: 2em;
    font-weight: bold;
}
    
h1#welcomeText {
    display: block;
    width: 280px;
    height: 31px;
    background: url(../images/layout/welcome_text.png) no-repeat 0px 0px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 10px 0 20px 0;
}

h1.green { 
    background: #D6E04A; 
    padding: 5px; 
    margin: 0 0 10px 0;     
    color: #FFF; 
    font-size: 1.4em; 
    font-weight: bold; 
    clear: both;
} 
 
h1.green small { 
    display: block; 
    margin: 5px 0; 
    font-size: 0.7em; 
    color: #000; 
    font-weight: normal; 
} 
    
h1.main {
    border: 1px solid #E2E924;
    padding: 5px 10px;
    margin: 0 0 10px 0;    
    font-size: 1.5em;
    font-weight: normal;
}
    
h1.main small {
    display: block;
    margin: 5px 0;
    font-size: 0.7em;
    color: #000;
    font-weight: normal;
}  

h1.main a {
    color: #666;
}

h1.main a:hover {
    color: #E2E924;
}

h1.main .left {
    float: left;
} 

h1.profile-title {
    height: 40px;
}

h1 a, h2 a {
    text-decoration: none;   
}
    
h2, #categoryList li a {
    clear: both;
    display: block;
    background: #CFD1D3 url(../images/layout/grey_arrow.gif) no-repeat 4px 2px;
    margin: 0 0 10px 0;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 0 0 24px;
    color: #000;
}

#categoryList ul li.selected a {
    background: #E2E924;
}

h2.section {
    clear: both;
    display: block;
    background: #CFD1D3 url(../images/layout/grey_arrow.gif) no-repeat 4px 4px;
    margin: 0;
    font-size: 1.3em;
    font-weight: bold;
    height: 22px;
    padding: 2px 0 0 24px;
    color: #000;
}

h3.section {
    clear: both;
    display: block;
    background: #CFD1D3 url(../images/layout/grey_arrow.gif) no-repeat 4px 2px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0 3px 24px;
    color: #000;
}

h3.section small {
    font-weight: normal;   
    font-size: 11px;
}

h3.down {
    background: #CFD1D3 url(../images/layout/grey_arrow_down.gif) no-repeat 4px 2px;   
}

#categoryList li a { 
    padding: 0 0 0 8px; 
    margin: 0 0 9px 0; 
    text-transform: uppercase; 
    text-decoration: none; 
    margin-bottom: 5px; 
    background-image: none; 
 	} 
 	 
/*#categoryList  li.selected a { 
    background: #CBDD3E; 
} 
     */
#categoryList li li { 
 	margin-left: 0px; 
 	} 
 	 
#categoryList li li a, #categoryList li.selected li a { 
 	text-transform: none; 
    background-image: url(../images/layout/grey_arrow_down.gif) no-repeat 0 0;
}

#categoryList li li a,  #categoryList li ul.selected li a {
    display: inherit;
    background: #FFF;
    font-size: 1.1em; 
    font-weight: bold; 
    line-height: 1.7em; 
    list-style: disc; 
    padding-left: 12px; 
    margin: 0px; 
    list-style-position: inside; 
} 
 
#categoryList li li a:hover, #categoryList li ul.selected li a:hover, #categoryList li ul.selected li.selected a { 
    background: #E2E924; 
} 
 
#categoryList li.selected li a {
    background-image: inherit;
}
    
h2 small, h2.section small {
    font-size: 11px;
    font-weight: normal;
}
    
h2.headingBox {
    display: block;
    background: #E2E924;
    margin: 0 0 10px 0;
    font-size: 1.6em;
    color: #fff;
    font-weight: normal;
    padding: 5px;
    border: none;
}

h2.headingBox small {
    display: block;
    font-weight: bold;
    color: #000;
    margin: 0;
}

#tabs .headingBox {
    margin-bottom: 0;
}
    
h2.clickable, h3.clickable {
    cursor: pointer;
    background-image: url(../images/layout/grey_arrow.gif);
}
    
h2.clickable.open, h3.clickable.open {
    background-image: url(../images/layout/grey_arrow_down.gif);
}

h2.browse {
    font-size: 1.6em;
    font-weight: normal;
/*    color: #CBDD3E;*/
    color: #E2E924;
    background: none;
    padding: 0;
    margin: 0 0 10px 0;
    height: auto;
}

h3.welcomeText {
    float: left;
    width: 319px;
    text-align: left;
/*    color: #e2e924;*/
    color: #E2E924;
    font-size: 1.3em;
    margin: 50px 0 0 10px;
}

h3.newInThisWeek {
    display: block;
    width: 200px;
    height: 20px;
    overflow: hidden;
    background: #E2E924 url(../images/layout/black_arrow.gif) no-repeat 5px 2px;
    margin: 0;
    padding: 0;
}

h3.newInRight {
    margin-top: 8px;
}

h3.newInThisWeek .text {
    font-weight: bold;
    font-size: 11px;
    padding: 5px 0 0 28px;
}

.featureBox p {
    margin: 0;
}
    
.noticeBox h3, .errorBox h3 {
    padding: 0;
    margin: 0 0 0.2em 0;
    font-size: 1.4em;
    font-weight: normal;
}

.noticeBox h3 {
/*    color: #CBDD3E;*/
    color: #E2E924;
}

.errorBox h3 {
    color: #D6031B;
}

.formBottomBox h3 {
    width: 300px;
    margin: 0 0 0.2em 18px;
    padding: 0;
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    clear: both;
    background-color: #D0D1D4;
    color: #333;
    text-align: left;
    padding: 4px 0 3px 8px;;
	font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 12px;
}
    
h4.details {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

h4.noMargin {
    margin: 0;
}

h4.newIn {
    margin: 5px 0px 0px 0px;
}
    
h4.browse {
    background: none;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
    
h4.browse a {
/*    color: #CBDD3E;*/
    color: #E2E924;
}
    
h4.browse b {
    color: #000;
}
    
h5 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.1em;
}

.newItem h5 {
    padding: 0;
    margin: 0 0 0px 55px;
    font-weight: bold;
    display: block;
	text-transform: uppercase;
    line-height: 1.2em;
}

.textLabel {
/*    color: #CBDD3E;*/
    color: #E2E924;
}

.name, .name a {
    color: #000 !important;
    font-weight: bold;
}

.readless a { 
	text-transform: capitalize; 
	} 
	
.profileStatus .feedbackInfo .average {
    font-size: 12px;
}

.profileStatus .feedbackInfo .rating {
    color: #E2E924;
}

.profileStatus .feedbackInfo .rating em {
    font-size: 1.5em;
    font-style: normal;
}

.profileStatus .feedbackInfo .feedback {
    font-size: 2.4em;
}

.noticeBox p, .errorBox p {
    padding: 0;
    margin: 0;
}

.noticeBox p {
    color: #000;
}

.errorBox p {
    color: #D6031B;
}

.newItem p {
    padding: 0 35px 0 0;
    margin: 0 0 0px 55px;
	color: #666666;
}

#rightCol .rightAdvert p {
    padding: 0;
    margin: 0 0 10px 0;
    color: #000;
    font-size: 0.9em;
}

.formBottomBox p {
    width: 300px;
    margin: 0;
    padding: 0 0 0 18px;
}

.alertBox p {
    margin: 0 0 0 40px;
}

#editmyprofile {
    float: left;
    clear: left;
    margin: 0 0 10px;
}



/* 
Links & Buttons
*/

a {
    color: #000;
}

a.button {
    background: #E2E924;
    color: #000;
    margin: 0;
    padding: 5px 9px 3px 9px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
}

a.button:hover {
    background: #000;
    color: #FFF;
    cursor: pointer;
}

a.delete {
    padding: 3px;
    color: #000;
    border: 1px solid #E2E924;
}

a.delete:hover {
/*    background-color: #E2E924;*/
    background: #E2E924;
    cursor: pointer;
    text-decoration: none;
}

#topNavBar a {
    color: #000;
    text-decoration: none;
} 

#topNavBar a:hover {
    text-decoration: underline;
}

#header a .register {
    width: 100%;
    margin: 10px 0 5px 0;
    background: #000 url(../images/layout/green_arrow_on.gif) no-repeat 5px 1px;
    text-align: right;
    height: 23px;
    color: #FFF;
}

#header a .register .text {
    padding: 2px 5px 0 0;
    font-size: 1.2em;
}

#header a:hover .register {
/*    background-color: #CBDD3E;*/
    background-color: #E2E924;
    background-image: url(../images/layout/green_arrow_off.gif);
    color: #000;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
    color: #000;
    text-decoration: none;
} 

#footer a:hover {
    color: #000;
    text-decoration: underline;
}

.newItem a.button {
    float: right;
    padding-bottom: 1px;
    padding-top: 3px;
}

.buttonLink {
    border: none;  
    padding: 0; 
    margin: 0;
    color: #000;
    cursor: pointer;
    background-color: #CFD1D3;
    float: left;
}

.buttonLink:hover {
    color: #E2E924;
}

.buttonSmall {
    border: none;
    padding: 3px 5px 2px 5px;
    font-size: 9px;
    background-color: #E2E924;
    border-color: #000;
    color: #000;
    cursor: pointer;
    width: auto !important;
    overflow: visible;
    font-size: 11px;
    font-family: Helvetica, Arial;
    text-transform: uppercase;
}

.buttonSmall:hover {
    background: #000;
    color: #FFF;
}

.buttonBig {
    /* this could be a input or anchor */
    border: none;
    padding: 5px;
    font-size: 1.2em;
/*    background-color: #CBDD3E;*/
    background-color: #E2E924;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    width: auto !important;
    text-decoration: none;
}

.buttonBig:hover {
    /* this could be a input or anchor */
    background: #000;
    color: #FFF;
    text-decoration: none;
}

.buttonGraphic {
    border: 0 none;
    width: 96px !important;
    height: 26px;
    background: url(../images/layout/button-background.gif) no-repeat 0 0;
    font-size: 12px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-family: Arial;
}

.buttonDisabled {
    background-image: url(../images/layout/button-disabled-background.gif);
    cursor: default;
}

a.buttonGraphic {
    display:block;
    float:left;
    font-size: 12px;
    line-height: 27px;
    text-align:center;
    text-decoration:none;
}

a.buttonGraphic:hover {
    color: #000000;
}

.buttonPayPal {
    border: 0 none;
    width: 96px !important;
    height: 51px;
    background: url(../images/layout/paypal_button_background.png) no-repeat top left;
    font-size: 12px;
    padding: 24px 0 0;
    margin: 0;
    cursor: pointer;
    font-family: Arial;
}


.buttonOption {
    display: block;
    overflow: hidden;
    height: 18px;
    background: url(../images/layout/button3-background.gif) no-repeat top left;
    font-size: 11px;
    text-align: right;
    color: #fff;
    margin: 0;
    padding: 3px 5px 0 0;
    cursor: pointer;
    border: 0 none;
    text-decoration: none;
}

.buttonOption:hover {
    color: #fff;
    text-decoration: underline;
}


/* 
Images 
*/

img#logo {
    float: left;
    width: 190px;
    margin: 19px 0 0 19px;
}

.profileStatus img.profilePic {
	border: 1px solid #CCCCCC;
    float: left;
    margin: 0 5px 10px 0;
}

.productItem img {
    float: left;
    margin: 2px;
    border: 1px solid #aaa;
}

#page .aside img {
    margin: 0 0 5px 5px;
}

#rightCol .rightAdvert .rightAdvertImage {
    width: 180px;
    height: 120px;
    background: url(../images/layout/right_advert_image.jpg) no-repeat 0 0;
}

#rightCol .rightBanner {
    clear: left;
    width: 200px;
}

#rightCol .rightBanner img {
    margin-bottom: 10px;
}


.featureBox {
    width: 200px;
    margin: 0 0 10px 0;
    float: left;
}

.newItem img {
    float: left;
    border: 1px solid #aaa;
}

.boxItem img {
    border: 1px solid #CCC;
    float: left;
}

#page img.profilePhoto {
    width: 80px;
    float: left;
}

img#howToDonate {
    margin: 0 10px 0 0;
    float: left;
}

ul.menu {
    list-style: none;
}

ul.menu li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 12px;
}



/* 
Lists 
*/

#siteNav {
    margin: 0;
    height: 21px;
    list-style: none;
    float: left;
}

#siteNav li {
    float: left;
    overflow: hidden;
    height: 25px;
    width: 105px;
    padding-top: 1px;    
    margin: 0 10px 0 0;
    text-align: center;
    font-size: 1.2em;
}

#siteNav li.first {
    width: 200px;
    text-align: left;
}

#siteNav li.first span {
    padding: 0 4px;
}

#siteNav li.last {
    width: 200px;
    margin-right: 0;
    text-align: left;
    text-transform: uppercase;
}
#siteNav li.last span {
    padding: 0 4px;
}

#siteNav li a {
    display: block;
    background-color: #000;
    color: #FFF;
    width: 100%;
    height: 20px;
    text-decoration: none;
}

#siteNav li a:hover {
    color: #fff;
    height: 21px;
    border-bottom: 5px solid #CBDD3E;
    text-decoration: none;
}

#siteNav li.selected a {
    color: #000;
}

#siteNav li.charity a {
    background-color: #dc70a2;
}

#siteNav li.advanced-search a {
    background: #000 url(../images/layout/search_icon.png) 4px 1px no-repeat;
}

#siteNav li.advanced-search.selected a {
    background: transparent url(../images/layout/search_icon_active.png) 4px 1px no-repeat;
}

#siteNav li.advanced-search a span {
    padding-left: 28px;
}


#siteNav li.selected {
/*    background-color: #CBDD3E;*/
    background-color: #E2E924;
    color: #000;
    height: 22px;
}

#siteNav li.selected a {
    background: none;
}

/* hack! page/section specifics 
to get the shopping url to look ok when in subs of it */
body#shopping #siteNav li.shopping {
    background-color: #E2E924;
    color: #000;
    height: 22px;    
    }
    body#shopping #siteNav li.shopping a {
        background: none;
        color: #000000;
        }


.nav-extra {
    float: left;
    height: 20px;
    width: 200px;
    margin-top: 1px;
    font-size: 1.2em;    
    float: left;
    text-indent: 28px;
    background: #000 url(../images/layout/search_icon.png) 4px 1px no-repeat;
}

.nav-extra a {
    display: block;
    color: #FFF;
    width: 100%;
    height: 20px;
    text-decoration: none;
}

#topNavBar ul.nav {}

#topNavBar ul.nav li.first {
    border: none;
}

#topNavBar ul.nav li {
    display: inline;
    border-left: 1px solid;
    padding: 0 0.4em 0 0.7em;
    font-size: 12px;
}
    
#topNavBar ul.nav li.last {
    padding-right: 0;
}

#topNavBar ul.nav li.selected span {
    color: #CBDD3E;
}

#footer ul.nav {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#footer ul.nav li.first {
    border: none;
    padding-left: 0;
}

#footer ul.nav li {
    display: inline;
    border-left: 1px solid;
    padding: 0 0.4em 0 0.7em;
}

ul.registerFormTerms {
    width: 280px;
    margin-left: 7px !important;
    padding: 0;
}

#page ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

ul#topNavBar {
    margin: 0;
}



.tableBox { 
 	border: 1px solid #CCC; 
 	font-size: 12px;
 	} 
 	 
.tableBox th { 
 	background-color: #CCC; 
 	} 


/* 
Category List 
*/

#categoryList ul {
    list-style: none;
    margin: 0 0 10px 0;
}

#categoryList ul ul {
    margin: 0 0 10px 0;    
}
#categoryList ul ul ul {
    margin: 0 0 0 10px;    
}


/*  
Profile List  
*/ 
 
 
#profileList li  { 
    border-bottom: 1px solid #CCC; 
    float: left; 
    clear: left; 
    width: 100%; 
    padding: 6px 0px; 
    font-size: 12px;
} 
 
#profileList li.first { 
    border-top: 1px solid #CCC; 
    margin-top:12px;
} 
 
#profileList li .image { 
    border: 1px solid #CCC; 
    float: left; 
    margin: 0px 15px; 
}

#profileList .profileInfo {
	float: left;
}


#profileList p {
	margin-bottom: 0px;
}

#profileList .profileName {
	font-size: 1.4em;
}


#profileList .profileName a {
	text-decoration: none;
}

#profileList .profileName a:hover {
    text-decoration: underline;
}

#profileList .actions {
	float: right;
	text-align: right;
}

#profileList .add a {
/*  color: #DBE71D;*/
	color: #E2E924;
}

/* 
Tables 
*/

table.messageBox th {
    font-weight: bold;
}

table.messageBox th.thread {
    width: 10px;
    text-align: center;
}

table.messageBox th.image {
    width: 44px;
}

table.messageBox th.maintext {
}   

table.messageBox th.options {
    width: 65px;
    text-align: center;
}

table.messageBox tr.messageRow td {
    padding-top: 10px;
    padding-bottom: 5px;  
}

table.messageBox td {
    vertical-align: top;
}

table.messageBox td.thread {
    width: 10px;
    cursor: pointer;
}

table.messageBox td.thread.open {
    background: url(../images/layout/message_thread_open.gif) no-repeat 0 20px;
}

table.messageBox td.thread.closed {
    background: url(../images/layout/message_thread_closed.gif) no-repeat 1px 20px;
}

table.messageBox td.image {
    width: 30px;    
}

table.messageBox td.image img {
    border: 1px solid #CCC;
}

table.messageBox td.maintext, table.messageBox td.maintext .name, table.messageBox td.maintext .name a {
    color: #888;
}

table.messageBox td.maintext .name a:hover {
    color: #333333;
}

table.messageBox td.options {
    text-align: center;
}

table.messageBox textarea.messageReply {
    width: 100%;
    height: 70px;
    border: 1px solid #ccc;
    color: #333;
}

table.messageBox tr.messageOptionsRow td {
    padding: 5px 0 15px 5px;
    border-bottom: 1px solid #EFEFEF;
}

table.messageBox .messageOptions {

}

table.messageBox .readmore a, table.messageBox .readless a {
    font-weight: bold;
    color: red;
}

table.messageBox input.submitReply {
    border: none;
    background-color: #E2E924;
    color: #000;
    padding: 2px;
    margin: 0;
    vertical-align: top;
}

table.messageBox .reply img {
    border: 1px solid #CCC;
    vertical-align: middle;
    margin: 0 6px 0 0;
}

table.messageBox .messageRow .thread {
    text-align: left;
    padding-top: 13px !important;
}

table.messageBox .reply .thread {
    text-align: right;
}

table.messageBox .reply .thread img {
    border: 0 none;
/*    margin-left: 15px;*/
}

table.messageBox .reply .image img {
/*    margin-left: 10px;*/
}

table.messageBox .reply .maintext {
    background: #F3F3F3;
    padding: 7px 0px 4px 7px;
    border-bottom: 4px solid #FFFFFF;
}

table.productList {
    margin: 0 0 10px 0;
    padding: 0;
    border: none;
    clear: both;
    font-size: 12px;
}

table.productList thead th.image {
    width: 90px;
}

table.productList td.description {
    width: 350px;
    padding-right: 5px;
}

table.productList td.size {
    padding-right: 5px;
}

table.productList td.image img {
    border: 1px solid #ccc;
    float: left;
}
    
table.productList thead th {
    background: #ccc;
    font-weight: bold;
    font-size: 1.1em;
    padding: 5px 0;
}

table.productList tbody td {
    padding: 8px 0 0 0;
    vertical-align: top;
}

table.productList tbody td.image {
    padding: 10px 0;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}

table.productList tbody tr.bottom td {
    border-bottom: 1px solid #ccc;
}

table.productList .itemNo { 
    float: right; 
    margin-right: 5px; 
    text-transform: uppercase; 
} 

table.mySaleItems, table.mySoldItems, table.myPurchasedItems, table.myOffers {
	margin: 15px 0 15px 0 !important;
	padding: 0;
	font-size: 12px;
}

table.mySaleItems th, table.mySoldItems th, table.myPurchasedItems th, table.myOffers th {
	padding: 5px 5px 5px 5px;
}

table.mySaleItems td, table.mySoldItems td, table.myPurchasedItems td, table.myOffers td, table.feedbackAsBuyer td,  table.feedbackAsSeller td,  table.feedbackForOthers td {
    vertical-align: top;
    color: #666;
    line-height: 1.1em;
    padding-bottom: 7px;
}

table.myOffers .status-0 td {
    font-weight: bold;
}

table.mySaleItems td, table.mySoldItems td {
    width: 100px;
}

table.mySaleItems td.first {
    width: 440px;
}

table.mySoldItems td.first {
    width: 400px;
}

table.myPurchasedItems td.first, table.myOffers td.first {
    width: 300px;
}

div#feedback {
    font-size: 12px;
}

div#feedback table .col-item {
    width: 400px;
    }
div#feedback table .col-rating,
div#feedback table .col-from {
    width: 120px;
    }
div#feedback table .col-date {
    width: auto;
    }

div#offers table .col-item {
    width: 300px;
    }
div#offers table .col-price,
div#offers table .col-offer,
div#offers table .col-from,
div#offers table .col-date {
    width: 80px;
    }


.acceptOffer, .declineOffer {
    font-weight: normal;
}
.feedText {
    padding-top: 6px;
    margin: 0;
}


table.myOffers .status {
    width: 110px;
    padding-left: 15px;
    background: #CFD1D3;
}

.productImages {
    width: 252px;
    margin: 0 10px 10px 0;
    float: left;
}
    
.productImages img#main {
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
    float: left;
}
    
.productImageSmall {
    border: 1px solid #ccc;
    margin: 0 10px 10px 0;
    float: left;
}

.confirmOverview table {
    margin-top: 16px;
    width: 400px; 
}

.confirmOverview td {
    padding: 0 4px 2px 0px
}

.confirmOverview td.payment {
    padding: 12px 4px 2px 0px
}

.confirmDetail {
    clear: both;
}
.productThumbs {
    clear: both;
    float: left;
    width: 252px;
}    
    
.productThumbs img.thumb {
    float: left;
    border: 1px solid #ccc;
    margin: 0 3px 3px 0;
}
    
.productThumbs img.thumb.last {
    margin-right: 0;
}

.productDetails {
    width: 283px;
    margin: 0 10px 10px 0;
    float: left;
    font-size: 12px;
}

.productDetails .row {
    clear: both;
    float: left;
    width: 100%;
}

.productDetails .row .label {
    width: 85px;
    margin: 0 10px 0 0;
    float: left;
    font-weight: bold;
}

.productDetails .row .data {
    margin: 0 0 3px 0;
    float: left;
    width: 156px;
}

.productDetails .row .option {
    width: 95px;
    margin: 0;
    float: left;   
    }
    .productDetails .row .option .purchasingoptions {
        float: left;
        clear: left;
        padding: 5px 0 0;
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1em;
        letter-spacing: 0;
        font-size: 9px;
        }

#productPay .productDetails .row .data {
    text-align: right;
}
    
.productDetails .row.price {
    margin: 0 0 10px 0;
}

.productDetails .row.price label {
    padding: 3px 0 0 0;
}
            
.productDetails .row.price .data {
    font-size: 1.4em;
    font-weight: bold;
    width: 90px;
}
.productDetails .row.price form {
    float: right;
}

.productDetails .row.offer {
    margin: 0 0 10px 0;
}
    
.productDetails .row.offer label {
    padding: 3px 0 0 0;
}  
      
.productDetails .row.offer .data {
    font-size: 1.4em;
    font-weight: bold;
    width: 90px;
}
    
.productDetails .row.description .data {
    clear: left;
    width: auto;
}

.productDetails .row .notice {
    clear: both;
}
    
.productDetails .item-number {
    text-align: right;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0 0 20px 0;
}
    
.productDetails hr, .productDetailsUser hr {
    clear: both;
    background: #ccc;
    border: 0 none;
    height: 1px;
    margin: 10px 0;
}
    
.productDetailsUser {
    width: 220px;
    float: left;
    font-size: 12px;
}

.productDetailsUser .seller {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
}

#productOptions {
    clear: left;
    width: 550px;
    float: left;
}

#productOptions .buttonOption {
    width: 170px;
    margin: 0 10px 0 0;
    float: left;
}

#productOptions .buttonOption.last {
    margin-right: 0;
}

#confirm-listing #productOptions {
    width: 563px;
}
#confirm-listing #productOptions .buttonOption {
    width: 251px;
    margin-right: 51px;
}
#confirm-listing #productOptions .last {
    margin-right: 0;
}

.confirmText {
    margin-top: 16px;
}

.payNowButton form input {
    border: 0 none;
    }

/* pay now on product pay page */
#productPay .payNowButton {
    margin: 10px 0 30px;
    float: right;
    position: relative;
    }
    #productPay .payNowButton form {
        float: right;
        clear: right;
        text-align: right;
        padding: 0 10px 0 0;
        }
        #productPay .payNowButton form input{
            border: 0 none;
            }
        #productPay .additionalButton {
            float: right;
            clear: right;
            margin: 5px 0 0;
            }

#invoice .invoice-date, #invoice .invoice-commission, #invoice .invoice-status {
    float: left;
    font-size: 1.3em;
    margin: 0 1.5em 0.5em 0;
}

/*#invoice .invoice-status {
    float: right;
}*/

#invoice #transactions .total th {
    font-size: 1.3em;
    border-top: solid 1px #CFD1D3;
}

#invoice .payNowButton {
    margin: 10px 0px;
    float: right;
}

#clickToEnlarge {
    clear: both;
    background: url(../images/layout/looking_glass.png) no-repeat 0 0;
    font-size: 10px;
    line-height: 1em;
    font-weight: bold;
    padding: 3px 0 1px 16px;
    margin: 0 0 6px 0;
    float: left;
    width:200px;
}

ul.wantedAds li {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 4px;
    font-size: 12px;
}

ul.wantedAds li .name {
	text-transform: none;
	font-weight: normal;	
}
 
form.subSearchForm {
    padding: 0;
    margin-top: 3px;
    float: right;
}

.columns-rightmiddle form.subSearchForm {
/*    width: 390px;*/
    width: auto;
}

form.profile-search {
    float: right;
    font-size: 12px;
    width: auto;
}

#profiles form.subSearchForm {
    float: left;
}

#profiles #tabs {
    clear: both;
}

form.subSearchForm label.header, form.profile-search label.header {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

form.subSearchForm .subsearch {
    width: 220px;
}

form.subSearchForm .advanced_search {
    margin-left: 20px;
    font-size: 1.1em;
}

.advancedSearchForm p.search label {
    display: block;    
}

.advancedSearchForm p.search input {
    width: 560px;
}

form.subSearchForm #id_criteria {
    float: left;
    margin: 0 10px 0 0;
}

form#wantedAdForm {
    margin: 0;
    padding: 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

form#wantedAdForm label {
    display: block;
    width: 85px;
    margin: 0 5px 0 0;
    text-align: right;
    font-weight: bold;
    float: left;
}

form#wantedAdForm ul.errorlist {
    margin: 0 0 5px 90px;
}

form#wantedAdForm #id_item_type {
    width: auto;
}

form#wantedAdForm #id_budget {
    width: 60px;
}

form#wantedAdForm .formButtons {
    margin: 0 0 0 90px;
}

#feedbackForm ul.errorlist {
    float: left;
    margin-top: 2px;
}


form#sellingForm {
    margin: 0;
}

form#sellingForm ul input {
    margin-right: 8px;
    border: none;
}

/*form#sellingForm label {
    display: block;
}*/

form#sellingForm .upload_images p {
    float: left;
    width: 100%;
}

form#sellingForm .upload_images p.buttons span {
    float: left;
}

form#sellingForm .upload_images label {
    clear: left;
    width: auto;
}
form#sellingForm .upload_images input {
    float: right;
    width: auto;
}

form#sellingForm .upload_images .file-link {
    text-align: left;
}

form#sellingForm table#formset-images th, form#sellingForm table#formset-images td {
    padding: 2px;
}

form#sellingForm table#formset-images .number {
   font-size: 2em;
   font-weight: bold;
   vertical-align: top;
}

form#sellingForm table#formset-images .delete {
   vertical-align: top;
}

form#sellingForm table#formset-images td.delete input {
    margin-top: 5px;
}

form#sellingForm .form-row small {
    clear: left;
    display: block;
    text-align: right;
    margin-right: 23px;
}

form#sellingForm fieldset {
    border: none;
    margin: 0;
}

form.replyForm {
    margin: 0;
    padding: 0;
    width: 300px;
}

form.replyForm textarea {
    width: 600px;
    height: 40px;
    margin: 0 0 10px 0;
    padding: 0;
}

#product-images img {
    margin: 10px;
}

#id_details {
    width: 553px;
}

/* 
Forms 
*/

form .form-row {
    clear: both;
    float: left;
    margin: 0 0 10px 0;
    width: 100%;
}
    
form .form-row label {
    float: left;
    width: 100px;
    padding: 3px 0 0 0;
}

form .form-row fieldset label {
    width: 185px;
}
    
form .form-row input, form .form-row select, form .form-row textarea {
    float: left;
    margin: 0;
}

form .form-row .symbol {
    float: left;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 2px;
}

form.searchBox {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

form.searchBox input.search {
    width: 214px;
    margin: 0 5px 0 0;
}

form.searchBar {
    background: #F2F2F2;
    padding: 10px;
}

form.loginBox {
    height: 52px;
    margin: 10px 0 10px 0;
    float: left;
    width: 200px;
}

form.loginBox label {
    float: left;
    width: 45px;
    margin: 0 5px 0 0;
    font-size: 10px;
    text-align: right;
}

form.loginBox input#id_username, form.loginBox input#id_password {
    float: left;
    width: 143px;
    margin: 0 0 5px 0;
}
    
form.loginBox input.buttonSmall {
    float: right;
}

form.loginBox small {
    float: left;
    margin: 0 0 0 50px;
}

form.loginBox a.forgottenPassword {
    display: block;
    padding: 5px 0 0 50px;
    font-size: 10px;
    line-height: 1.1em;
    color: #666;
} 

form.statusUpdate {
	margin-bottom: 12px;
}

#id_status {
	width: 125px;
}

#id_title {
 	width: 280px;   
}

#loginBox .headingBox {
    margin: 0 0 10px 0;
}

#loginBox #newCustomers a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    color: #000;
} 

#loginBox #newCustomers a:hover {
    text-decoration: none;
    color: #000;    
}


/* this is so the heading doesn't come through when the login form is included on the login page itself. */
.twoThirds #loginBox .headingBox {
    display: none;
}

.twoThirds #loginBox #newCustomers {
    display: none;
}



/*
post wanted ad form
*/
   
form#postWantedAd {
    padding: 5px;
}

form#postWantedAd label {
    display: block;
	clear: both;
}

form#postWantedAd small {
    display: block;
	float: right;
}

form#postWantedAd input {
    width: 186px;
}

form#postWantedAd .inputPrefix {
    float: left;
    margin: 0 5px 0 0;
}

form#postWantedAd input#id_budget {
    width: 50px;
    float: left;
    margin: 0 5px 0 0;
}

form#postWantedAd .errorlist {
    width: 180px;
    margin: 0 0 8px 0;
    padding: 3px;
}





form.stausUpdate {
    margin: 0 0 8px 0;
	float: left;
}




/*
post an event form
*/

form#postAnEvent {
    padding: 5px;
}

form#postAnEvent label {
    display: block;
}

form#postAnEvent input {
    width: 186px; 
    float: none;
}
    
form#postAnEvent textarea { 
    width: 186px; 
    height: 50px; 
    margin-top: 0;
    padding: 1px;
} 

form#postAnEvent #id_picture {
    font-size: 10px;
}




form.searchWantedAds {
    padding: 5px;
    margin: 0 0 8px 0;
}

form.searchWantedAds p {
    display: inline;
     float: left;
}

form.searchWantedAds input#id_q {
    width: 118px;
    margin: 0 5px 0 0;
}

form.searchWantedAds label {
    display: block;
}

form#profileForm textarea {
    width: 100%;
}
    
.registerFormBox label {
    width: 160px;
    text-align: right;
    margin: 0 10px 0 0;
}

.registerFormBox p {
    width: 100%;
    float: left;
}

.registerFormBox p.last {
    width: 180px;
    float: left;
}

.registerFormBox input#id_agree {
    width: auto !important;
}

.registerFormBox input.button {
    margin: 0 0 0 170px;
}

.registerFormBox .errorlist {
	margin-left: 160px !important;
	clear: left;
}

.registerFormBox .buttonRegister {
    clear: left;
}

#register-form {
    border:1px solid #CCCCCC;
    width: 100%;
    float: left;
}

#register-form p.checkbox label {
    float: left;
}

#register-form p.checkbox #id_agree {
    float: left;
}

.popup #registerBox {
    width: 500px;
}

.buttonRegister {
    float: left;
    margin: 15px 0 0 160px;
} 

#offersInForm .formButtons {
	margin: 0 0 20px 0;
	text-align: right;
}

#editProfileForm .errorlist {
    clear:both;
    float:none;
    margin:0 150px 10px;
    width:200px;
}

#editProfileForm .errorlist li {
	float: none;
}

#editProfileForm .formButtons a.buttonGraphic {
    margin-right: 10px; 
}

#privacy-fields select {
    margin-left: 50px;
}

form.hform #notify-fields p.checkbox label {
    float: left;
    width: 300px;
}

form.hform ul li label {
    margin-right: 4px;
}

form.hform ul li input {
    border: none;
}

.selling-note {
    clear: both;
}

.selling-note img {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.selling-note p {
    float: left;
    display: block;
    width: 100%;
}

.selling-note h5 {
    float: left;
    font-size: 1.4em;
    font-weight: normal;
    margin-top:6px;
}

#listingDetal {
    width:100%;
}

#listingDetal hr {
    border: #eee 1px solid;
    clear: both;
}

#listingDetal .listing-item {
    float: left;
}
#listingDetal .listing-cost {
    float: right;
    margin-right: 10px;
}

#listingDetal .payNowButton {
    margin: 10px 0;
}

form#askQuestionForm {
    margin: 0;
    padding: 0;
}

form#askQuestionForm textarea {
    width: 218px;
    height: 75px;
    padding: 0;
    margin: 0;
}

form#makeOfferForm {
    margin: 0 0 14px 0;
    padding: 0;
}

form#makeOfferForm #id_amount {
    width: 40px;
}

.section-box .price, .section-box .postage_price, .section-box .price, .section-box .postage_type {
    width: 300px;
}

.price input, .postage_price input {
    width: 60px;
}

#newmessage-box {
    margin: 0 0 10px 65px;
    padding: 10px;
    position: relative;
}

#newmessage-box h4 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 12px;
    background: none;
}

#newmessage-box form {
    width: 100%;
}

#newmessage-box label {
    display: none;
}

#newmessage-box textarea {
    width: 450px;
    height: 35px;
    margin-bottom: 0;
}

#newmessage-box #buttonSend {
    margin-left: 15px;
}


.image-object {
    float: left;
    margin: 0 10px 10px 0;
}



/* preview ad notice */
#notice-preview-ad {}
#notice-preview-ad h1 {
    font-weight: normal; 
    font-size: 18px;
    margin: 0 0 5px;
}
#notice-preview-ad h3 {
    margin: 0;
}
#notice-preview-ad .buttons {
    margin: 4px 0 0;
    float: right;
}
#notice-preview-ad .text-or {
    display: block;
    float: left;
    margin: 0 7px;
    
    font-size: 12px;
    line-height: 28px;
    color: #000000;
}



/* 
Misc 
*/

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.first {
    clear: left;
}



.ui-stars-star,
.ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
	width: 14px;
	height: 14px;
	display: block;
	background: url(../images/layout/stars.png) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 0;
}
.ui-stars-star-on a {
	background-position: 0 -14px;
}
.ui-stars-star-hover a {
	background-position: 0 -14px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -14px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}

.rating .stars {
    padding-right: 0.25em;
}

span.star-off, span.star-on, span.star-half
{
    width: 14px;
	height: 14px;
	display: block;
	background: url(../images/layout/stars.png) no-repeat 0 0;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
    margin: 0.5em 0;
}

span.star-on {
    background-position: 0 -14px;
}


span.star-half {
    background-position: 0 -28px;
}

.average-rating {
	background: transparent url(../images/layout/star_19.png) no-repeat 0 0;
    padding-left: 25px;
    font-size:2em;
    line-height:1em;
    display: block;
    color: #E2E924;
}


/* custom dialog box */
.ui-dialog .ui-dialog-titlebar {
    background: #e2e924 !important;
}
.ui-dialog .ui-dialog-buttonpane button {
    background: transparent url(../images/layout/button-background.gif) no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    height: 26px;
    margin: 0 0 0 10px;
    padding: 0;
    width: 96px !important;
}
.ui-dialog .ui-resizable-handle {
    display: none !important;
}


/* 
Scripts & Libraries 
*/

#tabs {
    margin: .5em 0;
}

#tabs .ui-tabs-panel { 
    padding: 14px 8px; 
}

.ui-tabs-panel { 
    border-left: 1px solid #AAA !important;
    border-right: 1px solid #AAA !important;
    border-bottom: 1px solid #AAA !important;
}

.pagination-block {
    margin-left:75px;
}
.paginate_by {
    font-size:12px;
    float: left;
	padding:3px 0;
	margin: 3px 0px;
    margin-left:15px;
}

.paginate_by span.disabled,
.paginate_by span.current,
.paginate_by a {
	margin-right: 0px;
}

/* pagination */
.pagination {
    float: left;
	padding: 3px 0;
	margin: 3px 0px;
	font-size: 11px;
	text-transform: capitalize;
}

.pagination a {
	padding: 2px 5px;
	margin-right: 0px;
	border: 1px solid #AAA;
	text-decoration: none; 
	color: #AAA;
}
.pagination a:hover, div.pagination a:active {
    border: 1px solid #666; 
    color: #000; 
	background-color: #EEEEEE;
}
.pagination span.current {
	padding: 2px 5px;
	margin-right: 0px;
	border: 1px solid #AAA;
	font-weight: bold;
    background-color: #FFF; 
    color: #000; 
}

.pagination .prev, .pagination .next {
    border: 0 none !important;
    color: #000;
    background: #fff !important;
}

.pagination a.prev:hover, .pagination a.next:hover {
    text-decoration: underline;
}

.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ccc;
	color: #aaa;
}


/*
facebox overrides
*/
#facebox {
    z-index: 999;
    }
#facebox .header {
    background-color: #E2E924;
    color: #FFF;
    text-align: right;
    padding:5px 5px 1px;
    height: 19px;
}
#facebox h2.headingBox {
    left:0;
    padding-top:0;
    position:relative;
    top:-5px;
}

ul.quick-links {
    list-style-type: none;
    margin: 0 0 0 8px;
}

ul.quick-links a {
    text-decoration: none;
}

#feedback-overview {
    float: left;
    clear: both;
    width: 565px;
    margin-bottom:10px;
}

#feedback-overview .profileStatus {
    width: 215px;;
}
#recent-feedback {
    float: right;
    width: 335px;
}

#feedback-results table td {
    vertical-align:top;
    border-bottom: 1px solid #AAAAAA;
    padding: 10px 4px;
}

#feedback-results table tr.last td {
    border-bottom: none;
}

#feedback-results table td em {
    color: #999;
}

#feedback-results table tr {
}

#offers form {
    display: inline;
}


#table-payment {
    width: 100%;
    border: 0;
}
    
#table-payment th {
    font-weight: bold;
}

#table-payment td {
    vertical-align: top;
}
       
#table-payment .column-amount {
    text-align: right;
}
    
#table-payment .row-footer td {
    border-top: 1px solid #dfdfdf;
    border-bottom: 2px solid #d2d2d2;
}
            

#table-product {
    background: #ededed;
    }
    #table-product tbody td {
        vertical-align: top;
        }

a.feedback.pending, a.feedback.pending:active, a.feedback.pending:visited {
    color: #1e71b4;
    }
    a.feedback.pending:hover {
        color: #134975 !important;
        }

#form-feedback,
#form-feedback .body,
#form-feedback .footer {
    float: left;
    clear: left;
    width: 100%;
    } 
#form-feedback .body {
    margin: 0 0 10px;
    width: 565px;
    }    
#form-feedback .body label {
    float: left;
    clear: left;
    width: 100%;
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 12px;
    color: #aaa;
    }
#form-feedback .body .field {
    height: 195px;
    }
#form-feedback .body #field-value {
    float: left;
    width: 190px;
    margin: 0 10px 0 0;
    padding: 10px;
    border: 1px solid #e6e5e5;
    }
    #form-feedback .body #field-value .errorlist {
        margin: 0 10px 10px 0;
        width: 100%;
        }
#form-feedback .body #field-comments {
    float: left;
    width: 320px;
    padding: 10px;
    border: 1px solid #e6e5e5;
    }
#form-feedback .body #field-comments textarea {
    width: 300px;
    padding: 5px;
    }
#form-feedback .body #field-comments span.remaining {
    float: right;
    margin: 0 5px 0 0;
    color: #ccc;
    }
#form-feedback .footer {
    }
    #form-feedback .footer .buttonGraphic {
        float: right;
        }
#form-feedback #field-value ul {
    float: left;
    clear: left;
    width: 80px;
    margin: 0 0 20px 55px; display: inline;
    }  
    #form-feedback #field-value ul li {
        float: left;
        }    
#form-feedback .row-stars {
    float: left;
    clear: left;
    width: 100%;
    margin: 0 0 5px;
    }
    #form-feedback .row-stars .label {
        float: left;
        width: 90px;
        color: #aaa;
        }
    #form-feedback .row-stars .stars {
        float: left;
        width: 100px;
        }
        #form-feedback .row-stars .stars span {
            margin: 0;
            }
.feedback-info p {
    clear: left;
    }
 
#facebox #table-product {
    width: 100%;
    }
#facebox #table-product td {
    padding: 5px;
    }
#facebox #page {
    margin-right: 0;
    }
#facebox #form-feedback .body {
    padding: 0;
    }
#facebox #form-feedback .footer {
    border-top: 0 none;
    }
    
#facebox td.body {
    width: auto !important;
    }

div.boutique_seller_logo{
    display: inline;
    padding-bottom: 5px;
    padding-right: 5px;
}
#shop-window-banner{
   margin-bottom: 10px;
}

#boutique-window, #boutique-style{
   border-bottom: 0px !important;
   border-left: 0px !important;
   border-right: 0px !important;
   padding: 0px !important;
}

#boutique-tabs-nav{
  border: 0px !important;  
}

#boutique-tabs-nav li.ui-tabs-selected{
  padding-bottom: 0px !important;  
}
#boutique-style-profile{
  float:left;width:563px;margin-right:10px;
  border-left: 1px solid #AAAAAA !important;
    
}
#boutique-profile-text{
    margin-top:10px;
    width:360px;
    float:left;
    line-height:1.3em;
}
#boutique-profile-picture{
    margin-top:10px;
    margin-right:15px;
    width:185px;
    float:left;
    line-height:1.2em;
}
#boutique-profile-picture table tbody tr td{
    padding: 3px 0px 3px 4px;
    color:#666666;
    
}
#boutique-profile-picture table tbody tr td b{
    color:#000000;
}
#boutique-profile-text p,#boutique-profile-picture p {
    color:#666666;
}
#boutique-profile-text b,#boutique-profile-picture b {
    color:#000000;
}
#boutique-style-profile td{
    vertical-align:top;
}

#boutique-tabs-nav li{
    margin: 0 0.2em 0px 0;
}

h5.my_items_item{
    font-size:1em;
}
