
.dot {
    background: url(/site/theme/img/dot.png) no-repeat left;
    width: 534px;
    height: 90px;
    padding-top: 30px;
    padding-left: 30px;
    color: white;
    font-weight: bold;
}
.dot b {
    font-size: 27px;
    color: #cc3300;
}

.order-item-row {
    background-color: #F6FBEB;
    width: 100%;
    display: table-row;
    margin-bottom: 10px;
}

.order-item-cell {
    display: table-cell;
    text-align: center;
    padding: 2px;
}

.order-item-cell-data {
    display: table-cell;
    text-align: right;
    padding: 2px;
}

.order-item-data a {
    color: #900;
    font-weight: bold;
    text-align: right;
}
.order-item-data i.delivery-item {
	cursor: pointer;
	cursor: hand;
	font-size: 10px;
        display: block;
        margin-top: 10px;
}

.order-item-data .delivery-selected {

}

.order-item-cell .head {
    font-size: 11px;
    font-weight: normal;
    display: block;
    padding-bottom: 10px;
}



.order-item-cell .content {
    font-size: 12px;
    font-weight: bold;    
    padding-bottom: 10px;
}


.order-amount-arrow {
        display: block;
        float: left;
	width: 15px;
	height: 15px;
	background-image: url(/site/theme/img/arrow_lr.png);
	background-repeat: no-repeat;
        margin-top: 10px;
}

.order-button {
    float: right;
    background-color: #d22566 !important;
    color: #fff !important;
    padding: 10px 52px;
    height: 42px !important;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 14px !important;
}

.order-button:hover {
    background-color: green !important;
}

.up {
	background-position: 0px 0px;
	margin-bottom: 5px;
	cursor: pointer;
}

.down {
	background-position: -15px 0px;
	cursor: pointer;
        margin-left: 5px;
}


.cart-summary-confirm {
    margin-top: 20px;
}

.cart-summary-confirm strong {
    font-size: 12px;
}


.download-img {
	background: url(/site/theme/img/download.png) no-repeat;
	width: 195px;
	height: 65px;
	float: right;
	margin-right: 10px;
}

.buy-img {
	background: url(/site/theme/img/buy.png) no-repeat;
	width: 195px;
	height: 65px;
	float: right;
	margin-right: 10px;
}

.red {
    opacity: 0.7;
}
.red a {
    color: #3399ff !important;
    font-size: 18px !important;
}

.download-img a, .buy-img a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 38px 0 0 60px;
	font-weight: bold;
	font-size: 14px;	
}




i.delivery-item {
	cursor: pointer;
	cursor: hand;
}

.delivery-selected {
    position: absolute;
    text-align: center;
    width: 100%;
    background: green;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;	
}

.text_embedded {
    margin-top: 45px; 
    font-size: 22px; 
    margin-left: 32px; 
    color: red; 
    background-color: #fff; 
    padding: 5px; 
    border-radius: 8px; 
    border: 1px solid #000; 
    text-align: center;
}


.lightGreen {background-color: #f6fbeb; border-bottom: 1px solid #e3f1c3}
.darkGreen {background-color: #f2f9e0; border-bottom: 1px solid #d4e9a3}

/* -------- register form -------- */
#registrationForm label {display: block; width: 169px; float: left; text-align: right; padding-right: 5px}
#registrationForm label.sublabel {display: block; width: 55px; float: left; text-align: right; padding-right: 2px; margin-left: 10px}
#registrationForm input {display: block; float: left; margin-left: 10px; border: 1px solid #a5acb2}
#registrationForm input.long {width: 320px}
.dot a { text-decoration: none ; }
#registrationForm fieldset {border: none; width: 585px; position: relative; margin-top: 10px}
#registrationForm #telephoneAreaCode, #registrationForm #addressTelephoneAreaCode {width: 25px}
#registrationForm #mailing, #registrationForm #changeAddress2, #registrationForm #invoiceTypePerson, #registrationForm #invoiceTypeFirm {border: none}
#registrationForm fieldset span.legend {width: 511px; color: #fff; background: #297a2c url(/skin/default/img/topLegendBackground511.png) no-repeat top left; display: block; font-size: 14px; font-weight: bold; margin: 0; padding: 5px}
#registrationForm fieldset span.submitLegend {color: #297a2c; width: 741px; padding-top: 5px; padding-bottom: 5px; background: #fff; border-bottom: 1px solid #297a2c}
#registrationForm fieldset span.legend h2 {font-size: 14px; font-weight: bold; margin-left: 5px; margin-top: 1px; margin-bottom: 1px}
#registrationForm div {padding-top: 8px; padding-bottom: 8px; width: 100%; vertical-align: bottom; line-height: 17px; min-height: 48px}
#registrationForm div p {overflow: hidden; clear: both; padding: 5px; font-size: 10px; font-style: italic; text-align: justify}
#registrationForm div span.error {color: #d22566; margin-left: 183px; display: block; clear: left}
#registrationForm div input.error {border: 1px solid #d22566}
#registrationForm div.submitDiv {width: 741px; text-align: center}
#registrationForm #registerSubmit {background-image: url(/skin/default/img/registerSubmit.png); width: 168px; height: 31px; border: 0; float: none; display: inline; cursor: pointer}
#registrationForm span.hint {background: #f8f5c6 url(/skin/default/img/registerHintBackground.png) repeat-y top left; font-size: 9px; padding-left: 10px; width: 218px; position: absolute; right: 0; padding-top: 2px; padding-bottom: 2px}
#registrationForm span.hint p {margin: 2px 2px 2px 6px}
#registrationForm span.hint img {position: absolute; left: 0; top: 5px}
