.clr {
	clear: both;
	overflow: hidden;
}

#header {
	widht: 100%;
	height: 160px;
	background: /*#91C7E9;*/ #FFBA00;
	border-bottom: 1px solid #060660;
	text-align: center;
	margin-bottom: 50px;
}

#footer {
	background: /*#91C7E9;*/ #FFBA00;
	border-top: 1px solid #060660;
	clear: both;
	margin-top: 15px;
	padding: 10px 0;
	width: 100%;
}

.proceed {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

.ui-widget-header {
	/*background: #91C7E9 !important;*/
}

.ui-tabs {
	width: 1000px;
	margin: 0 auto;
}

.description {
	border: 2px solid #cc0000;
	width: 800px;
	margin: 20px auto;
	padding: 10px;
}

.description h2 {
	font-size: 18px;
	font-weight: bold;
	color: #004276;
	margin: 5px 0;
	padding: 0;
}

.description p {
	margin: 5px 0;
}

#top-menu {
	position: relative;
	top: -12px;
	width: 524px;
	margin: 0 auto;
}

#top-menu div {
	float: left;
	cursor: pointer;
}

#word1 {
	background: url(/images/top-menu.png);
	height:37px;
	width:202px;
}
#word2 {
	background: url(/images/top-menu.png) -204px 0;
	height:37px;
	width:203px;
}
#word3 {
	background: url(/images/top-menu.png) -410px 0px;
	height:37px;
	width:110px;
}
#word1:hover {
	background: url(/images/top-menu.png) 0 39px;
}
#word2:hover {
	background: url(/images/top-menu.png) -204px 39px;
}
#word3:hover {
	background: url(/images/top-menu.png) -406px 39px;
}

#tabs {
	position: relative;
	min-height: 350px;
}

#cart {
	width: 162px;
	min-height: 162px;
	margin: 0 auto;
	border: 1px solid #cc0000;
	position: absolute;
	top: 55px;
	right: 4px;
}

#click-to-remove {
	width: 100%;
	text-align: center;
}

.cart-description {
	margin: 5px 0;
	width: 100%;
	text-align: center;
}

#selected_images {
	min-height: 115px;
	padding-left: 15px;
}

#selected_images img {
	max-height: 99px;
	max-width: 100px;
}

.doit {
	font-family: Verdana;
	width: 1000px;
	margin: 20px auto;
	color: #edad01;
	font-size: 30px;
	font-weight: bold;
}

.help-me {
	font-size:12px;
	left:500px;
	position:relative;
	top:-22px;
	width: 400px;
}

.help-me a {
	color: #EE2222;
	font-weight: bold;
}

/********************************************************************/
/*    FORM */

.requiredFormItem {
	color: #cc0000;
}

#order-form {
	width: 700px;
	margin: 0 auto;
}

#bobble_order_description {
	width: 599px;
}

.form-row {
	float: left;
	width: 250px;
	margin: 10px 50px;
}

.form-row .col1 {
	margin-bottom: 5px;
}

.form-row label, .form-row textarea {
	font-size: 16px;
}

.form-row input, .form-row select {
	width: 250px;
	height: 22px;
	font-size: 16px;
}

ul.error_list {
	list-style: none;
	margin: 0px;
	color: #AA0000;
	font-weight: bold;
}

ul.error_list li {
	margin: 0px;
}

#order-details {
	text-align: center;
}

#preview-order {
	background: url(/images/buttons.png) -135px 0px;
	border: 0px;
	text-indent: -500px;
	width: 198px;
	height: 39px;
	cursor: pointer;
	float: right;
	margin: 20px 0;
}

#preview-order:hover {
	background: url(/images/buttons.png) -135px 39px;
}

#files-form .form-row {
	float: none;
}

.form-block {
	float: left;
	width: 350px;
}

.w700 {
	width: 700px;
	margin: 0 auto;
}

.w1000 {
	width: 900px;
	margin: 0 auto;
	min-height: 400px;
}

.w1000 fieldset, .w1000 form {
	text-align: center;
	padding: 0 20px;
}

.head-number {
	font-size: 16px;
	color: #0381CA;
	font-weight: bold;
}

.files-form-internal .form-row {
	margin: 10px;
}
.files-form-internal .form-row input {
	height: auto;
}

/********************************************************************/
/*    REVIEW ORDER  */

.review {
	width: 700px;
	margin: 0 auto;
}

.review div {
	float: left;
	margin: 5px;
	font-size: 16px;
}
.what {
	clear: left;
	font-weight: bold;
	color: #0381CA;
}
.value {
	clear: right;
}

#edit, #pay, #save, #finish, #proceed {
	cursor: pointer;
	margin: 20px 0;
	float: left;
	text-indent: -500px;
	border: 0px;
}

#edit {
	background: url(/images/buttons.png) 0px 0px;
	width: 70px;
	height: 39px;
}

#edit:hover {
	background: url(/images/buttons.png) 0px 39px;
}

#save {
	background: url(/images/buttons.png) -415px 0px;
	width: 65px;
	height: 39px;
	float: right;
	clear: both;
}

#save:hover {
	background: url(/images/buttons.png) -415px 39px;
}

#finish {
	background: url(/images/buttons.png) -600px 0px;
	width: 95px;
	height: 39px;
	float: right;
}

#finish:hover {
	background: url(/images/buttons.png) -600px 39px;
}

#pay {
	background: url(/images/buttons.png) -70px 0px;
	width: 65px;
	height: 39px;
	float: right;
}

#pay:hover {
	background: url(/images/buttons.png) -70px 39px;
}

#proceed {
	background: url(/images/buttons.png) -488px 0px;
	width: 112px;
	height: 39px;
	float: right;
}

#proceed:hover {
	background: url(/images/buttons.png) -488px 39px;
}

.review .bodies {
	width: 100%;
	text-align: center;
}

#done {
	border-color: #00aa00;
	font-weight: bold;
	padding: 25px;
	background: url(/sfAdminDashPlugin/images/icons/checkin.png) no-repeat;
	background-position: 10px 10px;
	padding-left: 80px;
	width: 600px;
}

#swf-wrapper {
	text-align: center;
	width: 100%;
}
