#templates-content-holder
{
    margin-top: -80px;
}

#store-search-filter
{
    width: 940px;
    height: 39px;
    background-image: url(../images/store-filter-bg.gif);
    background-repeat: no-repeat;
    padding:10px;
}

.search-filter
{
    margin-right: 14px;
}

.template-category-holder
{
    margin-top: 3px;
}

.template-header
{
    width: 980px;
    height: 38px;
    background-image: url(../images/store-panel-header-bg.gif);
    clear: both;
    float: none;
}

.template-header h3
{
    color: #f16c22;
    font-size: 18px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    padding: 10px;
}

.template-header a
{
    color: #ccc;
    font-size: 14px;
    display: inline-block;
    padding-top: 12px;
    text-decoration: none;
}

.template-options
{
    width: inherit;
    height: 375px;
    background-image: url(../images/store-panel-bg.gif);
    float: none;
    clear: both;
}

.templates-group
{
    width: inherit;
}

.template
{
    padding: 0;
    width: 320px;
    padding-left: 6px;
    height: 380px;
    float: left;
    color: #ccc;
}

.template-separator
{
    background-image: url(../images/store-tmplt-separator.png);
    background-position: right;
    background-repeat: no-repeat;
}

.template-holder
{
	position: relative;
    width: 280px;
    height: 300px;
    margin: 20px;
}

.template-holder h3
{
    color: #fff;
}

.template-icon-ul-holder {
	position: absolute;
	top: 40px;
}

.template-icon-ul-holder img
{
    float: left;
    margin-right: 7px;
}

.template-icon-ul-holder ul
{
	position: absolute;
	top: 30px;
    left: 100px;
    margin-top: -20px;
	width: 180px;
}

.template-icon-ul-holder li
{
    margin-bottom: 10px;
    background-image: url(../images/li-check.png);
    background-repeat: no-repeat;
    padding-left: 16px;
}

.template-holder .template_description
{
	position: absolute;
	top: 170px;
    padding: 0px 10px;
    line-height: 17px;
}

.template-holder .template_description p {
	position: static;
}

.template_description {
	width: 280px;
	max-height: 125px;
	overflow: auto;
}

.tmplt-link {
	color: #f63;
}

.tmplt-link:hover {
	color: #B23F01;
}

.store-actions-ul-holder
{
	position: relative;
	top: 240px;
}

.store-search-reset
{
    margin-left: 20px;
    position: relative;
    top: 18px;
}

.store-category-nav
{
    width: 970px;
    height: 20px;
    position: absolute;
    margin-top: 6px;
    padding: 0px 5px;
    z-index: 41;
    text-align:right;
}

.store-category-nav-dots
{
    width: 980px;
    position: absolute;
    margin-top: 355px;
    text-align: center;
    z-index: 40;
}

.store-category-nav-dots-9
{
    width: 980px;
    position: absolute;
    margin-top: 1178px;
    text-align: center;
    z-index: 40;
}

.store-nav
{
    width: 18px;
    height: 18px;
    display: inline-block;
}

.store-nav-left
{
    background-image: url(../images/store-nav-left.png);
    float: right;
}

.store-nav-right
{
    background-image: url(../images/store-nav-right.png);
    float: right;
}

.select-tmplt-btn
{
    cursor: pointer;
}

#templateDescription {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	background-color: #000;
	position: fixed;
	top:10%;
	height: 490px;
	padding: 35px;
	padding-top: 5px;
	width: 670px;
	z-index: 9999;
	left: 50%;
	margin-left: -335px;
}

#moreDescription .store-actions-ul-holder {
	margin-top: 15px;
	bottom: 15px;
}

.temp-gal-options {
	position: relative;
	bottom: -5px;
	padding-top: 0px;
}

.temp-gal-options a>img {
	padding-right: 7px;
}

#closeDescription {
	background-image: url('../images/btn-close.png');
	height: 25px;
	width: 25px;
	cursor: pointer;
	position: relative;
	float: right;
	margin-top: 25px;
	right: -22px;
}


.upgrade-no-credits {
	cursor: pointer;
}

.search-filter {
	width: 180px;
}

.search {
	cursor: pointer;
}

.close {
	cursor: pointer;
	position: relative;
	float: right;
	top: -20px;
	right: -7px;
}

#videoPage {
	width: 640px;
	margin: 40px auto 0;
}

#templateDescription .video_tutorial {
	display: none;
}

.video_tutorial_lg {
	position: absolute;
	cursor: pointer;
	outline: 1px solid #ffffff;
	height: 150px;
	width: 270px;
	background-image: url(../images/playerWindow.png);
	right: 35px;
	top: 65px;
}

.upgrade-button {
	cursor: pointer;
}

#upgrade-window {
	display: none;
	background-color: #000;
	position: fixed;
	top:20%;
	padding: 25px 15px 15px 45px;
	width: 350px;
	z-index: 9999;
	margin-left: 295px;
	font-size: 1.3em;
}

#upgrade-window img {
	cursor: pointer;
}

.template_icon {
	height: 90px;
	width: 90px;
}

#moreDescription .template-icon-ul-holder {
	position: static;
}

#moreDescription .template-icon-ul-holder ul {
	position: absolute;
	top: 105px;
	left: 215px;
}

.template_description ul {
	list-style-type: disc;
	margin-left: 1em;
}

.fullDescription ul {
	list-style-type: disc;
	margin-left: 1em;
}

#moreDescription .fullDescription {
	position: static;
	padding: 15px;
	margin-bottom: 40px;
	height: 150px;
	overflow: auto;
	outline: #323232 solid 1px;
}

#moreDescription h3 {
	font-size: 2em;
	margin-top: 5px;
	height: 46px;
}

#moreDescription h3, .fullDescription {
	color: white;
}

#templateDescription .select-tmplt-btn {
	position: static;
	position: relative;
	right: -175px;
}

#templateDescription .upgrade-button {
	position: static;
	position: relative;
	right: -175px;
}

#templateDescription .template_icon {
	height: 180px;
	width: 180px;
}

.video_tutorial {
	z-index: 25;
	cursor: pointer;
	position: absolute;
	left: 86px;
	top: 138px;
}

.moreDescription {
	z-index: 2;
}