/************************************************************************/
/* CSS fix from normalize.css - http://necolas.github.com/normalize.css */
/************************************************************************/

  * { outline: none; }
  select, input, textarea { color: #222; } /* Set color to be slightly lighter than pure black to avoid excessive contrast */
  a:focus { outline: thin dotted; } /* Addresses outline displayed oddly in Chrome */
  a:hover, a:active { outline: none; } /* Improves readability when focused and also mouse hovered in all browsers */
  b, strong { font-weight: bold; } /* Addresses style set to 'bolder' in FF3+, S4/5, Chrome */
  img { border: 0; } 
    .ie7 img { -ms-interpolation-mode: bicubic; } /* Improves image quality when scaled in IE7 */
  fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /* Define consistent border, margin, and padding */

  legend {
      border: 0; /* Corrects color not being inherited in IE6/7/8/9 */
      padding: 0;
      white-space: normal; /* Corrects text not wrapping in FF3 */
  }
  
  .ie6 legend, .ie7 legend { margin-left: -7px; } /* Corrects alignment displayed oddly in IE6/7 */

  button, input[type="button"], input[type="reset"], input[type="submit"] {
      cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
      -webkit-appearance: button; //* Corrects inability to style clickable 'input' types in iOS */
      *overflow: visible; /* Removes inner spacing in IE7 without affecting normal text inputs */
  }
  label { cursor: pointer; } /* indicate that 'label' will shift focus to the associated form element. */
  button[disabled], input[disabled] { cursor: default; } /* Re-set default cursor for disabled elements */

  input[type="checkbox"], input[type="radio"] {
      box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
      padding: 0; /* Removes excess padding in IE8/9 */
      *height: 13px; /* Removes excess padding in IE7 */
      *width: 13px;
  }

  input[type="search"] {
      -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box; /* Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */
      box-sizing: content-box;
  }

  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
      -webkit-appearance: none; /* Removes inner padding and search cancel button in S5, Chrome on OS X */
  }
  
  textarea {
      overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
      vertical-align: top; /* Improves readability and alignment in all browsers */
  }

  button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* Removes inner padding and border in FF3+ */
  
  .ie6 input { vertical-align: text-bottom; }
  .ie7 input[type="checkbox"] { vertical-align: baseline; }
  
  ::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
  ::selection { background:#FF5E99; color:#fff; text-shadow: none; }
  

    
/************************/
/* pngfactory.net style */
/************************/
  
* {
	margin:0;
	padding:0;
}

fieldset {
  padding: 3px;
}

html, body {
	height: 100%;
}

/* Don't force font size adjustment for iOS
html {
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
}
*/

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	min-width: 960px;
 	background: #a21617 url(src/main_bg.png) repeat-x 0 127px;
}

/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

#wrap {
	min-height: 100%;
}

#subwrap {
	overflow:auto;
	padding-bottom: 235px; /* must be same height as the #footer */
}

a {
	color: #fff;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a.external {
	background: url(src/external.png) right center no-repeat;
	padding-right: 15px !important;
}

h1, h2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

h1.title, h2.title  {
	text-shadow: 0 1px 1px #000;
	font-size: 17px;
}

h1.title  {
	color: #fff;
}

em {
	font-style: none;
}

input[type="checkbox"] {
	margin: 2px 4px;
}

.smallfont {
	font-size: 11px;
}

.livebg {
	background-color: #fff;
}

.spacer {
	clear: both;
	height: 20px;
}

.aclearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.aclearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .aclearfix { height: 1%;}
.aclearfix {display: block;}
/* End hide from IE-mac */

.noshow {
	display: none !important;
}

.notvisible {
	visibility: hidden;
}

.nopng {
	text-align: center;
	padding-top: 100px;
}

.soundlike {
	text-align: center;
	padding: 70px 0;
	color: #fff;
}

.colortagcell {
	float: left;
	width: 12px;
	height: 12px;
	border: 2px solid black;
	margin: 2px 3px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.colortagcell:hover {
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.taghl {
	border-color: white;
	-webkit-box-shadow: 0 0 3px #000, 0 0 2px #000 inset;
	-moz-box-shadow: 0 0 3px #000, 0 0 2px #000 inset;
	box-shadow: 0 0 3px #000, 0 0 2px #000 inset;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#noscript {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 1px;
}

#noscript a {
	text-decoration: underline;
}
	
#header_container {
	background: url(src/header_bg.png) repeat top left;
	height: 126px;
	border-bottom: 1px solid #ff0000;
}

#header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 62px;
}

#userbar {
	padding: 12px 0 5px 5px;
	color: #fff;
	text-align: right;
}

#userbar a {
	color: #bab2b0;
	text-decoration: none;
}

#userbar a:hover {
	color: #e7e7ca;
}

#userbar img {
	margin-right: 10px;
}

#userbar label {
	color: #BAB2B0;
	font: 12px Arial, Helvetica, sans-serif;
}

	span.registerlink {
		float: left;
	}

	input.login {
		padding: 0 10px 0 10px;
		border: 1px solid #333233;
		height: 21px;
		color: #BAB2B0;
		font-size: 12px;
		line-height: 21px;
		background: #474647;
		margin-left: 0;
	}

	input.hl {
		color: #fff;
	}

	input.rememberme {
		vertical-align: middle;
	}
	
	input.username {
		
	}

	input.password, input.password_hint {
		padding-right: 25px;
	}

	input.password {
		display:none;
	}
  
  input.username:focus,input.password:focus {
    -webkit-box-shadow: 0 0 2px 2px rgba(255,255,255,0.4);
    -moz-box-shadow: 0 0 2px 2px rgba(255,255,255,0.4);
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.4);
  }
  
	input.submitlogin {
		margin-top: 1px;
		position: absolute;
		right: 7px;
		border: none;
		background: none;
		color: #BAB2B0;
		cursor: pointer;
		width: 16px;
		line-height: 21px;
		height: 21px;
	}

#navbar {
	height: 34px;
	text-align: center;
	position: absolute;
	top: 100px;
	right: 0;
	border-bottom: 1px solid #ff0000;
}

	ul.nav {
		padding: 0;
		margin: 0;
	}

	ul.nav li {
		float: left;
		list-style-type: none;
		height: 32px;
		padding: 0;
		margin: 0;
		background: url(src/nav_bg.png) repeat-x top left;
		border: 1px solid #424142;
		border-right: none;
		position: relative;
		text-shadow: 1px 1px 0 #000;
	}

	ul.nav li a {
		color: #ddbfa7;
		font: 18px/35px 'BebasRegular', Arial, sans-serif;
		text-decoration: none;
		padding: 0 10px;
	}
  
    .ie6 ul.nav li a {
      line-height: 33px;
    }

	ul.nav li a:hover, ul.nav li.hl a {
		color: #e7e7ca;
	}

	ul.nav li.start {
		border-left: 1px solid #424142;
		width: 25px;
		padding: 0 10px;
	}

	ul.nav li.end {
		border-right: 1px solid #424142;
		width: 20px;
		cursor: pointer;
		z-index: 998;
		padding: 0 10px;
	}

	ul.nav li.end img.nav_search_indicator {
		position: absolute;
		left: -9px;
		top: 8px;
		display: none;
		z-index: 999;
	}

	ul.nav li.hl {
		background: url(src/nav_bg_hl.png) repeat-x top left !important;
	}

	ul.nav li img.nav_icon {
		position: absolute;
		top: 6px;
		left: 10px;
	}

	img.nav_indicator {
		position: absolute;
		top: 33px;
		left: 0;
		z-index: 1000;
		display: none;
	}
  
	.navsearch {
		position: absolute;
		top: 1px;
		right: 42px;
		z-index: 100;
		display: none;
		height: 32px;
		background: url(src/nav_bg.png) repeat-x top left;
		min-width: 50px;
		text-align: right;
	}

	.navsearch input.search-submit {
		background: url(src/actionicon_tile.png) 0 -224px no-repeat;
		border: none;
		position: absolute;
		right: 30px;
		top: 8px;
		color: #BAB2B0;
		cursor: pointer;
		width: 16px;
		height: 16px;
	}
	
	.navsearchfield {
		width: 150px;
	}

#navbar form {
	border-left: 1px solid #424142;
	padding: 5px 30px 0 20px;
	height: 28px;
}

input.search-input, input.tagsearch-input {
    padding: 0 40px 0 10px;
    border: 1px solid #333233;
    height: 21px;
    color: #BAB2B0;
    font-size: 12px;
    line-height: 21px;
    
    background: #333233; /* Old browsers */
    background: -moz-linear-gradient(top, #474647 3%, #333233 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#474647), color-stop(100%,#333233)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #474647 3%,#333233 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #474647 3%,#333233 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #474647 3%,#333233 100%); /* IE10+ */
    background: linear-gradient(top, #474647 3%,#333233 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474647', endColorstr='#333233',GradientType=0 ); /* IE6-8 */
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 2px rgba(255,0,0,0.6);
    -moz-box-shadow: 0 0 2px rgba(255,0,0,0.6);
    box-shadow: 0 0 2px rgba(255,0,0,0.6);
}

#advsearch {
	text-align: left;
	margin-top: 30px;
}

#advsearch label {
	font-size: 11px;
}

#advsearch input.search-input, #frm_ext_collection input, #frm_user_collection input, input.tagsearch-input {
  padding: 0 10px 0 10px !important;
	width: 150px;
	border-top: 1px solid #232223;
	border-left: 1px solid #232223;
	border-right: 1px solid #232223;
	background: #333233;    
  -webkit-box-shadow: 0 0 1px rgba(255,0,0,0.3), 0 1px 0 rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 0 1px rgba(255,0,0,0.3), 0 1px 0 rgba(0,0,0,0.1) inset;
  box-shadow: 0 0 1px rgba(255,0,0,0.3), 0 1px 0 rgba(0,0,0,0.1) inset;
}

  input.tagsearch-input {
    width: 100px !important;
    margin-left: 5px;
  }

#main_container {
	font-size: 13px;
	color: #c9af9b;
  padding-top: 50px;
}

.main_container_error {
	/*padding-bottom: 80px !important;
	height: 605px;*/
}

#main, #main_header, #main_footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#main_header {
	margin-bottom: 20px;
}

#main_browse {
	margin-left: 80px;
	margin-right: 80px;
}

#main_browse, #main {
	min-height: 250px;
}

#main_footer {
	margin-top: 20px;
	margin-bottom: 40px;
}

	.adminCP {
		margin-left: auto !important;
		margin-right: auto !important;
		width: 960px;
	}

	.browser {
		float: left;
		width: 170px;
		padding-top: 20px;
	}

	.ACPbrowser {
		width: 130px !important;
	}
	
	.browser a, .browser span.title, #preup .title {
		font: 15px 'BebasRegular', Arial, sans-serif;
		text-shadow: 0  1px  1px  #373333;
		letter-spacing: 2px;
		color: #c1a48d;
	}

	.browser ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.browser li {
		text-align: right;
		padding-right: 20px;
		vertical-align: middle;
	}
	
	.browser a:hover, .browser li.hl a, .browser span.title, #preup .title {
		color: #e7e7ca;
	}

	.browser li.hl, #preup span.hl {
		background: url(src/indicator.png) no-repeat center right;
		padding-right: 20px;
	}

	.content {
		margin-left: 180px;
		text-align: center;
		border-left: 1px solid #424142;
		padding-left: 20px;
		min-height: 400px;
	}

	.ACPcontent {
		margin-left: 140px !important;
	}

#error {
	text-align: center;
	color: #fff;
	margin: 150px 0 120px 0;
}

#error a {
	line-height: 16px;
	height: 16px;
	padding-left: 18px;
}

#message {
	text-align: left;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

#message a {
	text-decoration: underline;
}

#message p {
	margin-top: 20px;
	text-align: center;
}

#message a.login {
	text-decoration: none;
	font-size: 11px;
}

#home {
	width: 960px;
	height: 342px;
	position: relative;
}

	.fr { background: url(src/home_fr.png) no-repeat bottom left; }
	.en { background: url(src/home_en.png) no-repeat bottom left; }
  
  /*.image-replacement {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
  }*/

#home p {
	color: #c1a48d;
	font: 13px Verdana, Arial, sans-serif;
	text-shadow: 1px 1px 1px #373333;
	left: 770px;
	top: 270px;
	position: absolute;
}

#hometitle {
	margin: 30px 0 0 0;
	font: 36px '!PaulMaulRegular', cursive;
	text-shadow: 1px 1px 2px #000;
	color: #c1a48d;
	position: relative;
}

#hometitle img.arrow {
	position: absolute;
	width: 54px;
	height: 46px;
	top: 64px;
	z-index: 1000;
}

#homenav {
	margin: 0 0 0 30px;
	height: 200px;
	position: relative;
}

#homenav li {
  text-align: top;
  list-style: none outside none;
  float: left;
  margin: 0 20px;  
  
  background: #aa1718; /* Old browsers */
  background: -moz-linear-gradient(top, #aa1718 0%, #990100 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa1718), color-stop(100%,#990100)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #aa1718 0%,#990100 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #aa1718 0%,#990100 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #aa1718 0%,#990100 100%); /* IE10+ */
  background: linear-gradient(top, #aa1718 0%,#990100 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa1718', endColorstr='#990100',GradientType=0 ); /* IE6-9 */
  
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.4), 0 0 40px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(255, 0, 0, 0.8) inset;
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.4), 0 0 40px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(255, 0, 0, 0.8) inset;
  box-shadow: 0 1px 6px rgba(0,0,0,0.4), 0 0 40px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(255, 0, 0, 0.8) inset;
}

#homenav li:hover {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.25) inset, 0 1px 1px rgba(255, 0, 0, 0.8) inset;
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.25) inset, 0 1px 1px rgba(255, 0, 0, 0.8) inset;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.25) inset, 0 1px 1px rgba(255, 0, 0, 0.8) inset;
}

#homenav li a {
  display: block;
  height: 85px;
  width: 260px;
  padding-top: 20px;
	font: 24px Arial, sans-serif;
	text-shadow: 1px 1px 2px #373333 !important;
	color: #e7e7ca;
}

#homenav li p {
  margin-top: 0px;
  margin-right: 30px;
  margin-left: 10px;
  padding-right: 64px;
  height: 64px;
  cursor: pointer;
}

#homenav li span {
	font: 13px Arial, sans-serif;
	text-shadow: 0 1px 1px #373333;
	color: #c1a48d;
  display: block;
}

	.homenav_browse {
		background: url(src/home_browse.png) right 0 no-repeat;
	}
  
    li:hover .homenav_browse {
      background: url(src/home_browse.png) right -64px no-repeat;
    }

	.homenav_search {
		background: url(src/home_search.png) right 0 no-repeat;
	}
  
    li:hover .homenav_search {
      background: url(src/home_search.png) right -64px no-repeat;
    }

	.homenav_share {
		background: url(src/home_share.png) right 0 no-repeat;
		padding-right: 65px !important;
	}
  
    li:hover .homenav_share {
      background: url(src/home_share.png) right -64px no-repeat;
    }

	p.or_search, p.or_share {
		position: absolute;
		font: 40px '!PaulMaulRegular', cursive;
		text-shadow: 1px 1px 2px #000;
		color: #c1a48d;
		top: 75px;
	}

	p.or_search {
		left: 310px;
	}

	p.or_share {
		left: 610px;
	}

#resultbar  {
	border-bottom: 1px solid #424142;
	padding: 4px;
	color: #e7e7ca;
}

#resultbar a {
	color: #e7e7ca;
}

#resultbar a:hover {
	text-decoration: underline;
}

#resultbar a.action {
	float: right;
	text-decoration: none;
	color: #c1a48d;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 16px;
	padding-left: 18px;
	margin-left: 12px;
}

#resultbar a:hover.action {
	color: #e7e7ca;
}

	.editicon { background: url(src/actionicon_tile.png) 0 0 no-repeat; }
	.deleteicon { background: url(src/actionicon_tile.png) 0 -16px no-repeat; }
	.featureicon { background: url(src/actionicon_tile.png) 0 -32px no-repeat; }
	.downloadicon { background: url(src/actionicon_tile.png) 0 -48px no-repeat; }
	.previewicon { background: url(src/actionicon_tile.png) 0 -64px no-repeat; }
	.helpicon { background: url(src/actionicon_tile.png) 0 -80px no-repeat; }
	.reseticon { background: url(src/actionicon_tile.png) 0 -96px no-repeat; }
	.contacticon { background: url(src/actionicon_tile.png) 0 -112px no-repeat; }
	.homepageicon { background: url(src/actionicon_tile.png) 0 -128px no-repeat; }
	.thumbicon { background: url(src/actionicon_tile.png) 0 -144px no-repeat; }
	.updateicon { background: url(src/actionicon_tile.png) 0 -160px no-repeat; }
	.trashicon { background: url(src/actionicon_tile.png) 0 -176px no-repeat; }
	.warnicon { background: url(src/actionicon_tile.png) 0 -192px no-repeat; }

#toolbar {
	text-align: center;
	margin-top: 5px;
	font-size: 11px;
}

#toolbar  img {
	vertical-align: bottom;
	cursor: pointer;
	margin: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#toolbar  img.button {
	margin-left: 3px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#toolbar img.hl {
  -webkit-box-shadow: 0 0 4px #fff;
  -moz-box-shadow: 0 0 4px #fff;
  box-shadow: 0 0 4px #fff;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

#toolbar span.tool {
	margin-left: 20px;
	cursor: pointer;
}

#reverse {
	margin-left: 8px;
}

#perpage {
	margin: 0 5px;
	padding: 0;
	border: 0 none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 15px;
	cursor: pointer;
	background: none;
	color: #C9AF9B;
}

#perpage:focus {
	cursor: auto;
}

#main_content {
	color: white;
}

#main_content h2 {
  color: #7D675D;
	font: 24px 'BebasRegular', Arial, sans-serif;
	text-shadow: 1px 1px 1px #111;
	margin-left: 23px;
}

#main_content a {
  color: #E7E7CA;
	font-size: 14px;
}

#main_content a:hover {
  text-decoration: underline;
}

#main_content p {
	margin-left: 60px;
	color: #C1A48D;
	text-shadow: 1px 1px 1px #373333;
}

#register, #registererror, #registersuccess {
	width: 750px;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

#registererror {
	margin-bottom: 30px;
}

#registersuccess {
	margin-top: 150px;
}

#register fieldset {
	border: 1px solid;
	border-color: #333233;
	color: #e7e7ca;
	font-size: 11px;
	margin-top: 4px;
}

#register legend {
	font-size: 12px;
	text-shadow: 1px 1px 0 #181618;
}

#register input, #register select {
	border: 1px solid #333233;
	color: #BAB2B0 !important;
	background: #474647;
	font-size: 12px;
	padding: 2px;
	margin-top: 2px;
}

	input.button {
		padding: 3px 10px !important;
		color: #e7e7ca !important;
		font: 13px Verdana, Arial, Helvetica, sans-serif !important;
		font-weight: bold !important;
		text-shadow: 1px 1px #1f272b !important;
		border: 1px solid #1c252b !important;
    
    background: #232B30 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #3d4850 3%, #232b30 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3d4850), color-stop(100%,#232b30)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3d4850 3%,#232b30 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3d4850 3%,#232b30 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3d4850 3%,#232b30 100%) !important; /* IE10+ */
    background: linear-gradient(top, #3d4850 3%,#232b30 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4850', endColorstr='#232b30',GradientType=0 ) !important; /* IE6-9 */
    
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2) !important;
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2) !important;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2) !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	}

#browse_content {
	text-shadow: 0  1px  1px  #373333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	text-align: right;
	font-size: 12px;
}

#browse_content div{
	font-size: 13px;
	color: #E7E7CA;
	padding-bottom: 40px;
}

#tagcloud {
	text-align: center;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#tagcloud a {
	margin: 0 5px;
	color: white !important;
  display: inline-block;
  white-space: nowrap;
}

#tagcloud p {
	margin-top: 40px;
}

#gradwrapper {
	float: left;
	width: 30px;
	height: 326px;
	padding-left: 60px;
	padding-top: 70px;
	margin-right: 10px;
}

#gradwrapper div {
	width: 30px;
	height: 17px;
	font-size: 9px;
	text-align: right;
	color: #373333;
	text-shadow: 0 1px 0 #A23536, 0 -1px 0 #800504;
}

	#gradwrapper .grad {
		color: #000;
	}
	
	#gradwrapper span {
		visibility: hidden;
	}

	#gradwrapper .gradhl {
		color: #C9AF9B !important;
		text-shadow: 1px 1px 0 #181618 !important;
	}
	
	#gradwrapper .gradhl span {
		visibility: visible;
	}

#sliderwrapper {
	width: 29px;
	height: 326px;
	float: left;
	padding-top: 72px;
}

#slider {
	width: 3px;
	height: 256px;
	margin-top: 1px;
	border: 1px solid #480a0a;
  background: #480a0a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(255,0,0,0.2);
  -moz-box-shadow: 0 0 2px rgba(255,0,0,0.2);
  box-shadow: 0 0 2px rgba(255,0,0,0.2);
}

#thepng {
	border: solid 0 #FFFFFF;
  margin-right: auto;
	padding: 70px;
	float: left;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #191919;
	-moz-box-shadow: 0 0 5px #191919;
	box-shadow: 0 0 5px #191919;
}

  .ie6 #thepng {
    margin-left: 60px;
    margin-right: 10px;
  }

#thepng .wrapper {
	width: 256px;
	height: 256px;
	position: relative;
	border: none;
}

	.cenvintuit {
		height: 128px !important;
		width: 128px !important;
		margin: 64px !important;
	}
  
    .ie6 .cenvintuit, .ie7 .cenvintuit {
      margin-top: 134px !important;
    }

    .ie6 .cenvintuit .rateit {
      padding-top: 105px;
    }

	.wrapper img {
		position: absolute;
		top: 0;
		left: 0;
	}

#theinfos {
	color: #e7e7ca;
	background-color: #373333;
	border: solid 0 #555555;
	width: 256px;
	height: 356px;
	margin-left: auto;
	margin-right: 129px;
	padding: 20px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #191919;
	-moz-box-shadow: 0 0 5px #191919;
	box-shadow: 0 0 5px #191919;
}

#infos {
  height: 290px;
  text-align: center;
  overflow: visible;
}

  .ie6 #theinfos {
    margin-right: 0;
    margin-left: 0;
  }
  
  .ie6 #infos {
    height: 270px;
  }

#theinfos h1 {
	color: #fff;
	font-size: 21px;
	overflow: hidden;
	white-space: nowrap;
}

#theinfos span.rules, #theinfos span.stars, #theinfos span.underlicense, #theinfos span.rules {
  display: block;
}

#theinfos span.stars {
  margin: 5px 0 10px 0;
}

#theinfos span.underlicense {
  margin: 20px 0 0 0;
}

#theinfos a {
	color: #e7e7ca;
}

#theinfos a:hover {
	text-decoration: underline;
}

#theinfos ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
}

  .ie6 #theinfos li {
    text-align: left !important;
  }

#theinfos img {
	vertical-align: middle;
}

	a.ribbon {
		background: url(src/ribbonsprite.png) no-repeat 0 -40px;
		position: absolute;
		float: right;
		height: 40px;
		width: 27px;
		right: 25px;
		top: -4px;
		border: none;
		cursor: pointer;
	}

	a.ribbon:hover {
		text-decoration: none !important;
	}

	a.ribboned {
		background-position: 0 0 !important;
	}

	a.license {
		line-height: 22px;
		font-weight: bold;
		text-shadow: 0  1px  2px  #000;
    display: block;
    margin-bottom: 15px;
	}

	span.rules {
		color: #928875;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

	span.yesno {
		float: right;
		text-shadow: 0  1px  2px  #000;
	}
 
    .ie6 .yesno, .ie7 .yesno {
      float: none;
      margin-left: 10px;
    }

	.stars img {
		margin: 5px 2px;
	}

.dlbutton {
  color: #e7e7ca;
  font-weight: bold;
  display: block;
  width: 30px;
  padding: 5px 50px;
  margin: 7px 0 7px 63px;
  text-shadow: 1px 1px #1f272b;
  border: 1px solid #1c252b;
  
  background: #232B30; /* Old browsers */
  background: -moz-linear-gradient(top, #3d4850 3%, #313d45 4%, #232b30 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3d4850), color-stop(4%,#313d45), color-stop(100%,#232b30)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3d4850 3%,#313d45 4%,#232b30 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3d4850 3%,#313d45 4%,#232b30 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3d4850 3%,#313d45 4%,#232b30 100%); /* IE10+ */
  background: linear-gradient(top, #3d4850 3%,#313d45 4%,#232b30 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4850', endColorstr='#232b30',GradientType=0 ); /* IE6-9 */
    
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.dlbutton:hover {
    text-decoration: none !important;
    color: #fff !important;
    background: #4C5A64; /* Old browsers */
    background: -moz-linear-gradient(top, #4C5A64 3%, #404F5A 4%, #2E3940 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4C5A64), color-stop(4%,#404F5A), color-stop(100%,#2E3940)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4C5A64 3%,#404F5A 4%,#2E3940 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4C5A64 3%,#404F5A 4%,#2E3940 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4C5A64 3%,#404F5A 4%,#2E3940 100%); /* IE10+ */
    background: linear-gradient(top, #4C5A64 3%,#404F5A 4%,#2E3940 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C5A64', endColorstr='#2E3940',GradientType=0 ); /* IE6-9 */
}

.dlbutton:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    color: #fff;
    padding: 6px 50px 4px 50px;
    
    background: #20282D; /* Old browsers */
    background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#222A30)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #20282D 3%,#252E34 51%,#222A30 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #20282D 3%,#252E34 51%,#222A30 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #20282D 3%,#252E34 51%,#222A30 100%); /* IE10+ */
    background: linear-gradient(top, #20282D 3%,#252E34 51%,#222A30 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
    -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}

#similare {
	margin-top: 50px;
	text-align: center;
	position: relative;
	display: none;
}

  .ie6 #sim_carousel, .ie7 #sim_carousel {
    position: relative !important;
  }

	a.prev, a.next {
		width: 16px;
		height: 16px;
		display: block;
		position: absolute;
		top: 70px;
	}

	a.prev {
		background: url(src/actionicon_tile.png) 0 -208px no-repeat;
		left: 5px;
	}

	a.next {
		background: url(src/actionicon_tile.png) 0 -224px no-repeat;
		right: 5px;
	}

	a.prev span, a.next span {
		display: none;
	}

	div.clearfix {
		float: none;
		clear: both;
	}

	div.caroufredsel_wrapper {
		margin-left: auto;
		margin-right: auto;
	}

	.sim_png {
		float: left;
		width: 110px;
		height: 94px;
		background: url(src/sim_png_bg.png) no-repeat top left;
		padding-top: 18px;
	}

	.sim-title {
		font-family: 'Lobster13Regular', arial, serif;
		font-size: 19px;
		color: #e7e7ca;
		padding-bottom: 5px;
		text-shadow: 0  1px  2px  #373333;
	}

#frm_warn  textarea {
	width: 490px;
	height: 130px;
	margin-bottom: 10px;
}

#frm_warn  label {
	color: #e7e7ca;
}

.suiteformcaller {
  padding-left: 18px;
  background: url(src/actionicon_tile.png) 0 -240px no-repeat;
  height: 18px;
}

#frm_suitecreator  label, #frm_suiteeditor  label {
	color: #e7e7ca !important;
	font-size: 11px;
}

#frm_suitecreator  input, #frm_suiteeditor input {
	margin-bottom: 10px;
	margin-top: 3px;
}

#frm_editor {
	/*font-family: Tahoma, verdana, arial, sans-serif;*/
}

.smallitem {
	background-color: #373333;
	border: solid 0 #FFFFFF;
	float: left;
	width: 160px;
	height: 130px;
	text-align: center;
	margin: 5px;
	padding: 10px;
	color: #e7e7ca;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #191919;
	-moz-box-shadow: 0 0 5px #191919;
	box-shadow: 0 0 5px #191919;
}

.smallitem h1 {
	margin-top: 40px;
}

.smallitem p {
	margin-top: 45px !important;
}

.bigitem {
	background-color: #373333;
	border: solid 0 #FFFFFF;
	float: left;
	width: 360px;
	height: 140px;
	text-align: left;
	margin: 5px;
	padding: 5px;
	color: #e7e7ca;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #191919;
	-moz-box-shadow: 0 0 5px #191919;
	box-shadow: 0 0 5px #191919;
}

.bigitem img {
	float: left;
	padding-right: 20px;
	margin-top: 6px;
	margin-left: 6px;
}

.bigitem div.noimg {
	float: left;
	width: 128px;
	height: 128px;
	margin-left: 6px;
	margin-right: 20px;
	margin-top: 6px;
	text-align: center;
	border: 1px dashed #888;
	font-size: 11px;
	line-height: 128px;
	color: #888;
}

.bigitem input {
	float: right;
}

.bigitem span.smallfont {
	color: #928875;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.bigitem a.awesome {
	margin: 2px !important;
}

.bigitem a.external {
	text-decoration: underline;
}

.bigitem h1, .bigitem h2 {
	margin-top: 5px !important;
	overflow: hidden;
	white-space: nowrap;
}
  .ie6 .bigitem h2.title {
    display: inline-block;
    width: 195px;
    overflow: hidden;
  }

.bigitem textarea {
	background-color: #454545;
	border: 1px solid #282828;
	color: white;
	padding: 3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 190px;
	height: 70px;
}

.frm_uploadstyle {
	margin-top: 60px;
}

#preup {
  width:300px;
  float: left;
  padding: 10px;
}

	#preup span.hl {
	  float: right;
	}
	
	p.forceiframe {
	  margin-top: 10px;
	  font-style:italic;
	}

.rejectedstyle {
	margin-top: 50px;
	text-align: right;
}

.rejectedstyle  a{
	color: #c9af9b;
}

.rejectedstyle  li{
	color: #e7e7ca;
	padding-bottom: 10px;
}

	.reason {
		color: #c9af9b;
		font-size: 11px;
	}

.frm_callbackstyle {
	margin-left: 325px;
	border-left: 1px solid #424142;
	font-family: Tahoma, verdana, arial, sans-serif;
}

.frm_callbackrecipientstyle  input, .frm_callbackrecipientstyle  select, .frm_callbackrecipientstyle  textarea {
	background-color: #fff;
	color: #000;
	border: 1px solid #888888;
	padding: 1px;
	margin: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.frm_callbackrecipientstyle  input {
	width: 300px;
}

.frm_callbackrecipientstyle  select:disabled {
	background-color: #e2e2e2;
}

.frm_callbackrecipientstyle label {
	font-size: 11px;
  display: block;
}

.frm_callbackrecipientstyle textarea  {
	font-size: 12px;
  height: 50px;
  width: 300px;
}

	.inputerror {
		background-color: #373333 !important;
		color: #fff !important;
		border: 1px solid #000 !important;
	}

	.propagate {
		cursor: pointer;
		font-size: 11px;
		color: #000;
	}

.frm_errorstyle, .frm_errorstyle a {
	color: #e7e7ca;
	font-weight: bold;
  text-align: center;
}

.frm_errorstyle a {
	text-decoration: underline;
}

.frm_footerstyle {
	padding-top: 30px;
  text-align: center;
}

.frm_footerstyle a, .frm_footerstyle a:hover {
	color: #c9af9b;
	text-decoration: underline;
}

.frm_footerstyle  label{
	font-size: 12px;
}

#frm_ext_collection, #frm_user_collection {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left !important;
}

#frm_ext_collection p, #frm_user_collection p {
	margin: 3px;
	padding: 0;
}

#frm_ext_collection label, #frm_user_collection label {
  display: inline-block; 
  width: 235px; 
  margin-right: 10px; 
  vertical-align: top; 
  text-align: right; 
	font-size: 12px;
	padding-top: 4px;
}

#frm_ext_collection input, #frm_user_collection input {
	width: 200px !important;
}

#frm_ext_collection .selector , #frm_user_collection .selector {
	margin-left: 247px;
	margin-right: auto;
}

.styledsubmit, .smallstyledsubmit {
	background: none;
	border: none;
	cursor: pointer;
	font: 30px 'BebasRegular', Arial, sans-serif;
	text-shadow: 0  2px  3px  #373333;
	letter-spacing: 2px;
	color: #e7e7ca;
}

.styledsubmit:disabled {
	color: #c9af9b;
	cursor: auto;
}

.smallstyledsubmit {
	font-size: 17px;
	vertical-align: middle;
	padding-bottom: 1px;
}

#nofile, .upitem {
	margin-left: 20px;
	margin-right: 5px;
  margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #191919;
	-moz-box-shadow: 0 0 5px #191919;
	box-shadow: 0 0 5px #191919;}

#nofile {
	color: #e7e7ca;
	text-align: center;
	line-height: 201px;
	border: dashed 1px #fff;
}

  .ie #nofile {
    box-shadow: none;
  }

.upitem {
  background-color: #e7e7ca;
	padding: 5px;
	color: #000;
}

  .ie6 .upitem, .ie7 .upitem, .ie8 .upitem  {
    border: 1px solid #888888;
  }
  #modaleditor .upitem {
    margin-right: 20px;
  }

	.preview {
		float: left;
		text-align: center;
		font-size: 11px;
		line-height: 25px;
	}

	.preview img {
		margin: 30px 40px 0 40px;
	}

.upitem a.action {
	float: right;
	height: 16px;
	width: 16px;
}

.ignore {
	background-color: #a23536 !important;
}

.pngitem {
	background-color: white;
	padding: 0;
	border: solid 0 #FFFFFF;
	float: left;
	width: 180px;
	height: 150px;
	text-align: center;
	margin: 5px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #191919;
	-moz-box-shadow: 0 0 5px #191919;
	box-shadow: 0 0 5px #191919;
}

.pngitem img.png {
	margin-top: 11px;
}

	.nomargin {
		margin: 0 !important;
	}

	.cornerribbon {
		width: 40px;
		height: 40px;
		background: url(src/cornerribbon.png) no-repeat top left;
		position: absolute;
		top: -1px;
		left: -1px;
	}

	.favribbon {
		position: absolute;
		top: -1px;
		right: 10px;
	}

	.itemremover {
		position: absolute;
		top: 6px;
		right: 6px;
		width: 16px;
		height: 16px;
	}

.pngitem input {
	position: absolute;
	right: 5px;
	top: 5px;
}

.popup {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	padding: 5px;
	margin-top: 100px;
	color: #fff;
	height: 40px;
	width: 170px;
  background: black;
	background: rgba(0, 0, 0, 0.8);
	font-weight: bold;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.popup a {
	margin: 2px !important;
}

.damier {
	background: url(src/bg_damier.png) repeat top left;
}

.tooltip {
	position: absolute;
	padding: 10px 13px;
	z-index: 2;
	color: #000;
	line-height: 18px;
	text-align: center;
	background-color: white;
	border: solid 0 #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #191919;
	-moz-box-shadow: 0 0 5px #191919;
	box-shadow: 0 0 5px #191919;
}

.tooltip a {
	color: black !important;
	text-decoration: none !important;
}

.tooltip a:hover {
	text-decoration: underline !important;
}

#pagination {
	float: right;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#pagination img {
	vertical-align: bottom;
}

#pagination a {
	text-decoration: none;
	margin: 3px;
	color: #c1a48d;
}

#pagination a:hover {
	text-decoration: underline;
}

.awesome, .awesome:visited {
	background: #222; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff !important; 
	text-decoration: none !important;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.awesome:hover { background-color: #111; color: #fff; }
.awesome:active { top: 1px; }
.small, .small:visited { font-size: 11px; padding: 4px 7px 4px 7px; }
.icon { padding: 2px 10px 2px 10px; vertical-align: middle; top: -1px;}
.awesome, .awesome:visited,
.medium, .medium:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}

.large, .large:visited {
	font-size: 24px;
	padding: 8px 14px 9px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.green, .green:visited					{ background-color: #91bd09; }
.green:hover							{ background-color: #749a02; }
.blue, .blue:visited		{ background-color: #2daebf; }
.blue:hover							{ background-color: #007d9a; }
.red, .red:visited, .redrounded, .redrounded:visited	{ background-color: #a23536; }
.red:hover, .redrounded:hover					{ background-color: #872300; }
.magenta, .magenta:visited		{ background-color: #a9014b; }
.magenta:hover							{ background-color: #630030; }
.orange, .orange:visited		{ background-color: #ff5c00; }
.orange:hover							{ background-color: #d45500; }
.yellow, .yellow:visited		{ background-color: #ffb515; }
.yellow:hover							{ background-color: #fc9200; }
.grey, .grey:visited		{ background-color: #928875; }
.grey:hover							{ background-color: #6b6356; }

.green, .blue, .yellow, .magenta, .redrounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

  .ie6  .redrounded, .ie7  .redrounded {
    vertical-align: middle;
  }

#footer_container, #footer_container_small {
	background: url(src/footer_bg.png) repeat top left;
	position: relative;
	border-top: 5px solid #a23536;
	margin-top: -235px; /* negative value of footer height */
	height: 230px;
	clear: both;
}

#footer_container_small {
	margin-top: -85px; /* negative value of footer height */
	height: 80px;
}

#footer {
	margin-top: 20px;
	color: #c1a48d;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 0 #181618;
}

#footer a, #footer a:link, #footer  a:visited {
	text-decoration: none;
	color: #7D675D;
}

#footer  a:hover {
	color: #c1a48d;
}

.footer-title {
	font-family: 'Lobster13Regular', Arial, sans-serif;
	font-size: 21px;
	color: #a23536;
	padding-bottom: 5px;
}

#footer_left {
	float: left;
	width: 240px;
}

#footer_right {
	float: left;
	padding-left: 60px;
}

.footer_offset {
	padding-left: 23px;
}

#footer_left ul, #footer_right ul {
	line-height: 27px;
	height: 27px;
	margin: 0;
	padding: 0;
	float: left;
	padding-right: 15px;
	padding-left: 0;
}

#footer_left li, #footer_right li {
	list-style-type: none;
}

#footer_left li, #footer_right li {
	padding-left: 23px;
}

#footer_left li:hover {
	background: url(src/footer_arrow.png) center left no-repeat;
}

	.rssfeed {
		background: url(src/socialicon_tile.png) 0 0 no-repeat;
	}
	
	.twitter {
		background: url(src/socialicon_tile.png) 0 -27px no-repeat;
	}
	
	.facebook {
		background: url(src/socialicon_tile.png) 0 -54px no-repeat;
	}
	
	.email {
		background: url(src/socialicon_tile.png) 0 -81px no-repeat;
	}
	
#footer_center {
	float: left;
	width: 480px;
	text-align: center;
}

.footer_png {
	float: left;
	width: 120px;
	height: 100px;
	background: url(src/footer_png_bg.png) no-repeat top left;
	padding-top: 18px;
}

.footer_png img.png{
	width: 64px;
	height: 64px;
}

#footer_copyright {
	clear : both;
	text-align: center;
	padding-top: 15px;
	line-height: 18px;
}

  .ie7 #footer_copyright {
    padding-top: 0px !important;
  }

#footer_copyright span, #footer_copyright span a{
	color : #7d675d !important;
	font-size: 11px;
}

#footer_copyright span a:hover {
	text-decoration: underline !important;
}


/***********************************************/
/* tablet rules - http://nmsdvid.com/snippets/ */
/***********************************************/

  @media (max-device-width: 1024px) and (orientation: landscape) {
    body {
      background: #a21617 url(src/main_bg.png) repeat-x 0 80px;
    }
    
    #header_container {
      height: 80px;
    }
    
    #logo {
      top: 16px;
    }
    
    #navbar {
      top: 54px;
    }

    #home {
      height: 292px;
      position: relative;
    }
    
    #home p {
      top: 220px;
    }
    
    #hometitle {
      margin: 5px 0 0 0;
    }
    
    span.registerlink {
      float: none;
      margin-right: 10px;
    }
  }

  /* iphone rules */
  @media screen and (max-device-width: 480px) {

  }
/* end mobile rules */
  

  
/***************************************************************/
/* IE fix for alpha and CSS3 properties emulation via CSS3 Pie */
/***************************************************************/

  .ie6 #logo,
  .ie6 ul.nav li img.nav_icon,
  .ie6 img.nav_indicator,
  .ie6 img.nav_search_indicator,
  .ie6 .arrow,
  .ie6 #home,
  .ie6 .footer_png,
  .ie6 #footer_right li,
  .ie6 .cornerribbon, 
  .ie6 .bigitem img, 
  .ie6 #userbar img, 
  .ie6 #frm_options img, 
  .ie6 .favribbon, 
  .ie6 img.png, 
  .ie6 a.action, 
  .ie6 #frm_upload img, 
  .ie6 .browser li.hl, 
  .ie6 #preup span.hl, 
  .ie6 .search-submit, 
  .ie6 a.external, 
  .ie6 .ui-slider-handle, 
  .ie6 a.ribbon, 
  .ie6 #pngsrc, 
  .ie6 div.rateit div, 
  .ie6 .sim_png, 
  .ie6 .sim_png a img, 
  .ie6 .prev, 
  .ie6 .next, 
  .ie6 .suiteformcaller, 
  .ie6 .modalCloseImg, 
  .ie6 .modalCloseImgHelp, 
  .ie6 .colorpicker, 
  .ie6 .stars img, 
  .ie6 #resultbar h1 img  {
    behavior: url(http://127.0.0.1/PIE.htc);
    /*behavior: url(http://www.customxp.net/beta/v7/PIE.htc);*/
    /*behavior: url(http://www.pngfactory.net/PIE.htc);*/
    -pie-png-fix: true;
  }
  
  .ie #theinfos, 
  .ie #thepng, 
  .ie #nofile, 
  .ie #modalloader, 
  .ie #homenav li, 
  .ie .pngitem, 
  .ie .smallitem, 
  .ie .bigitem , 
  .ie .popup, 
  .ie .awesome, 
  .ie .awesome:visited, 
  .ie .tooltip,
  .ie .colortagcell, 
  .ie .taghl,
  .ie img.hl,
  .ie input.button,
  .ie .popup {
    behavior: url(http://127.0.0.1/PIE.htc);
    /*behavior: url(http://www.customxp.net/beta/v7/PIE.htc);*/
    /*behavior: url(http://www.pngfactory.net/PIE.htc);*/
  }

  
/********************/
/* @Font Face rules */
/********************/
@font-face {
    font-family: 'BebasRegular';
    src: url('font-face/Bebas/BEBAS___-webfont.eot');
    src: url('font-face/Bebas/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/Bebas/BEBAS___-webfont.woff') format('woff'),
         url('font-face/Bebas/BEBAS___-webfont.ttf') format('truetype'),
         url('font-face/Bebas/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lobster13Regular';
    src: url('font-face/Lobster/Lobster_1.3-webfont.eot');
    src: url('font-face/Lobster/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/Lobster/Lobster_1.3-webfont.woff') format('woff'),
         url('font-face/Lobster/Lobster_1.3-webfont.ttf') format('truetype'),
         url('font-face/Lobster/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: '!PaulMaulRegular';
    src: url('font-face/PaulMaul/!PaulMaul-webfont.eot');
    src: url('font-face/PaulMaul/!PaulMaul-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/PaulMaul/!PaulMaul-webfont.woff') format('woff'),
         url('font-face/PaulMaul/!PaulMaul-webfont.ttf') format('truetype'),
         url('font-face/PaulMaul/!PaulMaul-webfont.svg#!PaulMaulRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* end @Font Face rules */



/***********************************/
/* ColorPicker jQuery plugin rules */
/***********************************/

  .colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    background: url(src/colorpicker/colorpicker_background.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
  }
  .colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
  }
  .colorpicker_color div {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(src/colorpicker/colorpicker_overlay.png);
  }
  .colorpicker_color div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background: url(src/colorpicker/colorpicker_select.gif);
    margin: -5px 0 0 -5px;
  }
  .colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
  }
  .colorpicker_hue div {
    position: absolute;
    width: 35px;
    height: 9px;
    overflow: hidden;
    background: url(src/colorpicker/colorpicker_indic.gif) left top;
    margin: -4px 0 0 0;
    left: 0px;
  }
  .colorpicker_new_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: #f00;
  }
  .colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: #f00;
  }
  .colorpicker input {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989;
    top: 4px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 11px;
  }
  .colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(src/colorpicker/colorpicker_hex.png) top;
    left: 212px;
    top: 142px;
  }
  .colorpicker_hex input {
    right: 6px;
  }
  .colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
  }
  .colorpicker_field span {
    position: absolute;
    width: 12px;
    height: 22px;
    overflow: hidden;
    top: 0;
    right: 0;
    cursor: n-resize;
  }
  .colorpicker_rgb_r {
    background-image: url(src/colorpicker/colorpicker_rgb_r.png);
    top: 52px;
    left: 212px;
  }
  .colorpicker_rgb_g {
    background-image: url(src/colorpicker/colorpicker_rgb_g.png);
    top: 82px;
    left: 212px;
  }
  .colorpicker_rgb_b {
    background-image: url(src/colorpicker/colorpicker_rgb_b.png);
    top: 112px;
    left: 212px;
  }
  .colorpicker_hsb_h {
    background-image: url(src/colorpicker/colorpicker_hsb_h.png);
    top: 52px;
    left: 282px;
  }
  .colorpicker_hsb_s {
    background-image: url(src/colorpicker/colorpicker_hsb_s.png);
    top: 82px;
    left: 282px;
  }
  .colorpicker_hsb_b {
    background-image: url(src/colorpicker/colorpicker_hsb_b.png);
    top: 112px;
    left: 282px;
  }
  .colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(src/colorpicker/colorpicker_submit.png) top;
    left: 322px;
    top: 142px;
    overflow: hidden;
  }
  .colorpicker_focus {
    background-position: center;
  }
  .colorpicker_hex.colorpicker_focus {
    background-position: bottom;
  }
  .colorpicker_submit.colorpicker_focus {
    background-position: bottom;
  }
  .colorpicker_slider {
    background-position: bottom;
  }
/* end Colorpicker jQuery plugin rules */



/***********************************/
/* SimpleModal jQuery plugin rules */
/***********************************/

  #basic-modal-content {display:none;}

  /* Generic Overlay */
  #simplemodal-overlay {background-color:#000; cursor:wait;}

  /* modal style for editor */
  #modaleditor {
    display: none;
    background-color: #a21617;
    background: url(src/footer_bg.png) repeat top left;
    width: 740px;
    border: 4px solid #373333;
    padding: 12px;
    /*height: 310px;*/
  }

  /* modal style for upload Help */
  #modalhelp {
    display: none;
    font-family: Tahoma, verdana, arial, Helvetica, sans-serif;
    background-color: #e7e7ca;
    width: 600px;
    border:  4px solid #c9af9b;
    padding: 12px !important;
    height: 500px;
    overflow: auto;
  }

  #modalhelp h3 {
    font-size: 15px;
    margin: 15px 0 !important;
  }

  #modalhelp a {
    color: #000;
    text-decoration: underline;
  }

  #modalhelp p.legend {
    text-align: center !important;
    font-size: 11px;
    font-style:italic;
    margin: 15px 0;
  }

  #modalhelp ul {
    margin-left: 40px;
  }

  /* modal style for confirm dialog */
  #modalconfirm {
    display:none;
    height:130px;
    width:350px;
    text-align:left;
    background: url(src/main_bg.png) repeat-x top left;
    border:4px solid #373333;	
  }

  #modalconfirm .modalheader {
    height:30px;
    line-height:30px;
    background-color: #b72b06;
    border-bottom: 1px solid #a23536;
    width:100%;
    color:#e7e7ca;
    font-weight:bold;
  }

  #modalconfirm .modalheader span {
    padding-left:8px;

  }
  #modalconfirm .modalmessage {
    color:#e7e7ca;
    padding:15px 10px;
    text-align: center;
  }

  #modalconfirm .modalbuttons {
    padding: 10px 10px 0 0;
    text-align: right;
  }

  #modalconfirm .modalbuttons a {
    /*float:right;*/
    margin-left: 10px;
  }

  /* modal style for Warn form */
  #modalwarn {
    display: none;
    background-color: #a21617;
    background: url(src/footer_bg.png) repeat top left;
    width: 500px;
    border: 4px solid #373333;
    padding: 12px;
    height: 200px;
  }

  /* modal style for suitecreator form */
  #modalsuitecreator, #modalsuiteeditor {
    display: none;
    background-color: #a21617;
    background: url(src/footer_bg.png) repeat top left;
    width: 400px;
    border: 4px solid #373333;
    padding: 12px;
    height: 100px;
  }

  /* modal style for notifier */
  #notifier {
    display:none;
    min-width:350px;
    max-width:700px;
    text-align:left;
    background: url(src/main_bg.png) repeat-x top left;
    border:4px solid #373333;	
  }

  #notifierheader {
    height:30px;
    line-height:30px;
    background-color: #b72b06;
    border-bottom: 1px solid #a23536;
    width:100%;
    color:#e7e7ca;
    font-weight:bold;
  }

  #notifierheader span {
    padding-left:8px;
  }

  #notifiermessage {
    color:#e7e7ca;
    padding:20px;
    text-align: center;
  }

  #modalloader {
    display: none;
    padding: 30px;
    text-align: center;
    background-color: white;
    border: solid 0 #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #191919;
    -moz-box-shadow: 0 0 5px #191919;
    box-shadow: 0 0 5px #191919;
  }

  /* modal style for Generic Close Button */
  .modalCloseImg, .modalCloseImgHelp {
    background: url(src/actionicon_tile.png) 0 -16px no-repeat;
    width:16px;
    height:16px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:10px;
    right:10px;
    cursor:pointer;
  }

  .modalCloseImgHelp {
    top:13px !important;
    right:30px !important;
  }
/* end SimpleModal jQuery plugin rules */




/****************************/
/* RateIt jQuery plugin rules */
/****************************/

  div.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: absolute;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    bottom: 10px;
  }

  div.rateit div.rateit-range {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(src/rateit/star.png);
    height: 16px;
    left: 88px;
  }

  /* for IE 6 */
  * html div.rateit, * html div.rateit div.rateit-range {
    display: inline;
  }

  /* for IE 7 */
  * + html div.rateit, * + html div.rateit div.rateit-range {
    display: inline;
  }

  div.rateit div.rateit-hover, div.rateit div.rateit-selected {
    position: absolute;
  }

  div.rateit div.rateit-hover {
    background: url(src/rateit/star.png) left -32px;
  }

  div.rateit div.rateit-hover-rtl {
    background-position: right -32px;
  }

  div.rateit div.rateit-selected {
    background: url(src/rateit/star.png) left -16px;
  }

  div.rateit div.rateit-selected-rtl {
    background-position: right -16px;
  }

  div.rateit div.rateit-preset {
    background: url(src/rateit/star.png) left -48px;
  }

  div.rateit div.rateit-preset-rtl {
    background: url(src/rateit/star.png) left -48px;
  }

  div.rateit div.rateit-reset {
    background: url(src/rateit/delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
  }

  div.rateit div.rateit-reset:hover {
    background-position: 0 -16px;
  }
/* end RateIt jQuery plugin rules */


/****************************/
/* File Upload jQuery plugin rules */
/****************************/
  #frm_upload {
    position: relative;
    overflow: hidden;
    direction: ltr;
    cursor: pointer;
    text-align: center;
    width:300px;
    cursor: pointer;
  }

  #frm_upload div {
    height: 87px;
    cursor: pointer;
    padding: 5px;
    text-align: center;
  }

  #frm_upload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: 300px solid transparent;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    filter: alpha(opacity=0);
    -o-transform: translate(-300px, -300px) scale(10);
    -moz-transform: translate(-800px, 0) scale(10);
    cursor: pointer;
  }

  #frm_upload iframe, #frm_upload button {
    display: none;
  }