#errorMsg {
	margin:10px 0;
	color:#f00;
	font-weight:bold;
	font-size:11px;
}

.center {
    text-align: center;
    
}

#content {
    float: left;
    width: 268px;
    padding: 5px 20px 30px 20px;
    /*background: url(../images/copyright.gif) 50px bottom no-repeat;*/
}

#content #page {
    margin-left: -12px;
}

#content #page a {
    color: #000;
    text-align: left;
}

#content img {
    clear: both;
}

#content h2 {
    color: #007aa9;
    margin: 10px 0 0 0;
}

#content p {
    margin: 5px 0;
}

#content .info {
    color: #007aa9;
    font-weight: bold;
    text-transform: uppercase;
}

#content table {
    font-size: 10px;
    width: 95px;
    margin: 5px auto;
}

#content table .price td{
    border-top: 1px solid #000;
}

#content table td {
    width: 19px;
    height: 10px;
    padding: 0 5px 0 0;
	text-align:right;
}

#orderform {
    float: right;
    width: 414px;
    background: url(../images/detail/bg.gif) repeat-y;
}

#orderform form {
    background: url(../images/detail/bottom.gif) -1px bottom no-repeat;
    margin: 0;
    padding: 0 10px 30px 25px;
}

#orderform img {
    float: left;
    margin: 0 0 0 -1px;
}

#orderform h3 {
    height: 14px;
    margin: 0 0 0 -20px;
    padding: 2px 0 0 20px;
    clear: both;
}

#orderform h3.one {
    background: url(../images/detail/one.gif) no-repeat;
}

#orderform h3.two {
    background: url(../images/detail/two.gif) no-repeat;
}

#orderform h3.three {
    background: url(../images/detail/three.gif) no-repeat;
}

#orderform input, #orderform textarea, #orderform select{
    font-size: 10px;
    border: 0;
}

#orderform input.event {
    margin-left: 126px;
}

#orderform input.submit {
    margin: 10px 0 -30px 140px;
}

#orderform table {
    float: left;
    width: 320px;
}

#orderform th {
    text-align: left;
}

#orderform th.color {
    display: block;
    width: 56px;
    padding: 0 2px;
}

#orderform td {
    padding: 3px 0 3px 0;
}

#orderform td input {
    margin: -3px -3px 0 0px;
}

#orderform tr.size_row {
	background:#b2deb5;
}

#orderform tr.size_row th {
	padding-top:3px;
	padding-bottom:3px;
	padding-right:2px;
}

#orderform tr#total_row {
	background:#b3e0b6;
}

#orderform tr#total_row input {
	background:#ccc;
}

#orderform .order {
    float: left;
    width: 320px;
}

#non_detail_page_container {
	padding:0 20px 30px 30px;
}