@CHARSET "UTF-8";

@import 'debug.css';

/* Standard HTML */

body {
    background: #181818 url("../images/bg_body.png") no-repeat scroll 50% 0pt;
    color: #231f20;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: left;
}

a, a:visited {
    color: #e462a8;
    text-decoration: none;
}

a:hover {
    color: #b53279;
}

form {
    margin: 0;
    padding: 0;
}

    form dl, .form_dl {
        float: left; display: inline; /* IE6 fix */
        margin: 0;
        padding: 0;
    }

    form dt, .form_dl dt {
        clear: both;
        font-weight: bold;
        float: left; display: inline; /* IE6 fix */
        line-height: 1.5em;
        margin: 0;
        padding: 0 5px 0 0;
        text-align: right;
        width: 210px;
    }
    
    form dd, .form_dl dd {
        line-height: 1.5em;
        margin: 0 0 5px 220px !important;
    }
        
        form dd input {
            margin: 0 !important;
        }
        
        form dd input.text, form dd input[type="text"], form dd input.password, form dd input[type="password"] {
            width: 250px;
        }

        form dd input.text.short {
            width: 50px;
        }

    fieldset {
        border: 0;
        margin: 0;
        padding: 0;
    }

    input {
        color: #231f20;
        font-weight: normal !important;
    }
    
        input.checkbox, input[type="checkbox"] {
        
        }
        
        input.file, input[type="file"] {
        
        }
        
        input.image, input[type="image"] {
        
        }
        
        input.radio, input[type="radio"] {
        
        }
        
        input.submit, input[type="submit"] {
            background: #ab1667 url("../images/bg_button.png") top left repeat-x;
            border: 1px solid #4b0d2e;
            color: #fff;
            font-size: 13px;
            padding: 1px 3px;
            width: 160px !important;
        }
        
        input.submit:hover, input[type="submit"]:hover {
            background: #ab1667;
            border: 1px solid #000;
        }
		input.add {
			width:130px !important;
		}
		input.add_small {
		    font-size: 11px;
			margin-left: 5px;
			padding: 0 3px;
			width: auto !important;
		}
        
        input.text, input[type="text"], input.password, input[type="password"], textarea {
            background: #fff;
            border: 1px solid #afafaf;
            padding: 2px 4px !important;
        }
    
        input.text:focus, input[type="text"]:focus, input.password:focus, input[type="password"]:focus, textarea:focus {
            background: #ffeff7;
            border-color: #ab1667 !important;
        }
        
        select {
            background: #f7f7f7;
            border: 1px inset #afafaf;
            font-size: 12px;
            height: 18px !important;
            line-height: 18px !important;
            padding: 0 !important;
        }
    
        select:focus {
            background: #ffeff7;
            border-color: #ab1667 !important;
        }
    
    legend {
        display: inline;
        font-weight: bold;
    }
            
h1, h2, h3, h4 {
    color: #c39;
    font-weight: normal;
    margin: 0.5em 0;
}

h1 {
    font-size: 24px;
    padding: 0.5em 0 0 0;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

hr {
    background: #afafaf;
    border: 0;
    clear: both;
    color: #afafaf;
    display: block;
    height: 1px;
    margin: 15px 0;
}

img {
    border: 0;
}

small {
    font-size: 11px;
}

table, tbody, tr, th, td {
    border-collapse: collapse;
    border: 0 !important;
}

/* Custom classes */

.aligncenter {
    margin: auto;
    text-align: center;
}

.alignleft {
    float: left !important; display: inline; /* IE6 fix */
}

.alignright {
    float: right !important; display: inline; /* IE6 fix */
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.error {
    background: #ffc url("../images/icon_warning.png") 7px 7px no-repeat;
    /*border: 1px solid #f5cca3;*/ border: 0;
    color: #c00;
    display: block;
    margin: 5px 0;
    padding: 7px 5px 7px 25px;
}

.imgborder {
    border: 1px solid #999;
}

.info {
    background: #eee url("../images/icon_info.png") 7px 7px no-repeat;
    /*border: 1px solid #ccc;*/ border: 0;
    color: #231f20;
    display: block;
    margin: 5px 0;
    padding: 7px 5px 7px 25px;
}

dl.results {
    float: left; display: inline; /* IE6 fix */
    margin: 0;
    padding: 0;
}

    .results dt {
        clear: both;
        font-weight: bold;
        float: left; display: inline; /* IE6 fix */
        height: 52px;
        margin: 0;
        padding: 0 5px 0 0;
        text-align: right;
        width: 210px;
    }
    
    .results dd {
        height: 52px;
        margin: 0 0 5px 220px !important;
    }

/* DOM elements */

#wrapper {
    background: url("../images/bg_wrapper.png") top left repeat-y;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 980px;
}

    #header {
        background: #3a3a3a url("../images/bg_header.png") top left no-repeat;
        clear: both;
        color: #ec4399;
        font-size: 14px;
        height: 90px;
        margin: 0;
        padding: 0;
    }
    
        #header h1, #header h2 {
            display: none;
        }
    
        #header a {
            color: #ffeff7 !important;
        }
        
        #header_tagline {
            float: right; display: inline; /* IE6 fix */
            margin: 25px 40px 0 0;
        }
        
        #header input.text, #header input[type="text"] {
            border-width: 2px;
            font-size: 14px;
        }
        
        #logo {
            float: left; display: inline; /* IE6 fix */
            height: 90px;
            margin: 0 0 0 35px;
            width: 195px;
        }
        
        #logo:hover {
            cursor: pointer;
        }
    
        #usertools {
            float: right; display: inline; /* IE6 fix */
            margin: 10px 40px 3px 0;
            text-align: right;
            width: 500px;
        }
                
        #search {
            background: url("../images/bg_search.png") 0 10px no-repeat;
            clear: right;
            float: right; display: inline; /* IE6 fix */
            margin: 3px 205px 0 0;
            padding: 5px 0 0 70px;
            white-space: nowrap;
        }
        
            #search * {
                display: inline;
                margin: 0;
                padding: 0;
                vertical-align: middle !important;
            }
        
            #search legend {
                display: none;
            }
        
            #search div {
                padding: 0 0 0 10px;
            }
            
            #search_registry_items {
                position: absolute;
                right: 30px;
                top: 33px;
            }
    
    #breadcrumb {
        background: #fff;
        color: #999;
        float: left; display: inline; /* IE6 fix */
        margin: 0 12px;
        padding: 15px 25px;
        width: 906px;
    }
    
        #breadcrumb a {
            color: #666 !important;
        }
        
        #cartlinks {
            float: right; display: inline; /* IE6 fix */
            height: 1em;
            line-height: 1em;
            margin: 0 20px 0pt 0px;
            padding: 0 ;
        }
        
            #cartlinks img {
                vertical-align: middle;
            }
    
    #message {
        clear: both;
        margin: 0 35px 10px 35px;
    }

    #footer {
        background: #181818 url("../images/bg_footer.png") top left no-repeat;
        clear: both;
        color: #ccc;
        height: 50px;
        margin: 0;
        padding: 25px 0;
        text-align: center;
    }

       #footer a {
           color: #ffeff7 !important;
       }
  .admin{
  	width:956px;
	margin:0 12px;
  }
  .left {
   	float:left;
   }
  .right{
   	float:right;
   }
