html, body {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-family: Arial, Verdana, Tahoma, Sans;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}

img {
	border: 0;
	margin: 0;
}
a {
	color: #00a6eb;
}
h1 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 35px;
    color: #000000;
}

h3 {
    margin: 0px 0px 10px 0px;
    padding: 0;
    font-size: 14px;
    color: #000000;
}

h4 {
    margin: 0px 0px 5px 0px;
    padding: 0;
    font-size: 12px;
    color: #000000;
}

h5 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #f48222;
    font-weight: bold;
}

div.banner-container {
    margin: 0px 0px 0px 20px;
}
div.banner-item {
	clear: both;
	margin: 10px 10px 10px 10px;
}
form {
    padding: 0;
    margin: 0;
}

input {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Tahoma, Sans;
    font-size: 12px;
}

*.right {
	float: right;
}
*.a-right {
	text-align: right;
}
*.left {
	float: left;
}
*.a-left {
	text-align: left;
}
div#main-container {
    float: left;
    width: 980px;
    background: #FFF url(../gfx/body-bg.gif) repeat-y top left;
}

    div#header {
        float: left;
        width: 980px;
        height: 115px;
    }
    
        div#logo {
            margin: 0;
            float: left;
            height: 115px;
            width: 518px;
            background-color: #FFF;
        }
        
            div#logo img {
                clear: both;
                margin: 0;
            }
        
        div#login {
            float: left;
            width: 252px;
            height: 85px;
            padding: 15px 15px 15px 15px;
            background-color: #00a6eb;
            margin: 0;
        }
        
        div#login a {
            display: block;
            float: left;
            color: #FFF;
            font-size: 11px;
        }
        
        div#login a:hover {
            color: #333;
        }
    
    div#top-menu {
		padding: 0 0 0 25px;
        float: left;
        width: 955px;
        line-height: 35px;
        background-color: #cbcbcb;
    }
    
        div#top-menu a {
            display: block;
            float: left;
            /*padding: 0px 20px 0px 20px;*/
			padding:0px 10px 0px 10px;
            font-size: 14px;
            font-weight: bold;
            color: #333333;
            text-decoration: none;
        }
        
        div#top-menu a:hover {

        }
        
        div#top-menu a:hover span {
            border-top: 4px solid #00a6eb;
        }
                
        .top-menu span {
            display: block;
            line-height: 31px;
            border-top: 4px solid #cbcbcb;
        }
        
        .top-menu-active span {
            display: block;
            line-height: 31px;
            border-top: 4px solid #00a6eb;
        }

    
    div#left-content {
        float: left;
        width: 180px;
    }
    
        div#left-title {
            height: 19px;
            padding: 195px 0px 10px 10px;
            background-color: #f48222;
            font-size: 14px;
            font-weight: bold;
            color: #FFF;
        }
        
        div#left-menu-container {
            float: left;
            width: 180px;
            padding: 0px 0px 20px 0px;
        }
        
			a.left-menu {
				clear: both;
				display: block;
				width: 145px;
				padding: 0px 10px 0px 25px;
				float: left;
				line-height: 25px;
				text-decoration: none;
				font-size: 13px;
				font-weight: bold;
				color: #333333;
				background: transparent url(../gfx/left-menu/left-plus.gif) no-repeat center left;
			}
				a.left-menu:hover {
					background: #cbcbcb url(../gfx/left-menu/left-plus-h.gif) no-repeat center left;
				}
			   
				a.left-menu-active {
					background: #cbcbcb url(../gfx/left-menu/left-minus.gif) no-repeat center left;
				}
					a.left-submenu {
						clear: both;
						display: block;
						width: 140px;
						height: 18px;
						padding: 6px 0px 0px 35px;
						font-size: 12px;
						font-weight: normal;
						background: transparent url(../gfx/left-menu/left-cube.gif) no-repeat 20px 10px;
						text-decoration: none;
						color: #333333;
					}
				
					ul.left-submenu li a:hover {
						color: #f48222;
						background: red url(../gfx/left-menu/left-cube.gif) no-repeat 8px left;
					}
					
					a.left-submenu-active {
						color: #f48222;
					}

    div#center-content {
        float: left;
        width: 620px;
    }
    
		div.banner {
			position: relative;
			float: left;
            width: 620px;
            height: 224px;
		}
            div.banner div.text {
                position: absolute;
                top: 0px;
                left: 338px;
                width: 242px;
                height: 184px;
                padding: 20px;
				z-index: 100;
            }
				div.banner div.text h2 {
					font-size: 18px;
					margin: 0;
					padding: 0 0 10px 0;
					line-height: 20px;
					color: #000;
				}
				
				div.banner div.text p {
					padding: 0 0px 10px 0px;
					margin: 0;
					color: #000;
					line-height: 16px;
				}
            div.banner div.text-bg {
                position: absolute;
                top: 0px;
                left: 338px;
                width: 282px;
                height: 224px;
                background-color: #FFF;
                filter:alpha(opacity=70);
				-moz-opacity:.70;
				opacity: 0.7;
				z-index: 99;
            }
        
        div#content {
            float: left;
            padding: 20px 20px 20px 20px;
        }
        
            div.content-box {
                float: left;
                width: 580px;
                padding: 15px 0px 15px 0px;
            }
            
                div.news-box {
                    float: left;
                    width: 580px;
                    border-bottom: 1px solid #869197;
                    margin: 0px 0px 10px 0px;
                    padding: 0px 0px 10px 0px;
                }
                      
                    div.news-box img {
                        margin: 0px 10px 0px 0px;
                    }   
                                   
                    div.news-box a {
                        color: #00a6eb;
                        font-weight: bold;
                        text-decoration: none;
                    }
                    
                    div.news-box a:hover {
                        color: #333333;
                    }
                    
                    div.news-box-tiny {
                        width: 180px;
                        height: 150px;
                        padding: 0px 10px 0px 0px;
                        margin: 0px 0px 10px 0px;
                        border-bottom: 0px;
                    }
                    
                        div.news-box-tiny h3 {
                            height: 30px;
                        }
                    
            div.promo-box {
                float: left;
                width: 580px;
                border-bottom: 1px solid #869197;
                margin: 0px 0px 25px 0px;
                padding: 0px 0px 5px 0px;
            }  
                
                div.promo-box-title {
                    float: left;
                    width: 400px;
                    height: 50px;
                }
                
                div.promo-box-pager {
                    float: right;
                    height: 42px;
                    padding-top: 8px;
                    text-align: right;
                }
                
                    a.promo-box-pager-link {
                        display: block;
                        float: left;
                        width: 25px;
                        line-height: 19px;
                        background: transparent url(../gfx/pager/pager-bg.gif) no-repeat center left;
                        color: #869197;
                        text-decoration: none;
                        text-align: center;
                    } 
                    
                    a.promo-box-pager-link-active {
                        background: transparent url(../gfx/pager/pager-bg-h.gif) no-repeat center left;
                        color: #FFF;
                    }
                    
                    div.promo-box-pager a:hover, a.pager-active {
                        background: transparent url(../gfx/pager/pager-bg-h.gif) no-repeat center left;
                        color: #FFF;
                    }
                
                div.promo-box-left {
                    float: left;
                    width: 190px;
                }
                
                div.promo-box-right {
                    float: left;
                    width: 390px;
                }
                
                div.promo-box-footer {
                    float: right;
                    padding-left: 190px;
                    width: 390px;
                    font-size: 13px;
                    font-weight: bold;
                }
                
                    div.promo-box-footer strong {
                        color: #869197;
                    }
                    
                    div.promo-box-footer span {
                        color: #f48222;
                    }
                    
                    div.promo-box-footer a {
                        color: #00a6eb;
                        font-size: 12px;
                        text-decoration: none;
                    }
                    
                    div.promo-box-footer a:hover {
                        color: #333333;
                    }
                    
                    div.promo-box-price {
                        float: left;
                        width: 200px;
                    }
                    
                    div.promo-box-point-title {
                        float: right;
                        width: 54px;
                        height: 39px;
                        background: transparent url(../gfx/point-bg.gif) no-repeat top right;
                    }
                    
                    div.promo-box-point-title2 {
                        float: right;
                        width: 54px;
                        height: 39px;
                        background: transparent url(../gfx/point-bg2.gif) no-repeat top right;
                    } 
                    
                    div.promo-box-point {
                        float: right;
                        line-height: 31px;
                        min-width: 21px;
                        _width: 21px;
                        padding: 2px 6px 0px 6px;
                        border: 3px solid #00a7f3;
                        font-size: 18px;
                        color: #f48222;
                        text-align: center;
                    }
                          
                div.promo-body {
                    display: none;
                }
                
                div.promo-body-active {
                    display: block;
                }
    
    div#right-content {
        float: left;
        width: 180px;
        text-align: center;
    }
    
    div#footer {
        float: left;
        line-height: 50px;
        width: 920px;
        padding: 0px 30px 0px 30px;
        background-color: #00a7f3;
        color: #FFF;
    }
    
        div#footer-left {
            float: left;
            width: 280px;
            font-weight: bold;
        }
        
        div#footer-right {
            float: right;
            width: 600px;
            text-align: right;
        }
        
            div#footer-right a {
                color: #FFF;
                text-decoration: none;
            }
            
            div#footer-right a:hover {
                color: #000;
            }

/*
    buttons
*/

a.login-button {
    float: right;
    display: block;
    width: 63px;
    height: 18px;
    padding: 6px 0px 0px 10px;
    background: transparent url(../gfx/buttons/login-button.gif) no-repeat center left;
    color: #f48222;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}

a.login-button:hover {
    color: #333333;
}

a.edit-link {
    float: right;
    diplay: block;
    margin: 0px 0px 5px 10px;
    color: #FFF;
    font-size: 12px;
}

/********************
 * start pager
 ********************/
div.pager {
    float: right;
    display: block;
    clear: both;
    height: 22px;
	padding: 4px 4px 4px 0px;
	margin: 0px auto 0px auto;
	text-align: center;
}
div.pager a,
div.pager span {
    display: block;
    float: left;
    width: 25px;
    line-height: 19px;
    background: transparent url(../gfx/pager/pager-bg.gif) no-repeat center left;
    color: #869197;
    text-decoration: none;
    text-align: center;
}
div.pager a {
	background: transparent url(../gfx/pager/pager-bg.gif) no-repeat center left;
    color: #869197;
    text-decoration: none;
}
div.pager a:hover,
div.pager span {
	background: transparent url(../gfx/pager/pager-bg-h.gif) no-repeat center left;
    color: #FFF;
}

/********************
 * form elements
 ********************/

ul.error_list {
	border: 1px solid red;
	background-color: pink;
	padding: 10px;
	margin: 0 0 20px 0;
}
	ul.error_list li {
		list-style-type: none;
	}

label {
	cursor: pointer;
}
input.text250 {
    width: 246px;
    height: 18px;
    padding: 2px 2px 2px 2px; 
    border: 1px solid #869197;
    font-size: 12px;
    font-family: Arial, Verdana, Tahoma, Sans;
}
textarea.text250 {
    width: 246px;
    height: 60px;
    padding: 2px 2px 2px 2px; 
    border: 1px solid #869197;
    font-size: 12px;
    font-family: Arial, Verdana, Tahoma, Sans;
}
select.text250 {
    width: 252px;
    height: 24px;
    padding: 2px 2px 2px 2px; 
    border: 1px solid #869197;
    font-size: 12px;
    font-family: Arial, Verdana, Tahoma, Sans;
}
.text50 {
    width: 46px;
    height: 16px;
    padding: 2px 2px 2px 2px; 
    border: 1px solid #869197;
    font-size: 12px;
    font-family: Arial, Verdana, Tahoma, Sans;
}

input.error,
textarea.error {
    border: 1px solid red;
}

.logintext {
    width: 170px;
    height: 14px;
    margin: 0px 0px 2px 0px;
    padding: 2px 2px 2px 2px; 
    border: 1px solid #000;
    background-color: #FFF;
    font-size: 12px;
    font-family: Arial, Verdana, Tahoma, Sans;
}

.textarea250 {
    width: 246px;
    height: 70px;
    padding: 2px 2px 2px 2px; 
    border: 1px solid #869197;
    font-size: 12px;
    overflow: auto;
    font-family: Arial, Verdana, Tahoma, Sans;
}

input.submit {
    padding: 3px 20px 2px 6px;
    background: #00a6eb url(../gfx/buttons/login-button.gif) no-repeat center right;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    border: 1px solid #ffffff;
	cursor: pointer;
	display: block;
}

input.basket {
    padding: 5px 20px 4px 6px;
    background: #00a6eb url(../gfx/buttons/login-button.gif) no-repeat center right;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
	cursor: pointer;
	display: block;
	border: 1px solid #000;
}

a.login-url {
	float: left;
	display: block;
	padding: 2px 8px 0px 0;
}
.submit:hover, .basket:hover {
    color: #000;
}

/********************
 * products
 ********************/
div.categories-list {
    float: left;
    width: 580px;
    border-bottom: 1px solid #869197;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
}  

    div.categories-list-left {
        float: left;
        width: 85px;
    }
    
    div.categories-list-right {
        float: left;
        width: 495px;
    }
    
        div.categories-list-right a {
            color: #00a6eb;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
        }
        
        div.categories-list-right a:hover {
            color: #333333;
        }
    
div.category-box {
    float: left;
    width: 580px;
    /*border-bottom: 1px solid #869197;*/
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
}  

    div.category-box-left {
        float: left;
        width: 170px;
    }
    
    div.category-box-right {
        float: left;
        width: 410px;
    }
    
div.product-box {
    float: left;
    width: 580px;
}

    table.product-table {
        /*border-collapse: collapse;*/
        width: 580px;
        border: 0;
        margin: 0;
        padding: 0;
        background-color: #FFF;
        border-bottom: 5px solid #cbcbcb;
    }
    
        table.product-table tr th {
            padding: 5px;
            border-top: 1px solid #FFF;
            border-left: 1px solid #FFF;
            border-bottom: 5px solid #cbcbcb;
            background-color: #f48222;
            color: #FFF;
            font-size: 12px;
            font-weight: normal;
        }
        
        .first-th {
            border-left: 0;
        }
        
		table.product-table .lastrow td {
			border:0px;
		}
		
		
        table.product-table tr td {
            padding: 5px;
            border-bottom: 1px solid #f48222;
        }
        
            .amount {
                width: 50px;
                height: 16px;
                padding: 2px 2px 2px 2px;
                border: 1px solid #000;
                text-align: center;
                font-size: 12px;
            }
            
			.small-amount {
                width: 31px;
                height: 19px;
                padding: 2px 2px 2px 2px;
                border: 1px solid #000;
                text-align: center;
                font-size: 12px;
            }
            .point-cell {
                /*background-color: #00a6eb;*/
                color: #f48222;
                font-weight: bold;
                font-size: 14px;
            }
            
            .point-cell span {
                line-height: 32px;
                display: block;
                background-color: #FFF;
            }

/********************
 * home
 ********************/
div.home-left-box {
    float: left;
    width: 280px;
} 

div.home-right-box {
    float: left;
    width: 280px;
    padding-left: 15px; 
} 

div.home-toplist-box {
    float: left;
    width: 258px;
    height: 98px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
    border: 1px solid #869197;
    font-size: 12px;
    
}

    div.home-toplist-box h3 {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }
        
div.home-box {
    float: left;
    width: 278px;
    height: 118px;
    margin-bottom: 15px;
    border: 1px solid #869197;
}

div.home-box img {
    float: left;
}

div.home-box p {
    line-height: 20px;
    margin: 0;
    padding: 15px 15px 15px 15px;
    font-size: 14px;
}

div.home-box p a {
    float: left;
    width: 70px;
    margin-top: 5px;
    padding: 3px 20px 3px 10px;
    background: #00a6eb url(../gfx/buttons/login-button.gif) no-repeat center right;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
	cursor: pointer;
	display: block;
	border: 1px solid #000;
}

div.home-box p a:hover {
    color: #000;
}

.good_answer {
	color:#3A9900;
}

.wrong_answer {
	color:#D51400;
}

.question {
	padding-left:20px;
}

