/*	HTML ELEMENTS	*/

	html {
		margin: 0px;
		padding: 0px;
		background-color: #000000;
		background-image: url(../images/html_bg.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}
	body {
		margin: 0px;
		padding: 0px;
		font-family: Arial, Verdana;
		font-size: 12px;
		color: #000000;
	}

	td {
		vertical-align: top !important;
		text-align: left;
	}
	
	#page_container {
		width: 955px;
		margin: 0px auto 0px auto;
	}

	#header {
		height: 151px;
	}
	
	#search_container {
		float: right;
		padding-top: 80px;
		padding-right: 17px;
	}
	
	.field_search {
		background-image: url(../images/search_bg.jpg);
		background-position: top left;
		border: 1px solid #FFFFFF;
		color: #FFFFFF;
		font-size: 9px;
		font-weight: bold;
		width: 163px;
		padding-left: 3px;
		background-color: #345DA1;
		height: 13px;
	}
	
	.field_jump {
		background-image: url(../images/search_bg.jpg);
		background-position: top left;
		border: 1px solid #FFFFFF;
		color: #FFFFFF;
		font-size: 9px;
		font-weight: bold;
		width: 163px;
		background-color: transparent;
		height: 16px;
	}
	
	
	#left_column {
		width: 163px;
		float: left;
		color: #fff;
		margin-left: 18px;
	}
	
	#left_column p {
		margin: 0px 0px 5px 0px !important;
	}

	#right_column_home {
		width: 174px;
		float: left;
	}
	
	#right_column_home p {
		margin: 15px 0px 5px 0px !important;
		color: #FFFFFF;
	}
	
	#right_column_home p a {
		color: #FFFFFF;
	}

	#middle_column_home {
		width: 511px;
		float: left;
		margin: 0px 41px 0px 41px;
		color: #9B9B9B;
	}
	
	#middle_column_home .first_para {
		text-transform: uppercase;
	}
	
	#middle_column_home a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#middle_column_home a:hover {
		text-decoration: underline;
	}

	#content_column {
		width: 707px;
		float: right;
		margin-right: 17px;
		padding: 0px 4px 0px 4px;
		background-color: #000000;
		color: #FFFFFF;
		min-height: 500px;
	}
	
	h1 {
		background-image: url(../images/h1_bg.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		width: 707px;
		height: 46px;
		margin: 19px 0px 0px 0px;
		padding: 36px 0px 0px 10px;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: bold;
		color: #909090;
		letter-spacing:  -1px;
	}
	
	h2 {
		font-size: 16px;
		text-transform: uppercase;
		color: #2DB2FF;
		font-weight: bold;
		margin: 5px 0px 0px 12px;
	}
	
	#content_column a {
		color: #2DB2FF;
		font-weight: bold;
		text-decoration: none;
	}
	
	#content_column a:hover {
		text-decoration: underline;
	}
	
	#content_column .first_para {
		text-transform: uppercase;
		color: #2DB2FF;
	}
	
	#content_column p {
		line-height: 16px;
		margin-top: 0px;
		margin-bottom: 14px;
		padding-left: 12px;
	}
	
	.size_table {
		margin-left: 12px;
		margin-bottom: 20px;
	}
	
	.size_table th, td {
		text-align: left !important;
		vertical-align: middle !important;
		padding: 5px;
	}
	
	.size_table td {
		border-bottom: 1px solid #4D4D4D;
	}
	
	.size_table th {
		border-bottom: 1px solid #4D4D4D;
	}
	
	.divider {
		border-top: 2px solid #4D4D4D;
		margin-left: 12px;
		margin-bottom: 14px;
	}
	
	#side_image {
		background-image: url(../images/side_image.jpg);
		background-position: top right;
		background-repeat: no-repeat;
		padding-right: 219px;
		min-height: 628px;
	}
	
	#footer {
		width: 955px;
		height: 50px;
		padding-top: 21px;
		background-image: url(../images/footer_bar.gif);
		background-position: top left;
		background-repeat: no-repeat;
		margin-top: 20px;
	}

	#credit {
		float: right;
		width: 178px;
		color: #9E9E9E;
		text-transform: uppercase;
		font-size: 9px;
		padding-top: 10px;
		padding-right: 10px;
	}

	#credit a {
		color: #9E9E9E;
		text-decoration: none;
	}
	
	#credit a:hover {
		color: #FFFFFF;
	}

	#navigation_container {
		background-color: #000000;
	}

	#navigation {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		font-weight: bold;
	}
	
	#navigation li {
		width: 163px;
		background-image: url(../images/nav_bg.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		font-size: 10px;
		text-transform: uppercase;
	}
	
	#navigation li a {
		color: #2DB2FF;
		text-decoration: none;
		display: block;
		padding: 8px 0px 6px 6px;
		border-left: 2px solid #000000;
		border-right: 2px solid #000000;
		border-bottom: 1px solid #1F3B5D;
	}
	
	#navigation li a:hover {
		color: #DA7600;
		border-bottom: 1px solid #DA7600;
	}

	#navigation li a.selected {
		color: #DA7600;
		border-bottom: 1px solid #DA7600;
	}
	
	#first_nav a {
		padding-top: 25px !important;
	}
	
	#ticker {
		background-color: transparent;
		width: 955px;
		font-size: 10px;
		height: 14px;
		color: #2DB2FF;
		font-weight: bold;
		padding-top: 5px;
	}

	#ticker a {
		color: #2DB2FF;
		text-decoration: none;
	}
	
	#ticker a:hover {
		color: #DA7600;
	}

	#show {
		margin-left: 0px;
		width: 511px;
		height: 276px;
	}	

	.spacer { clear: both; }

	.error_message {
		font-weight: bold;
		border: 1px solid #DA7600;
		color: #DA7600;
		padding: 5px;
		margin: 5px 12px 5px 12px;
	}

	#news_article {
		width: 511px;
		float: left;
	}

	#news_article img {
		width: 200px;
		margin: 0px 0px 20px 20px;
	}
	
	#itemText {
		padding-left: 12px;
		margin-bottom: 14px;
		line-height: 16px;
		margin-top: 0px;
	}
	
	
	
	#news_article h1 {
		font-size: 16px;
		text-transform: uppercase;
		color: #2DB2FF;
		font-weight: bold;
		margin: 5px 0px 0px 12px;
		padding: 0px;
		height: auto;
		width: auto;
		background-image: none;
	}
	
	#news_article h2 {
		font-size: 12px;
		text-transform: uppercase;
		color: #2DB2FF;
		font-weight: bold;
		margin: 5px 0px 0px 12px;
		padding: 0px;
		height: auto;
		width: auto;
		background-image: none;
	}	
	
	#news_list {
		width: 174px;
		float: right;
	}
	
	#news_list h2 {

	}
	
	#catalogue_container {
		width: 707px;
		float: right;
		margin-right: 17px;
		padding: 0px 4px 20px 4px;
		background-color: #000000;
		color: #FFFFFF;
	}
	
	#catalogue_container a {
		color: #2DB2FF;
		font-weight: bold;
		text-decoration: none;
	}
	
	#catalogue_container a:hover {
		color: #DA7600;
	}
	
	#catalogue_grid {
		clear: left;
		margin-top: 10px;
		margin-left: 12px;
		margin-bottom: 20px;
		width: 482px;
	}
	
	#catalogue_grid a {
		display: block;
	}
	
	#catalogue_grid td {
		padding-right: 6px;
		width: 116px !important;
		background-image: url(../images/cell_btm.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	
	#catalogue_grid td.last_cell {
		padding-right: 0px;
	}
	
	#catalogue_grid td.catalogue_divider {
		width: 482px;
		height: 11px;
		padding-top: 10px !important;
		padding-bottom: 10px;
		background-image: url(../images/catalogue_divider.jpg);
		background-position: center left;
		background-repeat: repeat-x;
		border-bottom: none;
		border-right: 6px solid #000000;
	}
	
	#catalogue_grid .product_title {
		text-transform: uppercase;
		padding-bottom: 4px;
		margin-bottom: 10px;
	}
	
	#breadcrumb {
		width: 707px;
		font-size: 10px;
		text-transform: uppercase;
		padding-bottom: 10px !important;
	}
	
	#breadcrumb ul {
		margin: 0px;
		padding: 0px;
	}
	
	#breadcrumb ul li {
		float: left;
		list-style-type: none;
		margin-left: 6px;
		padding-left: 6px;
		border-left: 1px solid #FFFFFF;
	}
	
	#breadcrumb ul li.noborder {
		border-left: none;
	}
	
	#catalogue_content_column {
		width: 511px;
		float: left;
	}
	
	#catalogue_side_column {
		width: 174px;
		float: right;
	}

	
	#catalogue_tools {
		height: 16px;
		background-image: url(../images/toolbox_bg.jpg);
		background-position: bottom left;
		background-repeat: repeat-x;
		width: 707px;
		padding-top: 3px;
		margin-bottom: 10px !important;
	}
	
	#catalogue_tools ul {
		margin: 0px;
		padding: 0px;
	}
	
	#catalogue_tools ul li {
		list-style-type: none;
		float: left;
		margin-left: 6px;
		padding-left: 6px;
		text-transform: uppercase;
		font-size: 10px;
	}
	
	#product_data {
		width: 707px;
		clear: left;
		margin-top: 10px;
		margin-left: 12px;
	}
	
	#content_cell {
		padding-left: 13px;
		vertical-align: top !important;
	}
	
	#content_cell h2 {
		font-size: 10px;
		color: #FFFFFF;
		font-weight: bold;
		border-top: 2px solid #4D4D4D;
		border-bottom: 2px solid #4D4D4D;
		padding: 3px 0px 3px 0px;
		margin: 0px;
		width: 373px;
	}
	
	#content_cell h1 {
		font-size: 18px;
		color: #2DB2FF;
		font-weight: bold;
		width: 373px;
		background-image: none;
		margin: 30px 0px 0px 0px !important;
		padding: 0px !important;
	}
	
	#image_cell {
		width: 304px;
		padding-left: 0px !important;
		vertical-align: top !important;
	}
	
	#image_cell .catalogue_divider {
		width: 304px;
		height: 11px;
		background-image: url(../images/catalogue_divider.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		margin-top: 5px;
	}

	#tab_container {
		padding: 0px;
		border-bottom: 1px solid #2DB2FF;
		height: 20px;
		width: 373px;
	}
	
	.product_price {
		color: #2DB2FF;
		font-weight: bold;
	}

	#purchase {
		border-top: 2px solid #4D4D4D;
		border-bottom: 2px solid #4D4D4D;
		padding: 5px 0px 5px 0px;
		font-size: 10px;
		width: 373px;
	}
	
	#purchase .no_purchase {
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#purchase label {
		text-transform: uppercase;
	}
	
	#purchase_table td {
		vertical-align: bottom !important;
	}
	
	#purchase .field_qty {
		border: 1px solid #333333;
		width: 50px;
		font-size: 11px;
		color: #333333;
		font-family: Arial, Verdana;
		padding: 2px 5px 2px 5px;
		margin-right: 20px;
	}

	#purchase .field_select_small {
		border: 1px solid #333333;
		width: 75px;
		font-size: 11px;
		color: #333333;
		font-family: Arial, Verdana;
		padding: 2px 2px 2px 5px;
		margin-right: 20px;
	}

	#postage {
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;
		margin-top: 20px;
	}

	#description_container {
		width: 373px;	
	}
	
	#image_container {
		width: 373px;
		padding: 5px 0px 5px 0px;
	}

	#image_container img {
		border-right: 6px solid #000000 !important;
	}
	
	.side_container {
		margin-bottom: 60px;
	}

	.side_tile {
		background-image: url(../images/catalogue_side_tile.jpg);
		background-repeat: repeat-y;
		background-position: 0px 71px !important;
		padding: 0px 12px 0px 4px;
	}

	.side_tile_o {
		background-image: url(../images/catalogue_side_tile_o.jpg);
		background-repeat: repeat-y;
		background-position: 0px 71px !important;
		padding: 0px 12px 0px 4px;
	}
	
	.side_container_content {
	}

	.side_container p {
		width: 145px;
		font-size: 10px;
		font-weight: bold;
	}
	
	.side_container_content h2 {
		font-size: 10px !important;
		font-weight: bold !important;
		margin: 10px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
		background-image: none !important;
		color: #2DB2FF;
	}

	.side_container_content h1 {
		font-size: 13px !important;
		font-weight: bold !important;
		margin: 0px 0px 5px 0px !important;
		padding: 0px 0px 0px 0px !important;
		background-image: none !important;
		color: #2DB2FF;
		line-height: normal;
		height: auto;
		width: auto;
	}
	
	.side_container_content a:hover h1 { color: #DA7600 !important; }
	.side_container_content a:hover h2 { color: #DA7600 !important; }


	#search_results h2 {
		font-size: 10px;
		color: #FFFFFF;
		font-weight: bold;
		border-top: 2px solid #4D4D4D;
		border-bottom: 2px solid #4D4D4D;
		padding: 3px 0px 3px 0px;
		margin: 0px 0px 0px 10px;
		width: 373px;
	}
	
	#search_results h1 {
		font-size: 16px;
		color: #2DB2FF;
		font-weight: bold;
		width: 373px;
		background-image: none;
		margin: 5px 0px 0px 10px !important;
		padding: 0px 0px 0px 0px !important;
		height: auto !important;
	}

	#search_results .category_path {
		font-size: 10px;
		text-transform: uppercase;
		margin-top: 0px;
		padding-top: 0px;
	}

	.search_divider {
		height: 11px;
		padding-top: 10px !important;
		padding-bottom: 10px;
		background-image: url(../images/catalogue_divider.jpg);
		background-position: center left;
		background-repeat: repeat-x;
		border-bottom: none;
	}

	#search_navigation {
		margin-bottom: 10px;
		font-size: 10px;
		text-transform: uppercase;
	}

	#account_container h2 {
		font-size: 10px;
		color: #FFFFFF;
		font-weight: bold;
		border: none;
		padding: 3px 0px 3px 0px;
		margin: 0px 0px 0px 10px;
		width: 373px;
	}
	
	#account_container h1 {
		font-size: 16px;
		color: #2DB2FF;
		font-weight: bold;
		width: 373px;
		background-image: none;
		margin: 5px 0px 0px 10px !important;
		padding: 0px 0px 0px 0px !important;
		height: auto !important;
	}

	#cms_catalogue_table {
		width: 680px;
		margin: 10px 0px 0px 12px;
	}

	#cms_catalogue_table h2 {
		font-size: 10px;
		color: #FFFFFF;
		font-weight: bold;
		border-top: 2px solid #4D4D4D;
		border-bottom: 2px solid #4D4D4D;
		padding: 3px 0px 3px 0px;
		margin: 0px 0px 0px 10px;
		width: 373px;
	}
	
	#cms_catalogue_table h1 {
		font-size: 16px;
		color: #2DB2FF;
		font-weight: bold;
		width: 373px;
		background-image: none;
		margin: 5px 0px 0px 10px !important;
		padding: 0px 0px 0px 0px !important;
		height: auto !important;
	}

	#cms_catalogue_table .category_path {
		font-size: 10px;
		text-transform: uppercase;
		margin-top: 0px;
		padding-top: 0px;
	}

	#cms_catalogue_table a:hover {
		text-decoration: none;
		color: #DA7600 !important;
	}
	
	.cms_divider {
		width: 482px;
		height: 11px;
		padding: 5px 0px 5px 0px;
		margin: 0px 0px 0px 12px;
		background-image: url(../images/catalogue_divider.jpg);
		background-position: center left;
		background-repeat: repeat-x;
	}

/*	LINKS			*/
	a { }
	a:hover { }


/*	HEADINGS		*/
	h1 { }
	h2 { }
	h3 { margin-left: 12px; margin-bottom: 0px; }
	h4 { margin-left: 12px; margin-bottom: 0px; }
	h5 { }
	h6 { }

	
/*	TEXT			*/
	p { }

	
/*	TABLE			*/
	table { }
	td, th { text-align: left; vertical-align: top; }


/*	FORM			*/
	label { color: #2DB2FF; font-size: 11px; }
	fieldset { }
	legend { }



/*	FORM ELEMENTS	*/
	.fieldText {
		border: 1px solid #333333;
		width: 280px;
		font-size: 11px;
		color: #333333;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}

	.field_text {
		border: 1px solid #333333;
		width: 380px;
		font-size: 11px;
		color: #333333;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_text_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_text_error {
		border: 1px solid #DA7600;
		background-color: #F5F4D3;
		width: 380px;
		font-size: 11px;
		color: #DA7600;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_select {
		border: 1px solid #333333;
		width: 380px;
		font-size: 11px;
		color: #333333;
		font-family: Arial, Verdana;	
	}
	.fieldDropDownSmall {
		border: 1px solid #333333;
		width: 100px;
		font-size: 11px;
		color: #333333;
		font-family: Arial, Verdana;	
	}
	.fieldTextSmall {
		border: 1px solid #333333;
		width: 100px;
		font-size: 11px;
		color: #333333;
		font-family: Arial, Verdana;	
	}
	.field_select_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
	}
	.field_select_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password {
		border: 1px solid #999999;
		width: 380px;
		font-size: 11px;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea {
		border: 1px solid #333333;
		width: 380px;
		height: 100px;
		font-size: 11px;
		color: #333333;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea_focus {
		border: 1px solid #486AA8;
		width: 380px;
		height: 100px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		height: 100px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_button {
		background-color: transparent;
		border: none;
		font-size: 14px;
		font-weight: bold;
		color: #2DB2FF;
	}
	.field_button_over {
		background-color: transparent;
		border: none;
		font-size: 14px;
		font-weight: bold;
		color: #DA7600;
		cursor: pointer;
	}

	.fieldButton {
		background-color: transparent;
		border: none;
		font-size: 14px;
		font-weight: bold;
		color: #2DB2FF;
	}
	.fieldButtonOver {
		background-color: transparent;
		border: none;
		font-size: 14px;
		font-weight: bold;
		color: #DA7600;
		cursor: pointer;
	}



/*	CMS ELEMENTS	*/
	.entry_options {
		width: 130px;
		border-top: 4px solid #B4C4D1;
		border-bottom: 1px solid #B4C4D1;
		float: right;
		font-size: 11px;
	}
	.entry_options ul {
		margin: 10px 0px 10px 20px;
		padding: 0px;
		list-style-type: circle;
	}
	.cms_table {
		width: 670px !important;
		margin-top: 10px;
		border-top: 1px solid #B3C5D2;
		border-bottom: 1px solid #B3C5D2;
	}
	.cms_table a {
		display: block;
	}
	.cms_table a.read_more {
		font-weight: bold;
	}
	.cms_table th {
		font-weight: normal;
		font-size: 10px;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px solid #B3C5D2;
		color: #FFFFFF;
	}
	.cms_table td {
		font-size: 11px;
		text-align: left;
		vertical-align: middle;
		border-bottom: 1px solid #B3C5D2;
		padding: 3px 0px 3px 0px;
	}
	.cms_table th a {
		display: inline;
	}
	.row_odd td {
	}
	.row_over td {
		cursor: pointer;
	}
	
	
	.lined_table td {
		border-bottom: 1px solid #3E3E3E;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.message {
		padding: 5px;
		margin: 5px;
		border: 1px solid #CCCCCC;
		font-weight: bold;
	}

	.message_positive {
		padding: 5px;
		margin: 5px;
		border: 1px solid #CCCCCC;
		font-weight: bold;
	}
	
	.new_price {
		color: #DA7600 !important;
		font-weight: bold;
		font-size: 16px!important;
	}
	
	#login_nav {
		margin-top: 10px;
	}
	
	.login_field {
		width: 155px;
		border: 1px solid #000;
		font-size: 10px !important;
		font-weight: bold;
		background-image: url(../images/nav_bg.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		color: #2DB2FF;
		padding: 8px 0px 6px 6px;
	}
	
	.login_field_on {
		width: 155px;
		border: 1px solid #DA7600;
		font-size: 10px !important;
		font-weight: bold;
		background-image: url(../images/nav_bg.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		color: #DA7600;
		padding: 8px 0px 6px 6px;
	}
	
	.login_button {
		border: none;
		background-color: #000000;
		font-size: 12px;
		font-weight: bold;
		color: #2DB2FF;
		padding-right: 0px;
		text-transform: uppercase;
		padding-left: 5px;
	}
	
	.login_button_o {
		border: none;
		background-color: #000000;
		font-size: 12px;
		font-weight: bold;
		color: #DA7600;
		padding-right: 0px;
		cursor: pointer;
		text-transform: uppercase;
		padding-left: 5px;
	}	
	
	.login_forgot {
		font-size: 10px !important;
		font-weight: bold;
		color: #2DB2FF;
		padding-top: 20px !important;
		text-decoration: none;
		text-transform: uppercase;
		display: inline;
		padding-left: 8px;
	}
	
	#sortable_list li {
		list-style-image: url(../images/drag.jpg);
	}
	
	#sortable_list li:hover {
		list-style-image: url(../images/drag_o.jpg);
		cursor: move;
	}
	
	#sortable_list table {
		margin-bottom: 20px;
	}
	
	#sortable_list_disabled {
		list-style-type: none;
	}
	
	#sortable_list_disabled table {
		margin-bottom: 20px;
	}
	
	#login_gallery_container table {
		width: 650px;
		margin-bottom: 30px;
	}

	#login_gallery_container h2 {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	#login_gallery_container h3 {
		margin-top: 0px;
		margin-bottom: 5px;
	}

	#login_gallery_container table td {
		vertical-align: top !important;
	}
	
	#login_gallery_container .info_cell {
		padding-bottom: 30px;
		background-image: url(../images/gallery_divider.jpg);
		background-position: bottom left;
		background-repeat: repeat-x;
	}
	
	#login_gallery_container .info_cell h2 {
		padding: 0px !important;
		margin: 0px !important;
	}
	
	#login_gallery_container .info_cell h3 {
		padding: 0px !important;
		margin: 0px !important;
	}
	
	#login_gallery_container .info_cell h4 {
		padding: 0px !important;
		margin: 0px !important;
	}	