html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
	padding: 0;
    background-color: #121212;
}

* {
    font-family: verdana;
    font-size: 11px;
	color: #AAAAAA;
	-moz-box-sizing: border-box; /* Used to define the width as in IE - width = width + padding + border */
}

/*
@font-face {
	font-family: Papyrus;
	src:url(../fonts/papyrus.eot);
}
*/

ol {
	padding: 0;
	margin: 5px 0 5px 20px; /* for Moz */
	_margin: 5px 0 5px 30px; /* for IE */
}
ul {
	list-style: url(/images/global/bulletin.gif);
	padding: 0 0 0 20px;
	margin: 0;
}
li {
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
}
td {
    vertical-align: top;
	margin: 0;
	padding: 0;
}

div,p,h1,h2,h3 {
	margin: 0;
	padding: 0;
}

span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

img {
    border: 0;
}

a {
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}

h1,.title {
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	line-height: 20px;
	height: 40px;
    color: #0099FF;
	font-size: 12px;
	font-weight: normal;
	background-image: url(/images/global/title_background.png);
	background-position: -5px bottom;
	background-repeat: no-repeat;
}

h2,.sub_title {
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
}

.btm_border {
	margin-bottom: 10px;
	height: 10px;
	font-size: 4px;
}
.top_border {
	margin-top: 10px;
	height: 10px;
	font-size: 4px;
}

.separator {
    width: 10px;
    height: 10px;
    font-size:4px;
}

.highlighted {
    font-weight: bold;
}
.blue {
    color: #0099FF;
}
.red {
    color: #FF0000;
}

.transparent {
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}

/* ## */

form {
    margin: 0;
    padding: 0;
}
form td {
    vertical-align: middle;
}

.form_container {
    width: 538px;
}

input, textarea, select {
	width: 180px;
	margin-bottom: 10px;
	color: #000000;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
}
input, select {
    height: 19px;
}
option {
    color: #000000;
}
textarea {
    height: 110px;
}
.select_multiple {
    height: 110px;
}

.input_title {
	font-weight: bold;
	margin-bottom: 2px;
}
.checkbox, .radio {
	width: auto !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.checkbox {
	position: relative;
	top: 5px;
}
input.button {
    position: relative;
    top: 1px;
    width: auto !important;
    border: 1px solid #777777;
	padding: 1px;
	font-weight: bold;
	text-align: center !important;
	cursor: pointer;
	color: #000000;
	background: #777777;
}
.submit {
	position: relative;
    top: 1px;
    width: auto !important;
	border: 1px solid #0099FF;
	padding: 1px;
	font-weight: bold;
	text-align: center !important;
	cursor: pointer;
	color: #000000;
	background: #0099FF;
}
.error {
    font-weight: bold;
    color: #FFA6A8 !important;
}
input.error, select.error, textarea.error {
    font-weight: normal;
    color: #000000 !important;
    border: 1px solid #993300;
	background: #FFA6A8;
}
.mandatory {
    
}
.short_field {
    width: 50px;
}
.long_field {
    width: 200px;
}

/* ## */

.notes {
	color: #000000;
	border: 1px solid #FFCC00;
	background: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
	direction: ltr;
}
.notes * {
	color: #000000;
}
.notes .n_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

.errors {
	border: 1px solid #993300;
	background: #FFA6A8;
	padding: 10px;
	margin-bottom: 10px;
	direction: ltr;
}
.errors * {
	color: #000000;
}
.errors .e_title {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

/* ## */

#captcha {
    display: table;
    margin-bottom: 20px;
}
#captcha img {
    width: 180px;
    height: 25px;
    _height: 23px;
    border: 1px solid #777777;
}
#captcha input {
    margin: 0;
    height: 25px;
    line-height: 17px;
    padding: 4px;
}

/* ## */

.buttons {
	text-align: right;
	padding: 0 0 10px 0;
	font-variant: small-caps;
}

.buttons a {
	color: #6699CC;
	text-decoration: none;
}
.buttons a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.buttons .disabled {
	color: #999999;
	cursor: default;
}

/* ## */

.navigation {
}
.navigation td {

}
.navigation.add_to_bag {

}
.navigation.add_to_bag input {
	background: none;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.navigation a {
    text-decoration: underline;
}
.navigation a:hover {
	text-decoration: underline;
}

.page_number {
	line-height: 20px;
}

#page-nav-bar {
	color: #8B95A3;
}
#page-nav-bar a {
	text-decoration: none;
	color: #F8E8BA;
}
#page-nav-bar a:hover {
	text-decoration: underline;
}
#page-nav-bar a.number {
	text-decoration: none;
	color: #F8E8BA;
}
#page-nav-bar a.number:hover {
	text-decoration: underline;
}
#page-nav-bar span.number {
	font-weight: bold;
	color: #F8E8BA;
}

.results_numbers {
	line-height: 20px;
}

/* ## */

.description {
    display: table;
    width: 100%;
    width: 538px;
    line-height: 20px;
    margin-bottom: 30px;
}
.description a {
    color: #0099FF;
}
.description a:hover {
    
}
.description a:visited {
    color: #AAAAAA;
}


/* ## */

#header {
    height: 320px;
    width: 100%;
}

#header #header_layout {
    position: relative;
    height: 320px;
    width: 100%;
}

/* ## */



#header_layout #background_container {
    height: 320px;
    width: 100%;
}

#header_layout #background_container #logo_official {
    height: 99px;
    width: 100%;
    
    background-image: url(/images/global/header_logo_standard.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

#header_layout #background_container #menubar_gradient {
    height: 20px;
    width: 100%;
    
    background-image: url(/images/global/menubar_background_gradient.jpg);
    background-position: center top;
    background-repeat: repeat-x;
}

#header_layout #background_container #logo_3d {
    height: 200px;
    width: 100%;
    /*margin-bottom: 1px;*/
    
    background-color: #3A6EA5;
    background-image: url(/images/global/header_logo_3d.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

/* ## */

#header_layout #foreground_container {
    position: absolute;
    height: 320px;
    width: 100%;
}

#header_layout #foreground_container .left_cell {
    width: 40%;
    text-align: right;
    direction: rtl;
    /*
    Background PNG images can't be tiled in IE. This is a limitation of the Microsoft IE filter.
    Therefore we use a VERY wide image here */
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/header_shadow_overlay.png);
    background-repeat: no-repeat;
    /*background-position: right -1px;*/
}

#header_layout #foreground_container .left_cell .left_menubar_glow {
    height: 320px;
    /* Background PNG images can't be tiled in IE. This is a limitation of the Microsoft IE filter. */
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/menubar_left_edge_glow.png);
    background-position: right 1px;
    background-repeat: no-repeat;
}

#header_layout #foreground_container .middle_cell {
    width: 20%;
}

#header_layout #foreground_container .right_cell {
    width: 40%;
    text-align: left;
    /*
    Background PNG images can't be tiled in IE. This is a limitation of the Microsoft IE filter.
    Therefore we use a VERY wide image here */
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/header_shadow_overlay.png);
    background-repeat: no-repeat;
	/*background-position: left -1px;*/
}

#header_layout #foreground_container .right_cell .right_menubar_glow {
    height: 21px;
    margin-top: 99px;
    background-image: url(/images/global/menubar_right_edge_glow.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

/* ## */

#frame {
    width: 100%;
    height: 100%;
}

#frame #header {
    height: 320px;
}
#frame #header .left_cell {
	/*
    width: 180px;
	background-image: url(/images/global/header_left_background.jpg);
	background-repeat: no-repeat;
	*/
}
#frame #header .middle_cell {
	/*
	width: 100%;
	background-image: url(/images/global/header_middle_background.jpg);
	background-repeat: no-repeat;
	*/
}
#frame #header .right_cell {
	/*
    width: 180px;
	background-image: url(/images/global/header_right_background.jpg);
	background-repeat: no-repeat;
	*/
}

#frame #header .header_filler {
    height: 320px;
    width: 50%;
	background-image: url(/images/global/header_filler_background.jpg);
	background-repeat: repeat-x;
}

#frame #header .column_holder {
    width: 180px;
}

/* ## */

#frame #middle {

}

#frame #middle .middle_cell {
    background-image: url(/images/global/middle_middle_background.jpg);
    background-position: center top;
	background-repeat: no-repeat;
}

/* ## */

#frame #middle #sidebar {
	display: table;
    height: 430px;;
	width: 162px;
	background-image: url(/images/global/sidebar_background.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

#frame #middle #sidebar .sidebar_container {
	padding: 30px 1px 30px 1px;
}
#frame #middle #content {
    height: 100%;
	width: 598px;
    background-image: url(/images/global/content_right_background.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
#frame #middle #content .content_container {
	padding: 0 0 30px 30px;
	/* we don't define the right padding here, because the group container has to use this right space */
}

/* ## */

#frame #footer {
	height: 210px;
}

#frame #footer .middle_cell {
    height: 210px;
    width: 760px;
	background-image: url(/images/global/footer_middle_background.jpg);
	background-repeat: no-repeat;
}

/* ## */

#menubar_container {
    height: 320px;
    width: 760px;
}

#menubar_container .button_container {
    height: 320px;
    width: 100%;
}
#menubar_container .button_container a {
    text-decoration: none;
}
#menubar_container .button_container a:hover {
    text-decoration: none;
}

#menubar_container .button_container .button_link {
    height: 119px; /* This controls the distance from the top of the actual menubar buttons */
    vertical-align: bottom;
}

#menubar_container .button_container .button_link a {
    display: block;
    padding-left: 8px;
    line-height: 20px;
    text-decoration: none;
    font-variant: small-caps;
}

#menubar_container .button_container .button_link a:hover {
    /* See mouseover/out events in menubar file */
    text-decoration: none;
}

#menubar_container .button_container .button_link a.selected {
    color: #0099FF;
    text-decoration: none;
}


#menubar_container .button_container .hover_text_outer_container {
    height: 200px;
    position: relative;
    top: -1px;
    /* Background PNG images can't be tiled in IE. This is a limitation of the Microsoft IE filter. */
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/menubar_button_dark_overlay.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
#menubar_container .button_container .hover_text_outer_container_selected {
    height: 200px;
    position: relative;
    top: -1px;
    /* Background PNG images can't be tiled in IE. This is a limitation of the Microsoft IE filter. */
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/menubar_button_light_overlay.png);
    background-repeat: no-repeat;
}
#menubar_container .button_container .hover_text_inner_container {
    position: relative;
    width: 100%;
    height: 200px;
}

#menubar_container .button_container .hover_text { 
    color: #D8E9FA;
    font-size: 11px;
}

#menubar_container .button_container .hover_text .text {
    padding: 8px 10px 0 10px;
    color: #D8E9FA;
    font-size: 11px;
}

#menubar_container .button_container .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    width: 100%;
}

#menubar_container .button_container .overlay_trigger {
    display: block;
    height: 200px;
    width: 100%;
}

#menubar_container .button_container .middle_glow {
    height: 1px;
}

#menubar_container .button_container .top_right_glow {
    width: 1px;
    height: 119px;
    background-image: url(/images/global/menubar_button_top_right_border.gif);
    background-repeat: no-repeat;
}

#menubar_container .button_container .bottom_right_glow {
    width: 1px;
    height: 200px;
}

/* ## */

#sub_menubar {
    margin: 15px 0 5px 0;
    _margin: 15px 0 10px 0;
}
#sub_menubar td {
    text-align: left;
}
/*
#sub_menubar a {
    color: #FFFFFF;
    font-variant: small-caps;
}
#sub_menubar a:hover {
    text-decoration: none;
    color: #0099FF;
}
*/
#sub_menubar a.selected {
    color: #FFFFFF !important;
    text-decoration: none;
}
#sub_menubar a:visited {
	color: #AAAAAA;
}

/* ## */

#sidebar {

}

#sidebar .sidebar_left_delimiter {
    height: 2px;
    width: 160px;
    font-size: 2px;
    background-image: url(/images/global/sidebar_left_delimiter.jpg);
    background-repeat: no-repeat;
}

#sidebar .sidebar_right_delimiter {
    height: 2px;
    width: 160px;
    font-size: 2px;
    background-image: url(/images/global/sidebar_right_delimiter.jpg);
    background-repeat: no-repeat;
}


#sidebar .categories {
}

#sidebar .categories a {
    display: block;
    margin-bottom: 1px;
    padding-left: 5px;
    text-align: left;
	text-decoration: none;
	line-height: 19px;
	height: 20px;
	font-variant: small-caps;
	background-image: url(/images/global/sidebar_btn_up.jpg);
	background-repeat: no-repeat;
}

#sidebar .categories a:hover span {
	/* defined in the template itself with 'onMouseOver/Out' */
	color: #0099FF;
}

#sidebar .categories a.selected {
	background-image: url(/images/global/sidebar_btn_selected.jpg);
}

#sidebar .categories a.selected span {
	color: #0099FF;
}

#sidebar .categories a.sub_categories {
	padding: 0 20px 0 0;
	background-image: url(/images/global/sidebar_sub_btn_up.jpg);
}

#sidebar .categories a.sub_categories:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}

#sidebar .categories a.sub_categories_selected {
	font-weight: bold;
	padding: 0 20px 0 0;
	background-image: url(/images/global/sidebar_sub_btn_selected.jpg);
}

#sidebar .categories a.sub_categories_selected:hover {
	/* defined in the template itself with 'onMouseOver/Out' */
}

/*
#sidebar .box {
	text-align: justify;
	margin: 0 10px 20px 10px;
}
#sidebar .box .rolling_news {
	width: 140px;
	height: 130px;
	background-image: url(/images/global/news_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar .box a {
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}
#sidebar .box a:hover {
	text-decoration: none;
}
*/

/* ## */

#footerbar {
	width: 465px;
	/*max-width: 465px;*/
}
#footerbar .categories {
}
#footerbar .categories td {
}

#footerbar .categories a {
	display: block;
	padding: 0 5px 0 5px;
	text-decoration: underline;
	text-align: center;
}

#footerbar .categories a:hover {
	text-decoration: none;
}
#footerbar .categories a.selected {
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}
#footerbar .categories a span {
	line-height: 27px;
}

/* ## */

#websites {
    width: 565px;
}

#websites td {
    width: 188px;
}

#websites td a {
	text-decoration: none;	
}
#websites img {
    display: block;
    height: 160px;
    width: 160px;
}

#websites .thumb_title {
    text-align: center;
    width: 160px;
    line-height: 24px;
}

#websites .thumb_container {
    position: relative;
    height: 160px;
    width: 175px;
}
#websites .thumb_container .thumb_image {
	position: absolute;
    height: 160px;
    width: 160px;
    background-repeat: no-repeat;
}
#websites .thumb_container .thumb_overlay {
    position: absolute;
    height: 160px;
    width: 160px;
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/website_thumb_overlay.png);
    background-repeat: no-repeat;
}
#websites .thumb_mirror_container {
	position: relative;
    height: 100px;
    width: 175px;
}
#websites .thumb_mirror_container .thumb_mirror_image {
    position: absolute;
    height: 100px;
    width: 160px;
    background-repeat: no-repeat;
}
#websites .thumb_mirror_container .thumb_mirror_overlay {
    position: absolute;
    height: 100px; 
    width: 175px; /* 15x px wider to allow for the right hand glow . */
    behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
    background-image: url(/images/global/website_thumb_mirror_overlay.png);
    background-repeat: no-repeat;
}

/* ## */

#group {
    
}

#group .description a {
	text-decoration: underline;
}
#group .description a:hover {
	text-decoration: none;
}

#group .thumbnails {
}
#group .thumbnails .column_spacer {
	width: 25px;
}
#group .thumbnails .row_spacer {
	height: 25px;
}
#group .thumbnails .product {
	text-align: center;
	width: 220px;
}
#group .thumbnails .product * {

}
#group .thumbnails .product .image {
	max-width: 220px;
	height: 165px;
	max-height: 165px;
	/*background-repeat: no-repeat;
	background-position: center center;*/
	cursor: pointer;
}
#group .thumbnails .product .t_title {
	line-height: 20px;
	text-align: center;
    font-weight: bold;
}
#group .thumbnails .product .t_description {
	margin: 5px;
	text-align: center;
}

.price {
    font-weight: bold;
	margin: 0 0 10px 0;
}
.price .retail {

}
.price .actual {

}
.price .erased {
    margin-right: 5px;
    font-weight: normal;
    text-decoration: line-through;
	color: #000000;
}

/* ## */

#group .articles {
}
#group .articles .column_spacer {
	width: 25px;
}
#group .articles .row_spacer {
	height: 25px;
}
#group .articles .article {
	text-align: center;
	width: 220px;
}
#group .articles .article * {
}
#group .articles .article .a_image {
	max-width: 120px;
	height: 90px;
	margin-right: 10px;
	cursor: pointer;
}
#group .articles .article .a_title {
	line-height: 20px;
	text-align: left;
    font-weight: bold;
}
#group .articles .article .a_short_description {
	margin: 5px;
	text-align: justify;
}

/* ## */

#group .exams {

}
#group .exams .e_title {
	text-align: left;
    font-weight: bold;
}
#group .exams a {
	text-decoration: none;
}
#group .exams a:hover {
	text-decoration: underline;
}

/* ## */

#shuffled_images {
	width: 465px;
	cursor: pointer;
}
#shuffled_images .images{
	height: 90px;
}
#shuffled_images .column_spacer{
	width: 5px;
}

/* ## */

#specific_product {
	width: 100%;
	margin: 0 0 25px 0;
}
#specific_product .container {
}
#specific_product .product_title {
	font-weight: bold;
	line-height: 37px;
}
#specific_product .catalog_number {
	font-weight: bold;
	line-height: 37px;
}
#specific_product .description {
	padding-top: 25px;
}
#specific_product .large_image_box {
	text-align: center;
	width: 465px;
	background: #8B95A3;
}

/* ## */

#specific_product .large_image_box .large_image_nav {
	font-weight: bold;
	padding: 10px 0 10px 0;
	text-align: center;
}
#specific_product .large_image_box .large_image_nav a {
	margin: 0 2px 0 2px;
	padding: 2px 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #F8E8BA;
}
#specific_product .large_image_box .large_image_nav a:hover {
	text-decoration: none;
	color: #6F7E9A;
	background: #F8E8BA;
}

#specific_product .pull_down_menu {
	margin-bottom: 5px;
}

#specific_product .price {
	font-weight: bold;
	line-height: 18px;
}
#specific_product .add_button {
	border: 1px outset;
	font-weight: bold;
	color: #6F7E9A;
	background: #F8E8BA;
	cursor: pointer;
}
#specific_product .back_button {
	border: 1px outset;
	background: #777777;
	font-weight: bold;
	text-align: center;
	color: #000000;
	cursor: pointer;
}
#specific_product select {
	width: 250px;
}
#specific_product .group_alt_number {
	/*width: 120px;*/
	text-align: right;
	font-weight: bold;
}

/* ## */

.thumbnails-alt {
	padding-bottom: 25px;
}
.thumbnails-alt .product {
	width: 220px;
	/*max-width: 220px;*/
	text-align: center;
}
.thumbnails-alt .product .image {
	width: 220px;
	/*max-width: 220px;*/
    height: 165px;
	max-height: 165px;
}

/* ## */

#matched_items {

}
#matched_items .images {
}
#matched_items .images .thumb {
	width: 120px;
}
#matched_items .prices {
	padding: 5px;
}
#matched_items .prices table {
	width: 122px;
	height: 96px;
}
#matched_items .prices .btn_add_both_to_bag {
	vertical-align: bottom;
}

#matched_items .m_description {
	padding: 0 10px 0 10px;
}

#matched_items a {
	font-weight: bold;
	text-decoration: underline;
}
#matched_items a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* ## */

#document {
	text-align: justify;
	line-height: 18px;
	width: 100%;
}

/* ## */

#superdoc {
	padding-right: 30px;
}
#superdoc .container {
	
}
#superdoc .container a {
	color: #0099FF;
}
#superdoc .container a:visited {
	color: #AAAAAA;
}
#superdoc .container .description {
	margin-bottom: 10px;
}

/* ## */

#checkout {
    width: 100%;
}

#checkout * {
	text-align: left;
}
#checkout .container {
    padding-right: 30px;
}
#checkout .status_bar {
    padding-bottom: 10px;
}
#checkout .status_bar table {
	
}
#checkout .status_bar div {
	padding: 0 10px 0 0;
}
#checkout .status_bar img {
	margin: 0 5px 0 0;
	position: relative;
	top: 1px;
}
#checkout .status_bar .selected {
	color: #0099FF;
	font-weight: bold;
}
#checkout .status_bar .selected img {
	
}
#checkout .secure_seal {
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #0099FF;
}
#checkout .secure_seal span {
	color: #0099FF;
	font-weight: bold;
}
#checkout .content {
	width: 100%;
}
#checkout .container .content table {
	width: 100%;
}
#checkout .content .inner_tables * {
	
}
#checkout .content .inner_tables td {
	background: #2A2A2A;
	padding: 5px;
	vertical-align: middle;
}
#checkout .content .left_column_width {
	width: 1%;
}
#checkout .content .right_column_width {
	width: 99%;
}
#checkout .content .img_column {
	width: 60px;
}
#checkout .content .other_column {
	width: 60px;
}
#checkout .content .items {
	width: 60px;
}
#checkout .content .t_title {
	font-weight: bold;
}
#checkout .content .t_title td {
	background: #303030; /* #E1E1E1 */
	text-align: center;
	color: #FFFFFF;
}
#checkout .content img.thumbnail {
	width: 60px;
}
#checkout .content input.quantity {
	width: 40px;
	height: 20px;
}
#checkout .content .blank {
}
#checkout .content .subtotal {
	font-weight: bold;
}
#checkout .content td.subtotal {
	background: #E1E1E1;
}
#checkout .content .empty td {
	height: 50px;
}
#checkout .content td.td_btn {
}

#checkout a {
	color: #0099FF;
	text-decoration: underline;
	font-weight: bold;
}
#checkout a:hover {
	text-decoration: none;
}

#checkout .exp_date_YY {
	width: 100px;

}
#checkout .exp_date_MM {
	width: 80px;
}
#checkout .checkout_box {
	border: 1px solid #2A2A2A;
	padding: 10px;
	margin: 0 0 10px 0;
}

/* ## */

.attributes {
	padding: 0 0 4px 0;
	margin: 0 4px 4px 4px;
	/*border-bottom: 1px solid #421011;*/
}
.attributes h1 {
	font-weight: bold;
	line-height: 14px;
}
.attributes input {

}
.attributes span {
	margin: 0;
	padding: 0;
}
.attributes .color_box {
	width: 15px;
	height: 15px;
}

/* ## */

#emails {
	padding: 20px;
}

#emails .inner_container {
	background: #8B95A3;
	padding: 20px;
}

/* ## */

#poll {

}
#poll .poll_title {
	font-weight: bold;
}
#poll .poll_description {

}
#poll .option {
	padding-bottom: 5px;
}
#poll .option input {
	position: relative;
	top: 3px;
}
#poll .option_title {
	font-weight: bold;
}
#poll #results_trigger {
	display: block;
	margin-top: 5px;
	cursor: pointer;
}
#poll #results_container {
	
}
#poll #results_container .results_title {
	padding-top: 5px;
}
#poll #results_container .results_title img {
	height: 50px;
}
#poll #results_container .results .bar {
	width: 100px;
	border: 1px solid #F8E8BA;
}
#poll #results_container .results .bar .inside {
	background-color: #F8E8BA;
	margin: 2px;
	height: 8px;
	font-size: 1px;
}
#poll #results_container .results .number {
	margin-left: 5px;
}
#poll #results_container .submit {
    /* Already defined as .submit in the beginning of global.css */
}

/* ## */

#exam {
	padding-bottom: 20px;
}
#exam .description {
	padding-bottom: 10px;
}
#exam .notes {
	padding-bottom: 10px;
}
#exam .page_on {
	display: block;
}
#exam .page_off {
	display: none;
}
#exam .page_title {
	text-align: left;
	padding: 0 5px 0 5px;
}
#exam .page_description {
	text-align: left;
	margin: 0 0 10px 0;
}
#exam .question {
	font-weight: bold;
}
#exam .answers_container {
	padding-bottom: 10px;
}
#exam .answer {

}
#exam .correct_answer {
	font-weight: bold;
}
#exam textarea {
	width: 100%;
}
#exam .start_button {
	border: 1px outset;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #6F7E9A;
	background: #F8E8BA;
	padding: 1px 5px 1px 8px;
	display: inline;
}
#exam .completion_text {
	font-weight: bold;
}
#exam .answers_on_completion_title {
	padding-bottom: 20px;
}
#exam .answers_on_completion_container {
}
#exam .submit {
    /* Already defined as .submit in the beginning of global.css */
}
/* ## */

#quiz {
    padding-bottom: 20px;
}
#quiz .errors {
    color: red;
    font-weight: bold;
}
#quiz .locked {
}
#quiz .winners_container {
}
#quiz .winners_title {
    font-weight: bold;
    padding-bottom: 10px;
}
#quiz .winners_description {
    padding-bottom: 10px;
}
#quiz .winner {
}
#quiz .confirmation {
    font-weight: bold;
}
#quiz .description {

}
#quiz .question {
    font-weight: bold;
}
#quiz .answers_container {
    padding-bottom: 20px;
}
#quiz .answer {
}
#quiz .submit {
    /* Already defined as .submit in the beginning of global.css */
}

/* ## */

#project {
	padding: 0 30px 0 0;
}

#project .large_images {
	float: left;
	width: 320px;
	height: 260px;
	margin: 0 15px 10px 0;
}
#project .large_images_overlay {
	position: absolute;
}
#project .large_images_overlay img {
	position: relative;
	width: 320px;
	height: 240px;
	behavior: url(/repository/include/javascript/iepngfix/iepngfix.htc);
}
#project .large_images img {
	height: 320px;
	height: 240px;
}
#project .large_images .button {
	cursor:	pointer;
	padding: 5px;
}
#project .large_images .button::selection {
	background: none;
}
#project .large_images .button::-moz-selection {
	background: none;
}
#project .large_images .button.selected {
	color: #6699CC;
}
#project .large_image .player {

}

#project .website_parameters_container {
	margin-bottom: 10px;	
}
#project .website_parameters_container * {
	text-align: left;
	line-height: 20px;
}
#project .website_parameters_container .label {
	padding-right: 10px;	
}

#project .description {
	text-align: justify;
	/* width: 548px; already defined above */
	margin: 0;
	padding: 0;
}

/* ## */

.code_sample {
    width: 538px;
}
.code_sample pre {
    padding: 0 5px 0 5px;
    font-family: Courier New;
    font-size: 11px;
}
.code_sample textarea {
    width: 100%;
    height: 100%;
    min-height: 100px;
    padding: 5px;
    margin-bottom: 20px;
    font-family: Courier New;
    font-size: 11px;
}
