@media all {

    body {
    	margin:0;
        padding:0;
        background: #fff;
    }
    #page{
    	width: auto !important;
    	margin 0;
    	padding:0;
    }
	h1{
		font-size: 115%;
		background: #cb2b2b;
		color: #fff;
		padding: 5px 10px;
		margin: 0;
		border: 1px solid #fff;
		border-width: 1px 0 3px 1px;
		position: fixed;
		width: 100%;
		z-index: 300;
	}

    #content{
    	width: auto;
    	margin: 0;
    	padding: 40px 10px 10px 10px;
    	line-height: 150%;
    }
	#content h2{
		font-size: 160%;
		font-weight: bold;
		margin: 0;
		padding:0!important;
	}
	#content h3{
		font-size: 14px !important;
		font-weight: bold !important;
		margin: 10px 0 0 0;
		padding:0;
	}
	#addcart h3{
		font-size: 18px !important;
	}

	table{
		margin-top: 10px;
    	width: 100%;
    }
    table tr.entry {
    	background: #e4e4e4;
    	border-bottom: 1px solid #fff;
    }

    #back a{
    	font-weight: bold;
    }

    table tr td {
    	padding: 2px 4px;
    }
	#addcart input,
	#order_table input{
		width: 20px;
	}

	#addcart select,
	#order_table select{
		width: 200px;
	}

    input.submit {
    	font-size: 90%;
        border: 1px solid #ccc;
        border-color: #ccc #999 #999 #ccc;
        font-weight: bold;
        color: #444;
        margin: 0;
        padding: 2px;
        text-transform: uppercase;
        cursor: pointer;
        width: auto !important;
    }
    input.submit:hover,
    input.submit:focus {
        color:#fff !important;
        background-color: #cb2b2b;
    }

    #order_close {
		cursor: pointer;
		display: block;
		position: fixed;
		top: 6px;
		right: 6px;
		z-index: 301;
		padding-right: 20px;
		height: 20px;
		text-align: right;
		color: #fff;
		background: transparent url(../img/icons_gif/close_button2.gif) no-repeat right top;
	}
	#order_close:focus span,
	#order_close:hover span{
		display: inline !important;
	}
	#order_close span{
		font-size: 11px;
		display: none;
	}
}
